- Disable absolute redirects to prevent redirecting from HTTPS to HTTP in case of a missing trailing slash (#1590)
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
lokisection. 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
Changed
- Update Dex to v2.35.3
Fixed
- Fixed a bug in
logincommand where theissuerURL was used instead of theserveraddress in login retry attempt.
Added
- Add flags
--gcp-machine-deployment-sa-emailand--gcp-machine-deployment-sa-scopestotemplate clusterthat 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 logincommand to ensure that it writes to the main kubeconfig file only in case there are actual changes in the content of the file.
- Fixed a bug in
- Service: Add support for labels & annotations.
Changes
- Fix a bug with parsing errors from uploading invalid YAML files during app installation by @kuosandys in https://github.com/giantswarm/happa/pull/3798
Full Changelog: https://github.com/giantswarm/happa/compare/v1.52.1...v1.52.2
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 clusterreference (#1572)
- Add AWS Cluster API docs to