コンテンツにスキップ

2.30.0

Release Notes#

Lagoon Core#

External Database Support#

It is now possible to use an external database server for the API and Keycloak databases. This support was added in #872. The pull request contains information relevant to enabling this change and the danger that comes with it.

If leveraging external database support on an existing installation, you will first need to configure your new database and import dumps from your API and Keycloak database pods prior to enabling the values. Failure to do so will result in data loss, as the pods will be removed when this feature is enabled.

Beta UI#

We've made the new beta UI available to preview in Lagoon installations. It's disabled by default, but can be enabled by setting betaUI.enabled: true in your lagoon-core Helm values. This is the next iteration of the Lagoon UI and will eventually replace the current UI.

Deprecations#

Lagoon Core#

Bitbucket and Open Distro integrations#

We've removed the Bitbucket sync script and Open Distro integration that were deprecated in Lagoon 2.29.0. These integrations are no longer maintained or included in Lagoon.

If you still need Bitbucket sync functionality, the removed script should be simple enough to modify and run independently. The code is available here. Similarly, if you need the Open Distro integration, you can modify and run it on-demand. The source code is available here.