Skip to content

Releases: uselagoon/lagoon

lagoon-core v2.18.2

12 Apr 06:01
26f57ef
Compare
Choose a tag to compare

This release is a minor release to increment v2.18.1 - it only impacts people who use the storage calculator

What's Changed -v2.18.2

  • fix: environment-storage resolver and actions-handler mutation fix by @shreddedbacon in #3707

What's Changed - v2.18.1

What's Changed - v2.18.0

features

  • feat: allow registration of systemwide tasks by @bomoko in #3618
  • feat: introduce /.well-known endpoint for service discovery information by @shreddedbacon in #3632

Improvements

  • improvement: add additional information to environment services by @shreddedbacon in #3641
  • improvement: add source user and type to tasks and deployments by @shreddedbacon in #3631
  • improvement: validate migrating labels for active standby ingress migrations by @shreddedbacon in #3682

changes

fixes

refactors

  • refactor: add migration to keycloak startup to set client redirect uris by @shreddedbacon in #3640
  • refactor: upgrade keycloak to 21 and support initial realm import by @shreddedbacon in #3624
  • refactor: store project-group association in api instead of keycloak by @shreddedbacon in #3612
  • refactor: realm import with missing roles and client information by @shreddedbacon in #3680

chores

docs

tests

Linked releases:

Full Changelog: v2.17.0...v2.18.2

lagoon-core v2.18.1

05 Apr 05:36
3da6b90
Compare
Choose a tag to compare

This release replaces the v2.18.0 release which should not be installed, to avoid the potential for data loss

What's Changed - v2.18.1

What's Changed - v2.18.0

features

  • feat: allow registration of systemwide tasks by @bomoko in #3618
  • feat: introduce /.well-known endpoint for service discovery information by @shreddedbacon in #3632

Improvements

  • improvement: add additional information to environment services by @shreddedbacon in #3641
  • improvement: add source user and type to tasks and deployments by @shreddedbacon in #3631
  • improvement: validate migrating labels for active standby ingress migrations by @shreddedbacon in #3682

changes

fixes

refactors

  • refactor: add migration to keycloak startup to set client redirect uris by @shreddedbacon in #3640
  • refactor: upgrade keycloak to 21 and support initial realm import by @shreddedbacon in #3624
  • refactor: store project-group association in api instead of keycloak by @shreddedbacon in #3612
  • refactor: realm import with missing roles and client information by @shreddedbacon in #3680

chores

docs

tests

Linked releases:

Full Changelog: v2.17.0...v2.18.1

lagoon-core v2.18.0 (superseded)

02 Apr 05:28
1ef8e57
Compare
Choose a tag to compare

We recommend not installing this release, please install 2.18.1 instead

Known Issues

  • (#3704) A database migration that culls duplicate records for environment services was too aggressive. This can cause tasks in the UI to error out with Environment has no service cli. Triggering another deployment will update the service records and fix the error.

lagoon-core v2.17.0

14 Dec 06:26
18b3b82
Compare
Choose a tag to compare

What's Changed

New Contributors

Linked releases:

Full Changelog: v2.16.0...v2.17.0

lagoon-core v2.16.0

16 Oct 20:38
083aa40
Compare
Choose a tag to compare

Notes on this release

This is a major release of Lagoon. It contains the "Organizations" feature. We will be publishing more information in the coming weeks on how to utilize Organizations, and would recommend not using it in production yet.

There are a number of minor bugfixes and operational improvements as part of this release.

Additionally, the look and feel of Keycloak has been modified with a base "Lagoon" theme. This can be customized further if required.

What's Changed

New Contributors

Linked releases:

Full Changelog: v2.15.4...v2.16.0

lagoon-core v2.15.4

31 Jul 05:12
8c03d29
Compare
Choose a tag to compare

Notes on this release

This release brings in a couple of backend changes - fixing an issue with broker queue accumulation under heavy load, and some additional logic for backup restores and advanced tasks. There is an additional query to filter disabled deployTargets if required.

This release is built on https://github.com/uselagoon/lagoon-images/releases/tag/23.7.0 images

What's Changed

Linked releases:

Full Changelog: v2.15.3...v2.15.4

lagoon-core v2.15.3

24 Jul 00:48
c301efa
Compare
Choose a tag to compare

Notes on this release

This release brings in a number of backend changes - a few code rewrites, tidyups and performance improvements. There are also fixes in place to allow the sharing of S3 buckets for backups, and better supporting cancelling tasks.

Additionally the test process has been updated to use Kubernetes 1.26 as a default, and the release process now creates multiarchitecture images, allowing lagoon-core to run on ARM-based processors (with the exception of the SSH service).

The version of Keycloak used for Lagoon has been upgraded to 17.0.1. In order to upgrade further than this, a rewrite of a number of elements in the lagoon keycloak initialisation will be required to support Quarkus.

This release is built on https://github.com/uselagoon/lagoon-images/releases/tag/23.7.0 images

What's Changed

Linked releases:

Full Changelog: v2.15.2...v2.15.3

lagoon-core v2.15.2

04 Jul 07:27
0955bf9
Compare
Choose a tag to compare

Notes on this release

This is a security release - addressing GHSA-75pm-pmwq-gg2c

This is also a patch release, fixing some minor bugs, and introducing some new queries

This release is built on the https://github.com/uselagoon/lagoon-images/releases/tag/23.6.0 images

What's Changed

Linked releases:

Full Changelog: v2.15.1...v2.15.2

lagoon-core v2.15.1

13 Jun 09:49
1026e45
Compare
Choose a tag to compare

Notes on this release

This is a patch release, fixing some minor bugs, and introducing no new features.

This release is built on the https://github.com/uselagoon/lagoon-images/releases/tag/23.5.0 images

What's Changed

Linked releases:

Full Changelog: v2.15.0...v2.15.1

lagoon-core v2.15.0

13 May 03:10
8447e98
Compare
Choose a tag to compare

Notes on this release

This release is built using the https://github.com/uselagoon/lagoon-images/releases/tag/23.4.0 images

There are a number of small improvements in this release that will help to improve the ability to manage a Lagon instance:

  • Two new queries - allUsers and userByEmail - to better manage users, and one EnvironmentsByKubernetes to better understand what workloads are running on which cluster
  • The ability to specify a particular build image to use on any given projects - better enabling issue diagnosis and test-ahead.
  • Platform Owners now have the ability to use more previously admin-only queries, reducing the need for admin tokens
  • A couple of updates to streamline the calling and operation of subscriptions in the UI
  • quite a few tidyups in the operation of tasks and their related permissions.
  • (and the related release of the UI contains a "dark mode" 🥳 )

What's Changed

New Contributors

Linked releases:

Full Changelog: v2.14.2...v2.15.0