- Add rbac-bootstrap app to changelog aggregation (#1279)
Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Removed
- Move backup.giantswarm.io CRDs to own repo.
- Fix: remove AWS mentions from Azure architecture docs (#1278)
Changes
- Improve handling of fetch errors during login by @kuosandys in https://github.com/giantswarm/happa/pull/3124
- Fix non-admin users not able to see Playground catalog by @kuosandys in https://github.com/giantswarm/happa/pull/3130
Full Changelog: https://github.com/giantswarm/happa/compare/v1.35.6...v1.35.7
Changed
- Update to upstream version 0.14.0 (chart version 0.9.0).
- Automatically delete
VulnerabilityReportsafter 7 days to trigger re-scan. - Only scan the current revision of a ReplicaSet.
Removed
- Remove unused
envSecretvalues fromvalues.yaml.
Fixed
- Fix CRD helm chart namespace
Fixed
- Fix CRD helm chart namespace
This release contains some changes to mitigate rate limiting on AWS clusters. Please take note of the defaults for values
aws.batchChangeInterval,aws.zonesCacheDuration,externalDNS.intervalandexternalDNS.minEventSyncInterval. If you already specify--aws-batch-change-intervalor--aws-zones-cache-duration, please migrate to the new valuesaws.batchChangeIntervalandaws.zonesCacheDuration.Added
- Allow to set
--aws-batch-change-intervalthroughaws.batchChangeIntervalvalue. Default10s. - Allow to set
--aws-zones-cache-durationthroughaws.zonesCacheDurationvalue. Default3h.
Changed
- Set default
externalDNS.intervalto5m. - Set default
externalDNS.minEventSyncIntervalto30s. - Allow setting Route53 credentials (
externalDNS.aws_access_key_idandexternalDNS.aws_secret_access_key) indepentent fromaws.accessvalue. - Allow setting the AWS default region (
aws.region) indepentent fromaws.accessvalue. - Allow to omit the
--domain-filterflag completely by settingexternalDNS.domainFilterListtonull.
- Allow to set
Added
- Make pod annotations configurable.
- Bump
golang,prometheus, andstarboardversions.
- Add section helping with organization access control to GitOps page (#1277)