Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Changed
- Update CI (archigtect-orb)
Changed
- Use fluent-bit image with aws-for-fluent-bit plugins to be able to configure the log-stream-name and reduce risks of throttling.
Changes
- If an app installed in a workload cluster is named different than the app’s name in the catalog, we now display the App resource name in the list of installed apps, too. By @gusevda in https://github.com/giantswarm/happa/pull/3611
- We removed the misleading warning that appeared in the cluster upgrade modal for clusters with high-availability control planes regarding the API becoming unavailable during an upgrade. This warning now only appears in case there is a single control plane node. By @gusevda in https://github.com/giantswarm/happa/pull/3628
Full Changelog: https://github.com/giantswarm/happa/compare/v1.46.0...v1.47.0
Added
- Support for annotations, labels and suffix on the internal controller service.
NOTE: Adding, changing or removing the suffix results in a different name of the controller service resource. Since Helm does not keep track of the old resource, we recommend to uninstall and reinstall the app when changing the suffix.
Changed
- Aligned internal controller service and its configuration parameters to the normal one.
- Omit
service.beta.kubernetes.io/aws-load-balancer-proxy-protocol for use-proxy-protocol: "false".
Changed
- In case an organization can not be fetched, try fetching it via the annotation
ui.giantswarm.io/original-organization-name.
Added
- Add
cilium.giantswarm.io/pod-cidr annotation.
Added
- Add default value for giantswarm CLIAuth client ID.
Added
- Add VPA support.
- Add container registry domain support to images.
Changed
- Send md5 header for s3 outputs.
Added
- Reconcile individual clusterRoleBinding for each org namespace to grant and revoke automation access to silences.