Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Added
- Add
io.giantswarm.application.audience and io.giantswarm.application.managed chart annotations for Backstage visibility.
Fixed
- Remove duplicate label
giantswarm.io/service-type from the ClusterRole and ClusterRoleBinding
named {{ .Values.name }} as the same value is defined in athena.labels.common. - Fix
.image.tag as empty default. Fall back to .Chart.AppVersion if .Values.image.tag is not set.
Can be used to override the image tag and aligns with our practices in other charts.
Changed
- Bump kube-mixins to 1.4.1
Removed
- Remove the unused home dashboard
Changed
- Bump
architect-orb to v6.12.0.
Added
- Add support for Flux image automation resources (ImagePolicy, ImageRepository, ImageUpdateAutomation).
- Add v1 version support to OCIRepository and HelmRepository resources.
See ./docs/releases/v0.103.0-changelog.md for more information.
Added
- Add
HTTPRouteFilter support for Gateway API routes.
Changed
- Refactor loki-gateway HTTPRoute template to use loki’s templating for naming.
Added
- Show icon for entities if
giantswarm.io/icon-url annotation is given. - Add ability to render APIs of type CRD.
Changed