- kubectl gs template cluster: Fix typo. (#1591)
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
- Add weekly highlights for 2022-10-13 (#1588)
- Remove CAPZ instructions for
kubectl gs template nodepoolreference (#1587)
- Remove CAPZ instructions for
- Disable absolute redirects to prevent redirecting from HTTPS to HTTP in case of a missing trailing slash (#1590)
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
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
- Add image registry switch to automatically switch the used image registry based on the installation region
Removed
- Post hook init hack when CNI is disabled since there’s another init container around already.