Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stackitcloud/stackit-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa3f6fe
Choose a base ref
...
head repository: stackitcloud/stackit-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 58bb406
Choose a head ref
  • 4 commits
  • 125 files changed
  • 4 contributors

Commits on Mar 26, 2026

  1. feat(objectstorage): onboard compliance lock cmd (#1351)

    relates to STACKITCLI-341
    rubenhoenle authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    a1729da View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. feat: Add kms key options to secrets manager instance commands (#1347)

    * feat(secrets-manager): add KMS flags to create and update instance commands
    
    * feat(secrets-manager): implement request building with KMS key
    
    * feat(secrets-manager): enforce mutual exclusivity between ACL and KMS key flags
    
    * refactor(secrets-manager): refactor flag requirements to use cobra built-in validtion
    
    * feat(secrets-manager): add KMS key options examples for create and update commands
    
    * refactor(secrets-manager): change test data
    
    * feat(secrets-manager): add KMS key options to create and update instance tests
    
    * feat(secrets-manager): add KMS key details to instance output
    
    * feat(secrets-manager): add docs
    
    * fix(secrets-manager): include instance name in payload, as it is required
    
    * feat(secrets-manager): Support multiple API calls for instance update and ACL updates to align with create command
    
    * feat(secrets-manager): test new instance update features
    s-inter authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    5003626 View commit details
    Browse the repository at this point in the history
  2. fix(cli) stop spinner on error (#1350)

    Most usages of spinner did not stop the spinner on error. Introduced
    helper functions Run and Run2 (result arity 2) to make correct spinner
    usage easier. Refactored spinner usages to use new helper funcs.
    
    relates to STACKITCLI-310
    cgoetz-inovex authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    304da36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58bb406 View commit details
    Browse the repository at this point in the history
Loading