lagoon-core v2.15.0
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
anduserByEmail
- to better manage users, and oneEnvironmentsByKubernetes
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
- fix: actually collect the storagecalc field from project to send to remote by @shreddedbacon in #3434
- feat: support adding a buildimage to projects by @shreddedbacon in #3423
- Documentation Spring Cleaning by @AlannaBurke in #3432
- Update ARG documentation by @alexpott in #3438
- Fix error handling for duplicate projects during gitlab sync by @rocketeerbkw in #3436
- fix: logic on admin task visibility for advanced tasks by @shreddedbacon in #3439
- Fixes inter-resolver call from addFactsByName by @bomoko in #3433
- feat: allUsers and userByEmail queries by @shreddedbacon in #3435
- refactor: remove deleted projects from all groups by @shreddedbacon in #3442
- change: add and update additional admin permissions to platform-owner by @shreddedbacon in #3437
- fix: create the advanced task permission as it never existed by @shreddedbacon in #3443
- fix: check advanced task permission exists correctly by @shreddedbacon in #3446
- feat: Add
EnvironmentsByKubernetes
api query by @rocketeerbkw in #2686 - Consolidate api subscription events by @rocketeerbkw in #3445
- fix: permissions changes for subscriptions after keyloak optimisations by @shreddedbacon in #3448
- refactor: add empty attributes to new groups by @shreddedbacon in #3426
New Contributors
Linked releases:
- lagoon-ui: https://github.com/uselagoon/lagoon-ui/releases/tag/core-v2.15.0
- lagoon-build-deploy: https://github.com/uselagoon/build-deploy-tool/releases/tag/core-v2.15.0
- lagoon-core: https://github.com/uselagoon/lagoon-charts/releases/tag/lagoon-core-1.29.0
- lagoon-test: https://github.com/uselagoon/lagoon-charts/releases/tag/lagoon-test-0.46.0
Full Changelog: v2.14.2...v2.15.0