Changes and Releases
Updates on Giant Swarm workload cluster releases, apps, UI improvements and documentation changes.
Fixed
- Revert location of AWS API credentials in
values.yaml. (#57)
Changed
- Only template Secret if both required values are present in
values.yaml. (#53)
- Include External DNS in Changes and releases (#789)
Changed
- Reworked the App to prepare it for customer use. (#49)
- General:
- Pushes the app to the giantswarm app catalog.
- Uses Helm release namespace.
- Uses the release name for resource naming to avoid conflicts.
- Added a values schema to catch incorrect values.
- Generally makes the chart easier to use (fully documented values file).
- external-dns options:
- Allows customisation of the txt registry prefix.
- Allows configuration of synchronisation interval.
- Filter resources to reconcile via annotations.
- AWS-specifc:
- Allows the user to provide an IAM role to use.
- Allows the user to provide the list of domains for external-dns to manage.
- Allows configuration of batch size.
- Allows configuration of CNAME instead of ALIAS records.
- Allows configuration of the AWS zone type to update.
Added
- Add annotation to controller service for external-dns to use for filtering resources. (#169)
- Support user-provided annotations for the controller deployment. (#170)
Changed
- Update CAPZ fork to v0.4.12-alpha1
- Update information on NGINX ingress controller in on-premises (#769)
- Fix syntax highlighting for YAML examples in CRD pages (#786)