- Add highlights for the week ending 2022-02-11 (#1299)
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Fixes
- Disable Secrets creation validation in ValidatingWebhookConfiguration. This fixes deployments with
ingressController.admissionWebhook.enabledin values.
Updates
- Align with upstream chart version 26eff4f (Changes in upstream repository)
- Update kong/kubernetes-ingress-controller to 2.1.1
- Update kong/kong to 2.7.1
- Disable Secrets creation validation in ValidatingWebhookConfiguration. This fixes deployments with
Added
- Allow enabling the
--enable-ssl-chain-completionflag. Disabled by default. Use this to autocomplete SSL certificate chains with missing intermediate CA certificates. Certificates uploaded to Kubernetes must have the “Authority Information Access” X.509 v3 extension for this to succeed.
- Allow enabling the
Fixed
- Bump go module major version to v5.
Added
- Upgrade
etcdbackupCRD.
- Improved article on Dex in workload clusters, added
teamNameField: slugand explanation on team names to example GitHub config (#1308)
- Improved article on Dex in workload clusters, added
kubectl gs loginreference: add description for the new--keep-contextflag, update--self-containeddescription (#1295)
Changes
- The attempt to display an invalid date no longer causes an exception. By @kuosandys in https://github.com/giantswarm/happa/pull/3166
- Internally we change how we determine provider-specific cluster resources. By @kuosandys in https://github.com/giantswarm/happa/pull/3173
Full Changelog: https://github.com/giantswarm/happa/compare/v1.35.9...v1.35.10
Fixed
- Fix naming of VPA deployments in workload clusters.
Fixed
logincommand: Try logging in again if token renewal fails.- Add
securityAPI group to scheme in order to getorganizationsduringlogin.
Changed
- Enable logging into clusters in all versions and namespaces if
--insecure-namespaceflag is active. - Simplify log in with context name
Added
- Add support for self-contained kubeconfig creation for management cluster context.
- Add
--keep-contextflag tologin.
- Remove docs-specific GDPR banner (#1303)