Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changed
- Changed upstream chart, from loki-distributed to standard loki (former simple-scalable) - Switching from unsupported community chart to loki-supported official chart.
- Upgrade Loki from 2.5.0 to 2.6.1
- ⚠️ Major upgrade, breaking changes
- PVCs change as we switch from distributed (ingester, compactor, distributor…) to simple-scalable (just read and write pods)
- values structure changes. We rely on a subchart, meaning most of previous setup goes to a
loki section. See example files for extra info.
Fixed
- Azure sample config file: storage setup
- Sample config files: placement for compactor
Changes
- Internal changes towards supporting Cluster API provider AWS
Full Changelog: https://github.com/giantswarm/happa/compare/v1.52.2...v1.52.3
Fixed
- Fixed a bug in
login command where the issuer URL was used instead of the server address in login retry attempt.
Added
- Add flags
--gcp-machine-deployment-sa-email and --gcp-machine-deployment-sa-scopes to template cluster that specify a Google Cloud Platform service account and its scope to a cluster’s machine deployments - Added read header timeout to http server
Changed
- Adjusted
kubectl gs login command to ensure that it writes to the main kubeconfig file only in case there are actual changes in the content of the file.
- Service: Add support for labels & annotations.
Fixed
- Fix login command failing because opening the browser blocks and callback webserver does not start on some operating systems
Changed
- Update audit log location to use the whole list of audit log files.
- Add AWS Cluster API docs to
kubectl gs template cluster reference (#1572)
Added
- Mark the app as subject to two step installation procedure.