Skip to content

Commit f2a3b3e

Browse files

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changeset/fruity-bags-visit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"chainlink-deployments-framework": patch
3+
---
4+
5+
Display nodes versions when running the `jd node list` command.

engine/cld/legacy/cli/commands/jd_helper.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ func writeNodeTable(nodes []*nodev1.Node) {
198198
[]string{"Enabled", strconv.FormatBool(node.IsEnabled)},
199199
[]string{"Connected", strconv.FormatBool(node.IsConnected)},
200200
[]string{"Labels", labelsString.String()},
201+
[]string{"Version", node.Version},
201202
[]string{"Created at", node.CreatedAt.AsTime().Format(time.RFC3339)},
202203
[]string{"Updated at", node.UpdatedAt.AsTime().Format(time.RFC3339)},
203204
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/smartcontractkit/chainlink-ccip v0.0.0-20250805210128-7f8a0f403c3a
3232
github.com/smartcontractkit/chainlink-ccip/chains/solana v0.0.0-20250805210128-7f8a0f403c3a
3333
github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20250805210128-7f8a0f403c3a
34-
github.com/smartcontractkit/chainlink-protos/job-distributor v0.12.0
34+
github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0
3535
github.com/smartcontractkit/chainlink-protos/op-catalog v0.0.4
3636
github.com/smartcontractkit/chainlink-testing-framework/framework v0.10.30
3737
github.com/smartcontractkit/chainlink-testing-framework/seth v1.51.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,8 @@ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1 h1:ca2z5OXgn
688688
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1/go.mod h1:NZv/qKYGFRnkjOYBouajnDfFoZ+WDa6H2KNmSf1dnKc=
689689
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c h1:QaImySzrLcGzQc4wCF2yDqqb73jA3+9EIqybgx8zT4w=
690690
github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c/go.mod h1:U1UAbPhy6D7Qz0wHKGPoQO+dpR0hsYjgUz8xwRrmKwI=
691-
github.com/smartcontractkit/chainlink-protos/job-distributor v0.12.0 h1:/bhoALRzNXZkdzxBkNM505pMofNy0K0eW1nCzXw+AUI=
692-
github.com/smartcontractkit/chainlink-protos/job-distributor v0.12.0/go.mod h1:/dVVLXrsp+V0AbcYGJo3XMzKg3CkELsweA/TTopCsKE=
691+
github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0 h1:xHPmFDhff7QpeFxKsZfk+24j4AlnQiFjjRh5O87Peu4=
692+
github.com/smartcontractkit/chainlink-protos/job-distributor v0.17.0/go.mod h1:/dVVLXrsp+V0AbcYGJo3XMzKg3CkELsweA/TTopCsKE=
693693
github.com/smartcontractkit/chainlink-protos/op-catalog v0.0.4 h1:AEnxv4HM3WD1RbQkRiFyb9cJ6YKAcqBp1CpIcFdZfuo=
694694
github.com/smartcontractkit/chainlink-protos/op-catalog v0.0.4/go.mod h1:PjZD54vr6rIKEKQj6HNA4hllvYI/QpT+Zefj3tqkFAs=
695695
github.com/smartcontractkit/chainlink-sui v0.0.0-20251013155034-5f85c5f450ab h1:raRTzzR96QW9F+NdHXfF/fgaKUcdXEcN+xPO461XCFY=

0 commit comments

Comments
 (0)