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: 4074118
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: e26be3c
Choose a head ref
  • 7 commits
  • 66 files changed
  • 10 contributors

Commits on Jan 22, 2026

  1. feat: encrypt cache used by ske kubeconfig login (#1244)

    encrypt the caching of kubeconfig login
    MichaelEischer authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    9069021 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2026

  1. Onboard Logs service -instance commands (#1184)

    * onboard logs service -instance
    
    * Update internal/cmd/beta/logs/instance/delete/delete.go
    
    Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
    
    * Update internal/cmd/beta/logs/instance/list/list_test.go
    
    Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
    
    * Update internal/cmd/beta/logs/instance/list/list.go
    
    Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
    
    * remove obsolete check // add missing unit test
    
    * fix linter issues
    
    * fix possible nil pointer issue // extend unit tests
    
    * update logs service version // remove workaround
    
    ---------
    
    Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
    GokceGK and rubenhoenle authored Jan 26, 2026
    Configuration menu
    Copy the full SHA
    c74c23c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. feat(cdn): add cdn client, config, list command (#1100)

    * feat(cdn): add cdn client, config, list command
    
    * fix(cdn): generate docs
    
    * fix(cdn) fix linting issues
    
    * Update internal/cmd/beta/cdn/distribution/list/list.go
    
    Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
    
    * Update internal/cmd/beta/cdn/distribution/list/list.go
    
    Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
    
    * fix(cdn): rename sortBy params, use EnumSliceToStringSlice
    
    * fix(cdn): make `testNextPageID`, `testID` and `testStatus` constant
    
    * fix(cdn): add cdn subcommand to beta, generate docs
    
    * feat(cdn) add limit flag to distribution list
    
    * feat(cdn): add distribution create cmd
    
    * fix(cdn): generate distribution create docs
    
    * squash this
    
    * feat(cdn) implement cdn distribution create/delete/describe/update
    
    * squash
    
    * squash
    
    * fix(cdn) regenerate docs
    
    * fix(cdn) linting issues
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/secretsmanager (#1112)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/serverbackup (#1111)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/ske (#1110)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/serverupdate (#1109)
    
    * chore(deps): bump renovatebot/github-action from 44.0.3 to 44.0.4 (#1113)
    
    * feat(kms) describe key, keyring, wrappingkey (#1107)
    
    * feat(kms) describe key, keyring, wrappingkey
    
    * fix(kms): do not reuse buffer during output tests
    
    * fix(kms) use constant Time for TestOutputResult for constant table widths
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/rabbitmq (#1118)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/alb (#1117)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/mongodbflex (#1116)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/serviceaccount (#1115)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/serviceenablement (#1123)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/dns (#1122)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/iaas (#1121)
    
    * fix(alb): print valid JSON/YAML output for list cmds (#1045)
    
    relates to STACKITCLI-273 / #893
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/mariadb (#1129)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/redis (#1128)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/runcommand (#1127)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/authorization (#1120)
    
    * chore: increase linter timeout (#1131)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/intake (#1132)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/loadbalancer (#1133)
    
    * fix: log browser url to stderr instead of stdout (#1136)
    
    fixes #1125
    
    * fix(deps): update module github.com/goccy/go-yaml to v1.19.0 (#1137)
    
    * feat(mongodbflex): add readAnyDatabase and stackitAdmin roles for users (#1049)
    
    Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
    
    * fix: refresh token flow uses x-www-form encoding (#1135)
    
    * chore(deps): update renovatebot/github-action action to v44.0.5 (#1141)
    
    * chore(deps): bump github.com/stackitcloud/stackit-sdk-go/services/sqlserverflex (#1139)
    
    * feat(cdn): add cdn client, config, list command
    
    * feat(cdn) implement cdn distribution create/delete/describe/update
    
    * fix(cdn) manual merge fixes
    
    * fix(cdn) review fixes
    
    - test Min
    - test JoinStringMap
    - rm superfluous var for constant
    - rm file committed by accident
    - add nil checks when dereferencing pointers
    
    * fix(cdn) replace utils.Min usage with builtin min
    
    * Update internal/cmd/beta/cdn/distribution/list/list.go
    
    Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
    
    * fix(cdn) apply review comments
    
    - replace single char names with more descriptive ones
    - remove predefined mod functions
    - deduplicate ParseOriginRequestHeaders and test it
    - deduplicate ParseGeofencing and test it
    - add test FlagTo* funcs
    
    * fix(cdn) fix merge errors
    
    * fix(cdn) more merge errors, and single char renames
    
    * fix(cdn) JoinStringMap: define order
    
    * fix(cdn) define geofencing order
    
    * fix(cdn) review changes
    
    - fix `ID` spelling
    - add missing new line at end of output
    - rm TODO comment
    
    * feat(printer) make PromptForPassword scripting compatible
    
    * fix(cdn) add example to pass password in script
    
    * fix(docs) generate docs
    
    * fix(printer) make TestPromptForPassword compatible with older go versions
    
    * fix(printer) fix/ignore linting issues
    
    * fix(cdn) adjust list TestOutputResult expected to new printer changes
    
    * fix(cdn) rm superfluous model.AssumeYes checks
    
    * fix(fmt) run fmt
    
    ---------
    
    Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
    Co-authored-by: stackit-pipeline <142982727+stackit-pipeline@users.noreply.github.com>
    Co-authored-by: Piet van der Meulen <piet.van.der.meulen@freiheit.com>
    Co-authored-by: Jorge Turrado Ferrero <jorge.turrado@mail.schwarz>
    7 people authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    d65f218 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. chore(cdn): Update CDN version from v1beta2 to v1 (#1252)

    Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    Fyusel authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    2b34f71 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. fix: remove deprecated refresh token usage (#1255)

    relates to STACKITCLI-316
    marceljk authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    0748918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6c3ee2 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. fix: use os.Stdin.Fd instead of syscall.Stdin (#1256)

    relates to STACKITCLI-315
    marceljk authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    e26be3c View commit details
    Browse the repository at this point in the history
Loading