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-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release-2026-02-18
Choose a base ref
...
head repository: stackitcloud/stackit-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 213 files changed
  • 6 contributors

Commits on Feb 19, 2026

  1. Generator: Update SDK /services/serviceaccount (#3088)

    * Generate serviceaccount
    
    * Add changelogs
    
    Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    
    ---------
    
    Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    stackit-pipeline and Fyusel authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    3e97df2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    891ddb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Generator: Update SDK /services/alb (#3110)

    * Generate alb
    
    * Add changelogs
    
    Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    
    ---------
    
    Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    stackit-pipeline and Fyusel authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    fc37164 View commit details
    Browse the repository at this point in the history
  2. Generator: Update SDK /services/loadbalancer (#3112)

    * Generate loadbalancer
    
    * Add changelogs
    
    Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    
    ---------
    
    Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    Co-authored-by: Alexander Dahmen <alexander.dahmen@inovex.de>
    stackit-pipeline and Fyusel authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    3bdef6b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Generator: Update SDK /services/observability (#3113)

    Co-authored-by: Ruben Hoenle <Ruben.Hoenle@stackit.cloud>
    stackit-pipeline and rubenhoenle authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    53d099d View commit details
    Browse the repository at this point in the history
  2. chore(build) manually migrate to uv (#3114)

    * chore(build) manually migrate to uv
    
    - run `uvx migrate-to-uv` for `core` and `services/*`
    - manually add:
      [tool.uv.sources]
      stackit-core = { path = "../../core" }
      to eachs services `pyproject.toml`
      This lets the service use core from the source tree instead
    - adapt makefiles, scripts and workflows to use uv
    
    STACKITSDK-321
    
    * fix(build) fix example linting, add missing lockfile changes
    
    * fix(build) generate alb/uv.lock from historical poetry.lock
    
    flake8-black found issues in the newest version
    
    * fix(uv) remigrate observability after merge, add name to gh action step
    
    * fix(uv) use correct path to core, relock
    cgoetz-inovex authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    0d632cb View commit details
    Browse the repository at this point in the history
  3. fix(cd) prefix version with v to adjust to uv/poetry 2.3.0 output (#3115

    )
    
    CD used poetry 2.2.1 which reported the version of a package with `v`
    prefix. By switching to poetry 2.3.0 or uv the output changed to just
    the version number.
    
    Prefixed the version number with `v` in the helper script to adjust to
    this change.
    cgoetz-inovex authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    59fb484 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. fix(cd) disable uv cache (#3116)

    prior run error'd with:
    ```
    No cache found at: /home/runner/work/_temp/setup-uv-cache
    Error: Cache path /home/runner/work/_temp/setup-uv-cache does not exist
    on disk. This likely indicates that there are no dependencies to cache.
    Consider disabling the cache input if it is not needed.
    ```
    so we are disabling the cache
    cgoetz-inovex authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    8dcb20b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. fix: bound token refresh retries and raise on final failure (#3078)

    Co-authored-by: Vadim Torchin <vtorchin@hystax.com>
    Co-authored-by: cgoetz-inovex <carlo.goetz@inovex.de>
    3 people authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    2426f84 View commit details
    Browse the repository at this point in the history
  2. fix(cd) check all services to publish instead of just the ones change…

    …d in last commit (#3132)
    
    STACKITSDK-237
    cgoetz-inovex authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    58aaae4 View commit details
    Browse the repository at this point in the history
Loading
X Tutup