Skip to content

Releases: cloudposse-terraform-components/aws-eks-reloader

v1.538.0

09 Jul 09:57
85702a4

Choose a tag to compare

chore: add description variable for chart @RoseSecurity (#41) ## what
  • The description variable is declared but unused. This addition allows users to set a description for the Helm release

Summary by CodeRabbit

  • New Features
    • Added support for specifying a description when deploying Helm releases.

v1.537.0

29 Jun 16:57
f5d7b8d

Choose a tag to compare

chore(deps): restrict aws provider version to < 6.0.0 @Benbentwo (#34) This pull request includes a version constraint update for the AWS provider in the Terraform configuration file `src/versions.tf`. The change ensures compatibility with versions up to but not including 6.0.0.
  • src/versions.tf: Updated the version constraint for the aws provider to >= 4.9.0, < 6.0.0 to ensure compatibility with future versions while avoiding potential breaking changes in version 6.0.0.
chore(deps): restrict helm provider version to ~ 2.0.0 @Benbentwo (#35) This pull request includes a version constraint update for the Helm provider in the Terraform configuration file `src/versions.tf`. The change ensures compatibility with versions up to but not including 3.0.0.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#40) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#37) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.40.0 @[renovate[bot]](https://github.com/apps/renovate) (#5) This PR contains the following updates:
Package Type Update Change
terraform-linters/tflint-ruleset-aws plugin minor 0.23.1 -> 0.40.0

Release Notes

terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)

v0.40.0

Compare Source

What's Changed

Enhancements
Chores

Full Changelog: terraform-linters/tflint-ruleset-aws@v0.39.0...v0.40.0

v0.39.0

Compare Source

What's Changed

Enhancements
Bug Fixes
Chores
Read more

v1.536.1

04 Apr 06:36
9ca8740

Choose a tag to compare

Add component tests @goruha (#19) # What * [x] Add `basic` component test * [x] Add `disabled` component test * [x] Test component drifting * [ ] Add any additional use case tests

Why

  • Test basic component features
  • Verify that the component does not create any resources when input enabled: false set
  • Verify that the component does not drift on a second run with the same inputs
  • Add test for any additional than basic use cases for the component

References

Summary by CodeRabbit

  • New Features

    • Introduced new configuration files that enhance CLI settings and infrastructure deployments, including account mapping, cluster setup, component settings, and vendor dependency management.
  • Chores

    • Upgraded the eks module to a newer version and streamlined internal variable handling for improved efficiency.
  • Tests

    • Expanded test coverage with a comprehensive component test suite and updated test configurations.
    • Removed an obsolete test runner script.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#21) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v1.536.0

04 Jan 17:39
ba00f3d

Choose a tag to compare

fix: update legacy splat operator @RoseSecurity (#10) ## what
  • Replace the legacy "attribute-only" splat expressions which use the sequence .* with the newer expression[*]

why

Earlier versions of the Terraform language had a slightly different version of splat expressions, which Terraform continues to support for backward compatibility. This older variant is less useful than the modern form described above, and so Hashicorp recommends against using it in new configurations.

references

Summary by CodeRabbit

  • Bug Fixes
    • Updated the configuration for accessing Kubernetes namespace IDs to improve accuracy.

v1.535.0

04 Jan 11:23
62ccce8

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.534.0

04 Jan 11:07
62ccce8

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.533.0

13 Dec 19:52
d9ebfee

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.532.0

27 Nov 11:38
fa616a0

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components