Removal of organization app-runtime level

We will remove “Organization” runtime environment of standard application with the release v0.23.0 (~24.06.2025). You still can use the container runtime to host you applications using the “Project” runtime level.

Which applications are effected?

A small number of applications are effected. The belonging application teams, will get an email soon. Additionally, you can check it manually:

  • Open the creator
  • Review your application list by checking the label “Context” on each card

Migration

During the release, we will migrate parts of your application automatically. You can also do it manually in advance, if you plan to publish your application soon.

Automatic migration

We will migrate the following parts of your application:

  • the git repository and belonging versions
  • service catalog appearance
  • access to your application

We will not migrate this parts:

  • all existing instances
  • all existing volumes
  • all existing activation in organizations
  • all existing statistics

Manual migration

  • Create a new application in the Creator
  • Re-invite your application team within “Access”
  • Push your existing code-repository
    • Check the “Versions” tab for the new repository url
    • Add that one as new origin to your existing repo: git remote add new-app
    • Push the code to the new repository git push -u new-app
  • Migrate the service catalog and other artifacts as needed