Releases: stackitcloud/stackit-cli
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)
v0.9.1
What's Changed
- Update README IDP migration warning by @joaopalet in #406
- ref 644868 - server backup subcommands by @aeter in #397
- Implement
sqlserverflex database list/describe
commands by @joaopalet in #409 - fix(deps): update stackit sdk modules by @stackit-pipeline in #410
- Move SKE enable/disable to the Service Enablement API by @DiogoFerrao in #413
- fix(deps): update module github.com/lmittmann/tint to v1.0.5 by @stackit-pipeline in #412
- fix(deps): update module github.com/goccy/go-yaml to v1.12.0 by @stackit-pipeline in #414
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Tip
A the new STACKIT Identity Provider (IDP) was released, and we are happy to announce that, in the current version, the new IDP was integrated in the STACKIT CLI where it is used for user authentication.
This also means that the user authentication on previous STACKIT CLI versions is no longer guaranteed to work for all services.
If you are using an older version, please make sure to update your STACKIT CLI to ensure that you can continue to use all STACKIT services.
What's Changed
- Add support for custom IDP endpoint and client ID by @joaopalet in #400
- Add warning regarding new IDP to README by @joaopalet in #401
- fix(deps): update module golang.org/x/mod to v0.19.0 by @stackit-pipeline in #402
- fix(deps): update module golang.org/x/term to v0.22.0 by @stackit-pipeline in #403
- fix(deps): update module github.com/stackitcloud/stackit-sdk-go/services/ske to v0.17.0 by @stackit-pipeline in #405
- Migrate to new STACKIT IDP by @joaopalet in #404
Full Changelog: v0.8.1...v0.9.0