Skip to content

Tags: spiffe/spire-controller-manager

Tags

v0.6.4

Toggle v0.6.4's commit message
Added

- Support for configuring an LRU cache for entry rendering to optimize reconcile performance (`enableEntryRenderCache`, disabled by default) (#632)

Fixed

- Failed to recover from an entry left in a partially updated state while removing unsupported fields (#591)

Updated

- Migrated to the latest controller runtime (#605)

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for 0.6.3 (#577)

Signed-off-by: Marcos Yacob <marcosyacob@gmail.com>

v0.6.2

Toggle v0.6.2's commit message
Added

- Support `staticManifestPath`: watch a directory for CRs instead of using Kubernetes API (#411)

v0.6.1

Toggle v0.6.1's commit message
- Support for configuring the log level (#388, #464)

- New metrics to track `ClusterStaticEntry` failures (#387)

- Failed controller upgrade when webhook certificate is expired (#450)

- Minor documentation changes (#435, #443)
- Version used in migration guide (#465)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG for v0.6.0 (#423)

Signed-off-by: Andrew Harding <azdagron@gmail.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare CHANGELOG for 0.5.0 (#345)

* Prepare CHANGELOG for 0.5.0

Signed-off-by: Andrew Harding <azdagron@gmail.com>

* Oops, change was on clusterstaticentry

Signed-off-by: Andrew Harding <azdagron@gmail.com>

---------

Signed-off-by: Andrew Harding <azdagron@gmail.com>

v0.4.4

Toggle v0.4.4's commit message
Security

- Updated Golang to 1.21.9 to address CVE-2023-45288 (#338)

v0.4.3

Toggle v0.4.3's commit message
v0.4.3

Added:
- Ability to selectively choose which CRDs to reconcile (#297)

Changed:
- Join token novelty entries are ignored during entry reconciliation (#306)

v0.4.2

Toggle v0.4.2's commit message
v0.4.2

Added:
- Process-wide support for customizing the parent ID template for workload registration (#289)

Fixed:
- Failed controller startup when webhook was disabled via ENABLE_WEBHOOKS=false (#294)

v0.4.1

Toggle v0.4.1's commit message
v0.4.1

Added:
- Support for caching multiple namespaces instead of one or all (#271,#286)
- Support for expanding environment variables in the controller configuration (#256)
- Support for disabling webhooks by setting the environment variable ENABLE_WEBHOOKS=false (#234)