Skip to content

v1.537.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 01 Jul 16:24
· 10 commits to main since this release
9f80273
Fix: use v1 externalsecrets clusterstore if available @brucex (#32) ## what * Allow both v1 and v1beta of ClusterSecretStore * Removal unused values

why

  • v1beta has been deprecated and does not work in ESO v.0.17.0+ (latest is 0.18.0)
  • Having unused values passed through the helm chart is confusing

references

Summary by CodeRabbit

  • New Features

    • The system now automatically selects the appropriate API version for secret store resources based on your Kubernetes cluster's supported versions.
  • Chores

    • Simplified configuration by removing unused parameters from the module setup, reducing the amount of configuration required.