Releases: stackitcloud/stackit-cli
v0.16.0
What's Changed
- fix(deps): update module golang.org/x/text to v0.18.0 by @stackit-pipeline in #476
- Update flag description by @vicentepinto98 in #477
- Add maxUnavailable to utils by @GokceGK in #479
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Remove IDP migration warning from README by @joaopalet in #469
- Change payload handling for create and update network commands by @GokceGK in #462
- fix(deps): update stackit sdk modules by @stackit-pipeline in #471
- Get IDP endpoints from well-known config by @vicentepinto98 in #470
- Update docs by @GokceGK in #472
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Publish pre-releases to APT during GPG key rotation by @joaopalet in #465
- Revert "Adjust APT release script during GPG key rotation" by @joaopalet in #466
- Update URL of APT packages and key bucket by @joaopalet in #467
- Revert "Publish pre-releases to APT during GPG key rotation" by @joaopalet in #468
Full Changelog: v0.13.1...v0.14.0
v0.13.2-prerelease.3
What's Changed
- Publish pre-releases to APT during GPG key rotation by @joaopalet in #465
- Revert "Adjust APT release script during GPG key rotation" by @joaopalet in #466
- Update URL of APT packages and key bucket by @joaopalet in #467
Full Changelog: v0.13.1...v0.13.2-prerelease.3
v0.13.1
What's Changed
- Adjust APT release script during GPG key rotation by @joaopalet in #464
Full Changelog: v0.13.0...v0.13.1
v0.13.0
Tip
On August 29 2024, the GPG key-pair used for signing the packages was renewed.
If you're using APT to install the CLI, you'll need to import the new public key via:
curl https://packages.stackit.cloud/keys/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/stackit.gpg
Please refer to our installation guide if you face any issues.
What's Changed
- Add SECURITY.md by @vicentepinto98 in #460
- Add key expiration note to installation by @GokceGK in #463
Full Changelog: v0.12.1...v0.13.0
v0.12.1
What's Changed
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v0.8.0 by @stackit-pipeline in #453
- Remove jwks from auth storage by @vicentepinto98 in #461
Full Changelog: v0.12.0...v0.12.1
v0.12.0
Tip
On August 26 2024, The STACKIT Argus service was renamed to STACKIT Observability.
This means that there is a new command group observability
, which offers the same functionality as the deprecated argus
command.
Please make sure to update your STACKIT CLI to the latest version after August 26 2024 to ensure that you start using observability
command.
What's Changed
- Implement client ID as config option by @GokceGK in #449
- Add error description to output by @GokceGK in #452
- fix(deps): update stackit sdk modules by @stackit-pipeline in #450
- Extend config options by @GokceGK in #451
- Fix empty check for allowed url domain by @GokceGK in #455
- Rename argus to observability by @GokceGK in #454
- Add observability docs by @GokceGK in #456
- Fix grafana describe examples by @GokceGK in #457
- Validate IDP URL only for customized ones by @GokceGK in #458
- Remove deprecated jwks endpoint by @GokceGK in #459
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Add IaaS endpoint to config set unset by @GokceGK in #435
- Change IaaS routes and network-ranges commands to singular form by @GokceGK in #436
- fix(deps): update module golang.org/x/oauth2 to v0.22.0 by @stackit-pipeline in #440
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/iaas to v0.6.0 by @stackit-pipeline in #441
- fix(deps): update module golang.org/x/mod to v0.20.0 by @stackit-pipeline in #439
- fix(deps): update module golang.org/x/term to v0.23.0 by @stackit-pipeline in #442
- fix(deps): update module golang.org/x/text to v0.17.0 by @stackit-pipeline in #443
- Onboard IaaS network by @GokceGK in #438
- Change network payload handling by @GokceGK in #444
- Fix acc test findings by @GokceGK in #445
- ref 644499 - server command by @aeter in #421
- Update github-action to 40.2.6 by @GokceGK in #448
- Add server command to readme by @GokceGK in #447
Full Changelog: v0.10.0...v0.11.0
v0.10.0
Changelog
- 9bac680: Add
stackit auth logout
command (#416) (@DiogoFerrao) - a71a1b6: Format prompt test for dns zone commands (#423) (@GokceGK)
- 76606ad: Onboard dns zone clone command (#419) (@GokceGK)
- 455fd95: add log out docs (#418) (@GokceGK)
- 0264973: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.19.0 (#417) (@stackit-pipeline)
- 37584fc: fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex to v0.4.0 (#420) (@stackit-pipeline)
- 1fe4a90: upgrade github-action to 40.2.3 (#424) (@GokceGK)