Releases: equinix/metal-cli
Releases · equinix/metal-cli
v0.25.0
v0.24.0
v0.23.1
0.23.1 (2024-07-11)
Bug Fixes
- deps: update golang.org/x/exp digest to 23cca88 (#466) (a5b594c)
- deps: update module github.com/equinix/equinix-sdk-go to v0.42.0 (#472) (3293369)
- deps: update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 (#456) (f69bebd)
- deps: update module golang.org/x/term to v0.20.0 (#447) (a8ddef4)
- deps: update module golang.org/x/term to v0.21.0 (#469) (eb47f1e)
metal-cli-v0.23.0
Changelog
- e4094d6 chore(deps): update golangci/golangci-lint-action action to v6 (#459)
- b7357e2 chore: configure Renovate to run go mod tidy (#463)
- 34b23ee chore: run CI with Go version from mod file
- d7d3645 chore: run CI with Go version from mod file (#462)
- 79823d0 chore: upgrade to Go 1.22 (#461)
- dc553db fix(deps): update module github.com/equinix/equinix-sdk-go to v0.35.0 (#450)
- 39cdffd fix(deps): update module github.com/equinix/equinix-sdk-go to v0.39.1 (#460)
metal-cli-v0.22.0
What's Changed
- fix: Updated metal-go client for sub-command facilities by @codinja1188 in #442
- fix: Refactored and removed the entire PackNGo library from metal-cli by @codinja1188 in #443
- fix: aligned the VRF table columns by @codinja1188 in #444
Full Changelog: v0.21.0...v0.22.0
metal-cli-v0.21.0
What's Changed
- feat: Enabled VRF routes in metal-cli by @codinja1188 in #425
- feat: use both project and user API token and populate default org id and projectid by @aayushrangwala in #325
- feat: Add support for bgp dynamic neighbours subcommand for metal gateway by @aayushrangwala in #433
- fix: handle optional flags correctly in VRF route update by @ctreatma in #441
Full Changelog: v0.20.0...v0.21.0
metal-cli-v0.20.0
What's Changed
- feat: add METAL_CONFIG as alternative to --config by @displague in #420
- feat: Enabled virtual-circuit sub commands in metal-cli by @codinja1188 in #369
- feat: Metal CLI support create shared interconnection with vlans and vrfs by @aayushrangwala in #397
- feat: Enabled VRF IP reservations by @codinja1188 in #418
Full Changelog: v0.19.0...v0.20.0
metal-cli-v0.19.0
What's Changed
- fix: removing the obsolete PromptUI library from the project. by @codinja1188 in #407
- chore: remove dependabot config since we use renovate by @ctreatma in #409
- fix(deps): update module github.com/equinix-labs/metal-go to v0.29.0 by @renovate in #379
- chore: switch from metal-go to equinix-sdk-go by @ctreatma in #415
- fix: Add cleanups in device,vlan and ports e2e tests to stabilise the CI pipeline by @aayushrangwala in #405
- chore(deps): update github/codeql-action action to v3 by @renovate in #408
- fix(deps): update module github.com/spf13/viper to v1.18.2 by @renovate in #400
Full Changelog: v0.18.0...v0.19.0
metal-cli-v0.18.0
What's Changed
- fix: improved init command excluded unnecessary flags by @codinja1188 in #365
- chore(deps): bump github.com/equinix-labs/metal-go from 0.24.0 to 0.25.0 by @dependabot in #366
- fix: For Resetting always-pxe flag by @codinja1188 in #367
- chore: Configure Renovate by @renovate in #375
- chore: Migrate ports command from packngo to metal-go client by @aayushrangwala in #355
- chore(deps): bump github.com/equinix-labs/metal-go from 0.25.0 to 0.26.0 by @dependabot in #378
- chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #383
- chore(deps): bump golang.org/x/term from 0.13.0 to 0.14.0 by @dependabot in #385
- feat: add --userdata-file to device/update by @dlotterman in #370
- feat: Added support for Metal Interconnections by @codinja1188 in #321
- fix: output for convert layer2 to layer 3 command by @aayushrangwala in #390
- feat: VRF support by @codinja1188 in #377
- docs: add example for 'metal device get --filter hostname=foo' by @displague in #368
- chore: Migrate gateways command from packngo to metal-go client by @aayushrangwala in #376
- fix(deps): update module golang.org/x/term to v0.15.0 by @renovate in #395
- fix: Updated metal-go client for sub-command project bgp sessions by @codinja1188 in #394
- chore(deps): update actions/setup-go action to v5 by @renovate in #401
New Contributors
- @renovate made their first contribution in #375
- @dlotterman made their first contribution in #370
Full Changelog: v0.17.0...v0.18.0
metal-cli-v0.17.0
What's Changed
- Bump metal-go from v0.13.0 to v0.16.0 by @Vasubabu in #320
- ci: update setup-go action to v4 by @tungbq in #327
- Updated metal-go client for sub-commands Users by @Vasubabu in #316
- chore(ci): update e2e test workflow to allow nested directories by @ctreatma in #330
- build(deps): bump github.com/equinix-labs/metal-go from 0.16.0 to 0.17.0 by @dependabot in #329
- build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 by @dependabot in #328
- Provide metro as well with facility code for hardware reservation by @aayushrangwala in #326
- Create codeql-analysis.yml by @displague in #129
- Bump github.com/packethost/packngo from 0.29.0 to 0.30.0 by @dependabot in #273
- chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #332
- Re-aligned test cases by @Vasubabu in #336
- chore(ci): cancel in-flight approvals when a PR is updated by @ctreatma in #337
- Updated metal-go client for sub-command devices by @Vasubabu in #282
- Added Unit test case for events sub commands by @Vasubabu in #305
- chore: add workflow to enforce Conventional Commit tags by @ctreatma in #338
- chore(deps): bump github.com/equinix-labs/metal-go from 0.17.0 to 0.19.1 by @dependabot in #346
- chore(deps): bump golang.org/x/term from 0.11.0 to 0.12.0 by @dependabot in #342
- test: return non-nil error when device does not become active by @ctreatma in #339
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #347
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #341
- chore(deps): bump github.com/equinix-labs/metal-go from 0.19.1 to 0.20.0 by @dependabot in #348
- chore(deps): bump github.com/equinix-labs/metal-go from 0.20.0 to 0.21.0 by @dependabot in #349
- chore: upgrade metal-go to 0.22.2 and fix enum type errors by @ctreatma in #350
- feat: Updated metal-go client for sub-commands ips by @Vasubabu in #291
- chore(deps): bump github.com/equinix-labs/metal-go from 0.23.1 to 0.24.0 by @dependabot in #357
- chore(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 by @dependabot in #361
- chore(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 by @dependabot in #359
- fix: Updated metal-go client for sub-commands Virtual Network by @Vasubabu in #315
New Contributors
- @tungbq made their first contribution in #327
- @aayushrangwala made their first contribution in #326
Full Changelog: v0.16.0...v0.17.0