- Update GitOps tutorial (#1285)
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
- Adds release announcement for week ending 2022-01-28 (#1282)
- Minor: fix formatting of the new catalog creation page (#1284)
Fixed
- Match
appVersionto thestarboard-operatorapp version.
- Match
- Fix link on create catalog page (#1281)
- Add documentation for creating an app catalog (#1264)
This release contains a potential breaking change in case you are using and relying on the configuration setting
use-forwarded-headers. From now on the default value will change tofalse. In case you’re relying on this feature, you’ll need override this in your customized values like this: configmap: use-forwarded-headers: “true”Changed
- Push chart to control plane catalog.
- Disable
use-forwarded-headersby default.
- Update docs on OIDC and dex-app with regard to the CA certificate (#1280)
Added
- Add
clusterCAin dex authenticator configmap from cluster values. - Add
smoketest scenario to check if the chart can be deployed. - Add schema validation for the
dex-apphelm chart.
- Add
Changes
- Fix accessing method on undefined value by @kuosandys in https://github.com/giantswarm/happa/pull/3137
Full Changelog: https://github.com/giantswarm/happa/compare/v1.35.7...v1.35.8