Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Breaking changes
kubectl gs template cluster: Either --name or new --generated-name parameter is now required for CAPI cluster names. We kept the CLI backward-compatible for vintage, so if none of these parameters is specified, the old default of generating a random name still applies and no error is thrown.
Fixed
- Fix requests/limits for sidecar container (fixes backend HPA)
- Add requests/limits for dnsmasq container (fixes gateway HPA)
Changed
- Upgrade multi-tenant-proxy to use a structured logger and make it a WARN logger by default to only log errors.
Fixed
- Fix requests/limits for sidecar container (fixes backend HPA)
- Add requests/limits for dnsmasq container (fixes gateway HPA)
Changed
- Upgrade multi-tenant-proxy to use a structured logger and make it a WARN logger by default to only log errors.
Changed
- Configure
gsoci.azurecr.io as the default container image registry. - Updated
github.com/nats-io/nkeys to v0.4.6 to address CVE-2023-46129, resolving the issue of using a hard-coded cryptographic key in the nkeys library.
Security
- Resolved a high-severity security vulnerability (CVE-2023-46129) associated with
github.com/nats-io/nkeys by updating to version v0.4.6. This update ensures enhanced security in cryptographic key handling.
Dependencies
- Updated dependencies to ensure compatibility and security with the latest
nkeys version.
Changed
- Configure
gsoci.azurecr.io as the default container image registry. - Updated
github.com/nats-io/nkeys to v0.4.6 to address CVE-2023-46129, resolving the issue of using a hard-coded cryptographic key in the nkeys library.
Security
- Resolved a high-severity security vulnerability (CVE-2023-46129) associated with
github.com/nats-io/nkeys by updating to version v0.4.6. This update ensures enhanced security in cryptographic key handling.
Dependencies
- Updated dependencies to ensure compatibility and security with the latest
nkeys version.
Changed
- Upgraded upstream chart from 5.39.0 to 5.40.1 - see changelog for more information.