lagoon-core v2.4.1
This image is built on the https://github.com/uselagoon/lagoon-images/releases/tag/22.1.0 release
This release introduces a number of new and improved features:
- SBOM generation per-service into namespace ConfigMap
- Integration with the latest amazeeio/dbaas-operator - to dynamically check for presence of dbaas providers
- Incremental build log generation - logs are sent to S3 at a number of relevant build stages
- Collecting the pod logs from failed deployments, to help diagnose failures.
- Retries to skopeo docker image commands to overcome transient read/write issues
- UI updates to show DeployTarget configs, and expose metadata about lagoon-remote clusters as they pertain to environments.
- Addition of a python-persistent helm-chart
- Removal of the legacy billing code from the API
- Conversion of the stored API DB procedures into knex.
What's Changed (since 2.4.0)
- Fix docker-compose-build to execute checkDBaaSHealth by @twardnw in #3027
- feat: wrap sbom generation in feature flag by @shreddedbacon in #3028
- Zip and check size of SBOM configMap before posting it by @timclifford in #3025
What's Changed (since 2.3.0)
- Update docs about
monitoring-path
by @rocketeerbkw in #2976 - use request-timeout for storage calculator by @tobybellwood in #2986
- fix: resolver for environment openshift needs to do a project lookup by @shreddedbacon in #2973
- add idling values to the build spec for the controller to inject by @shreddedbacon in #2979
- Updating SSH docs to include SCP instructions. by @cdchris12 in #2996
- add retries to skopeo commands by @tobybellwood in #2977
- add Blackfire variables documentation to php variables by @Schnitzel in #2999
- Removing Billing Code from API by @justinlevi in #2837
- Collect pod logs for failed deployments by @shreddedbacon in #3011
- install latest fluent-plugins by @tobybellwood in #3009
- Support checking the dbaas-operator http endpoint for provider support by @shreddedbacon in #3007
- Some minor changes and typos by @timclifford in #2992
- Fix/advanced task permissions and queries by @bomoko in #2993
- Add image scanning and SBOM creation back to lagoon tag publishing by @tobybellwood in #3013
- Fix Storybook/Chromatic integration by @timclifford in #3014
- Resolving alertmanager config creation bug by @cdchris12 in #2974
- Additional kubernetes resource fields and supported UI changes by @shreddedbacon in #3010
- Add python-persistent helm chart. by @steveworley in #2989
- Add middleware to UI for security headers. by @steveworley in #2381
- Removes stored proc calls from resolvers by @bomoko in #3006
- Add scroll-to-top-bottom arrow to deployments page by @timclifford in #3019
- Assorted OpenDistro and OpenSearch fixes by @tobybellwood in #3017
- Custom task arguments by @bomoko in #2920
- Use local cached copy of svcat for oc image by @tobybellwood in #3020
- SBOM generation into configmap on build by @timclifford in #3012
- Fixes rogue semicolon in custom task creation by @bomoko in #3021
- add buildName label to sbom configMap by @tobybellwood in #3023
- remove Minishift/k3d from local dev setup by @tobybellwood in #3024
Full Changelog: v2.3.0...v2.4.1