File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
engine/cld/legacy/cli/commands Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " chainlink-deployments-framework " : patch
3+ ---
4+
5+ Display nodes versions when running the ` jd node list ` command.
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -688,8 +688,8 @@ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1 h1:ca2z5OXgn
688688github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.1 /go.mod h1:NZv/qKYGFRnkjOYBouajnDfFoZ+WDa6H2KNmSf1dnKc =
689689github.com/smartcontractkit/chainlink-common/pkg/values v0.0.0-20250806152407-159881c7589c h1:QaImySzrLcGzQc4wCF2yDqqb73jA3+9EIqybgx8zT4w =
690690github.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 =
693693github.com/smartcontractkit/chainlink-protos/op-catalog v0.0.4 h1:AEnxv4HM3WD1RbQkRiFyb9cJ6YKAcqBp1CpIcFdZfuo =
694694github.com/smartcontractkit/chainlink-protos/op-catalog v0.0.4 /go.mod h1:PjZD54vr6rIKEKQj6HNA4hllvYI/QpT+Zefj3tqkFAs =
695695github.com/smartcontractkit/chainlink-sui v0.0.0-20251013155034-5f85c5f450ab h1:raRTzzR96QW9F+NdHXfF/fgaKUcdXEcN+xPO461XCFY =
You can’t perform that action at this time.
0 commit comments