File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1818## Fixes
1919* fix(helm): Add configuration flag to configure chart to either grant cluster-scoped or namespace-scoped access to Secret and ConfigMap API
2020* fix(controller): Add logic to read secret from reconciler namespace or Issuer namespace depending on Helm configuration.
21+
22+ # v2.0.0
23+
24+ ## Features
25+ - Implement OAuth 2.0 Client Credentials grant as an authentication mechanism.
26+ - Implement Azure Workload Identity as an authentication mechanism.
27+
28+ ## Chores
29+ - Refactor Command signer module to remove tight dependency on Issuer/ClusterIssuer types.
30+ - Migrate Kubebuilder from go/v3 to go/v4:
31+ - Upgrade kustomize version to v5.3.0.
32+ - Upgrade controller-gen to v0.14.0.
33+ - Refactor unit tests to use fake Command API instead of requiring live Command server.
34+ - Write e2e integration test.
35+
You can’t perform that action at this time.
0 commit comments