X Tutup
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: b7bad48
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: 0f02251
Choose a head ref
  • 6 commits
  • 26 files changed
  • 5 contributors

Commits on Mar 3, 2026

  1. feat(config) allow setting assume-yes in config (#1324)

    * feat(config) allow setting assume-yes in config
    
    fixes #1212
    related: STACKITCLI-327
    
    kubectl calls stackit-cli for auth. To enable e2e tests for this ske
    feature, it would be nice to save assume-yes to the config.
    
    * fix(config) use `_` for unused params
    
    * fix(config) add assume-yes to unset_test
    cgoetz-inovex authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    3b70f97 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. feat(ske): implement idp flow for kubeconfig login (#1322)

    * extract kubeconfig certificate validation
    
    * simplify kubeconfig retrieval
    
    * extract kubeconfig retrieval
    
    * reorder imports
    
    * Split kubeconfig retrieval and output
    
    * replace hardcoded timeout with constant
    
    * implement kubeconfig login --idp flow
    
    * Add tests
    
    * fix test failure if KUBECONFIG environment variable is set
    
    * make retrieval of idp well known config reusable
    
    * optionally initialize IDP_TOKEN_ENDPOINT auth field for service accounts
    
    When activating a service account, clear a possibly stale old value. Add
    a separate method to allow commands to request the initialization of the
    IDP_TOKEN_ENDPOINT auth field.
    
    * refactor token exchange into auth package
    MichaelEischer authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    e4f9591 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. chore(deps): bump actions/download-artifact from 7 to 8 (#1323)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    dependabot[bot] and Fyusel authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    edfa7a0 View commit details
    Browse the repository at this point in the history
  2. feat(auth): add flag to choose used port in user auth flow (#1326)

    relates to STACKITCLI-276
    marceljk authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    c0b4f68 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. chore(deps): bump actions/upload-artifact from 6 to 7 (#1333)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    d187252 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. chore(deps): bump crazy-max/ghaction-import-gpg from 6 to 7 (#1336)

    Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6 to 7.
    - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
    - [Commits](crazy-max/ghaction-import-gpg@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-import-gpg
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    0f02251 View commit details
    Browse the repository at this point in the history
Loading
X Tutup