Releases: ondat/terraform-eksblueprints-ondat-addon
Releases · ondat/terraform-eksblueprints-ondat-addon
Release 0.1.2
Changelog:
- Update Ondat helm chart version to latest v0.2.5
- Remove optional attributes experiment - this is currently blocking the EKS Blueprints from allowing users to use Terraform v1.3+ aws-ia/terraform-aws-eks-blueprints#988
- Add the required Terraform and providers definition
- Remove lockfiles and update gitignore to ignore in the future - this is intended more for module consumers where the required version and required providers provides the version checking/scope
- Consolidate configurations and ensure that resource dependencies are mapped correctly without the use of
depends_on
which is disruptive within modules hashicorp/terraform#30340 (comment) - Remove unused variables, data sources, locals (using these common suite of tools and checks really helps to catch these issues and light validation)
Acknowledgments:
- Thanks for your contribution @bryantbiggs 💪
Release 0.1.1
Upgrade to Ondat's v2.8 release
Release 0.1.0
- Use the new umbrella Helm chart for installation
- Include etcd in-cluster for the
getting-started
and new ephemeral volume example. - Reorganise and upgrade stateful storage configuration
- Add various tests (yet to be activated)
This won't work properly without cloning the latest version of terraform-aws-eks-blueprints and replacing the version number for ondat
with 0.1.0
and changing all references to the Terraform module within this repository to point to your local copy.
We plan to raise PRs on terraform-aws-eks-blueprints and eks-blueprints-add-ons to coincide with the next major Ondat release.
Release 0.0.4
Upgrade to the latest Helm release (2.7.0) and include a provider block for Helm
Release 0.0.3
Update to new AWS Blueprints URLs
Release 0.0.2
Resolves an issue with applying due to a list of policies being of unknown length and fixes helm_addon module to v4.0.1.
Release 0.0.1
First release of Ondat module for EKS Blueprints.