build-deploy-tool for lagoon-core v2.16.0
tobybellwood
released this
14 Dec 06:22
·
232 commits
to main
since this release
Notes on this release
This is a major release of the Lagoon Build and Deploy Tool. There are a number of enhancements here, relating to the build process ordering and output. There are also enhancements to cleanup and ingress certificate/secret cleanup. Additionally, support for customising the imagecache registry is introduced, and support for alternative names and wildcard ingresses is added.
What's Changed
- refactor: prefer the service account token over the older deployer token by @shreddedbacon in #225
- fix: add missing closing fi to if by @shreddedbacon in #232
- refactor: patch at the start of the step, rather than the end by @shreddedbacon in #233
- refactor: combined task output to single stream to retain order by @shreddedbacon in #221
- Feature: add alternative names and wildcard support to lagoon.yml by @shreddedbacon in #25
- add
fsGroupChangePolicy: "OnRootMismatch"
to all deployments that use persistent bulk storage by @Schnitzel in #234 - fix: regex match for cronjob cleanup by @shreddedbacon in #224
- refactor: remove default imagecache registry by @shreddedbacon in #206
- refactor: remove autogenerated ingress if they are disabled by @shreddedbacon in #230
- refactor: cleanup old certificates for ingress that have tls-acme false by @shreddedbacon in #231
- Change: use build-deploy-tool for backup schedule generation by @shreddedbacon in #125
- fix: remove a debugging print by @shreddedbacon in #240
- fix: tls cleanup and autogen cleanup by @shreddedbacon in #241
- chore: add -prebackuppod to resource cleanup by @shreddedbacon in #239
- fix: route generation step and move the break point by @shreddedbacon in #242
- fix: cronjob cleanup use matching function instead of regex by @shreddedbacon in #244
Full Changelog: core-v2.15.4...core-v2.16.0