コンテンツにスキップ

2.32.0

Release Notes#

Lagoon Core#

This release sees a major feature as well as several minor improvements alongside standard maintenance. Most significantly is the introduction of the first iteration of the project clone functionality which allows one to clone an existing project within an organization. This is only currently available to organization administrators and owners.

Lagoon Remote#

Remote Controller v1.0.0#

We celebrate the long awaited first major version of the Lagoon remote controller. This release contains a number of small fixes and improvements alongside the introduction of the project clone functionality.

Important: Upgrading CRDs#

We introduced an update to CRDs in https://github.com/uselagoon/remote-controller/pull/377. You must upgrade these after installing the latest version of lagoon-remote. Failure to update the CRDs will result in the remote controller failing to start, or builds and tasks failing.

If you're installing the version defined in the top of these release notes, you can use the following to upgrade the CRDs to the version required.

Text Only
helm show crds lagoon/lagoon-build-deploy --version 0.41.0 | kubectl apply -f -

Insights#

Lagoon insights sees the continued improvement of the Dependency Track integration. We now create all parent projects as collection projects as well as tag all projects with their environment type (production/development).