Skip to content

Releases: SPHTech-Platform/terraform-aws-secrets-store-csi

v2.2.0

21 Feb 08:58
119c1e3
Compare
Choose a tag to compare

Breaking Changes

  • Support for EKS Pod Identity: Introduced the iam_role_type variable to select the IAM role type, allowing users to choose between irsa (IAM Roles for Service Accounts) and pod_identity (EKS Pod Identity). This change may affect existing configurations, as the default behavior has been modified to pod_identity.

Upgrade Instructions

  1. Review and Update Configuration: Examine your current Terraform configuration and determine which IAM role type (irsa or pod_identity) aligns with your deployment.

  2. Set the iam_role_type Variable: Explicitly define the iam_role_type variable in your Terraform configuration to match your chosen IAM role type. For example:

   module "secrets_store_csi" {
     source        = "SPHTech-Platform/secrets-store-csi/aws"
     version       = "~> 2.2.0"
     iam_role_type = "irsa" # or "pod_identity"
     # ... other configurations ...
   }

Notes

  • Impact Assessment: Due to the introduction of the iam_role_type variable, existing deployments without this variable set may experience changes in behavior. It's crucial to review and adjust your configuration accordingly to prevent unexpected issues.

Full Changelog: v2.1.1...v2.2.0

v2.1.1

11 Nov 08:43
69a4cc8
Compare
Choose a tag to compare

What's Changed

  • refactor: Update the chart versions
  • fix: ascp image path by @uchinda-sph in #16

Full Changelog: v2.1.0...v2.1.1

v2.1.0

24 May 06:27
b091127
Compare
Choose a tag to compare

What's Changed

  • refactor: update helm repo of ascp and csi driver version by @uchinda-sph in #15

Full Changelog: v2.0.1...v2.1.0

v2.0.1

04 Jul 06:42
6c23613
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Jun 09:00
03c1f79
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • set default namespace to secrets-store-csi-system

What's Changed

New Contributors

Full Changelog: v1.0.2...v2.0.0

v1.0.3

26 Jun 09:07
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Jun 07:48
04f5c1c
Compare
Choose a tag to compare

What's Changed

  • Updated resource "requests" for secrets-store-csi-driver pods by @franklinpashok in #8
  • set priorityClassName to system-node-critical by @uchinda-sph in #9

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Aug 09:51
cb6c514
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Aug 10:32
60c90c0
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • kubernetes_manifest resources switched to helm_release for ASCP

What's Changed

New Contributors

Full Changelog: v0.2.0...v1.0.0

v0.2.0

16 Jun 04:39
4679f82
Compare
Choose a tag to compare

What's Changed

  • Set default irsa creation as an optional feature by @uchinda-sph in #2
  • Fix output and by default create role to make the module non breaking by @niroz89 in #3

New Contributors

Full Changelog: v0.1.0...v0.2.0