Skip to content

Release notes

  • Sep 2025

    • announcement

      STACKIT CLI is Now Generally Available

      From 09.09.2025 we can offer you a new service STACKIT CLI. This is a powerful command-line tool and offers the possibility to manage your STACKIT services easily.

      We have continuously added new services and features, such as verbosity levels, structured logging, and support for profiles.

      You can install the STACKIT CLI on macOS using Homebrew and on Linux using APT and Snap. For detailed instructions, see our Installation guide.

      Our Help Center is always at your disposal if you have any questions.

  • Jan 2025

    • deprecated

      Billing Account API and Customer API Deprecation notice and replacement

      We would like to inform you that our Billing Account API and Customer API are now deprecated and will be removed on July 20, 2025.

      We are also happy to introduce our new replacement APIs:

      • New Invoice Exporter API: https://docs.api.stackit.cloud/documentation/invoice-exporter/version/v1
      • New Customer API: https://docs.api.stackit.cloud/documentation/customer/version/v2

      Please migrate to the new APIs before the removal date to avoid service disruption.

  • Dec 2024

    • announcement

      Official STACKIT Python SDK is now available

      We are proud to announce that the official STACKIT Python Software Development Kit (SDK) is now available.

      You can find more information and instructions on how to use the STACKIT Python SDK on GitHub.

      Our Help Center is always at your disposal if you have any questions.

  • Oct 2024

    • feature

      New API Endpoint for STACKIT Public IP Ranges available in Beta

      We have implemented a new API Endpoint for you to get all STACKIT Public IP Ranges used by our STACKIT services (e.g. Public IPs). New IP ranges are also available in advance.

      The new endpoint allows you to find out which IPs our services use for external communication and enables you to adjust e.g. Security Rules in your own environment.

      You can find more information on the API-Endpoint in the API Exlorer.

  • Jul 2024

    • announcement

      Migration to the new STACKIT Identity Provider in the CLI

      Today, the new STACKIT Identity Provider (IDP) was released. We are also happy to announce that the new IDP was integrated in the STACKIT CLI on v0.9.0, 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.

      So please make sure to update your STACKIT CLI to the latest version to ensure that you can continue to use all STACKIT services.

  • May 2024

    • feature

      SKE: Access your clusters using the STACKIT CLI

      We are happy to announce a new and more convenient way to access your SKE clusters: SKE Login

      To use this new feature, you need to follow these steps:

      1. Install the STACKIT CLI (beta): Installation instructions.
      2. Authenticate the CLI: stackit auth login
      3. Set the STACKIT project ID: stackit config set --project-id ID
      4. Download the login kubeconfig: stackit ske kubeconfig create CLUSTER_NAME --login
      5. Use this kubeconfig with your favorite Kubernetes client

      The new kubeconfig type contains no user credentials, and instead retrieves valid short-lived credentials via the STACKIT CLI. You can therefore share this kubeconfig with your colleagues, and they will only be able to access the cluster if they have the permissions to do so.

    • announcement

      Official STACKIT CLI BETA is now available

      We are proud to announce that the official STACKIT CLI is now released in the BETA version.

      The CLI is a command line tool that provides an user-friendly interface for STACKIT services.

      It is currently in a BETA state, more services and functionality will be supported soon.

      You can find more information and instructions on how to install here:

      We are looking forward for your feedback and feature requests!

      If you need any support, please raise an issue in the GitHub repo or create a ticket in the Help Center.

  • Nov 2023

    • announcement

      Official STACKIT Go SDK and Terraform Provider are now available

      We are proud to announce that the official STACKIT Go Software Development Kit (SDK) and Terraform Provider are now available.

      These tools help developers in their daily work by simplifying access to our STACKIT APIs and offering the possibility to automate STACKIT resources.

      You can find more information and instructions on how to use here:

      If you need any support, please raise an issue in the GitHub repo or create a ticket in the Help Center.

  • Jul 2023

    • deprecated

      New API Endpoint for STACKIT Public IP Ranges available in Beta

      From now on we offer the Object Storage Management API together with our central STACKIT API Gateway. This enables functionalities to be expanded in the future.

      That means, that the URL of the API-endpoint of the Object Storage Management changes.

      Validate the usage of the old API-endpoint and replace it by the new one:

      • Old: https://api.stackit.cloud/object-storage-api
      • New: https://object-storage.api.eu01.stackit.cloud Beside the URL of the endpoints, nothing changes in the first place. Also the API specification remains unchanged.
  • Nov 2022

    • feature

      Data Services Access API is now available

      As of today the Data Services Access API is publicly available, allowing you to programmatically order and manage your MariaDB, LogMe, PostgreSQL, RabbitMQ, Redis and Elasticsearch instances.