Skip to content

Commit a7b92ba

Browse files
committed
chore(changelog): Update changelog
Signed-off-by: Hayden Roszell <[email protected]>
1 parent 15886a9 commit a7b92ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,18 @@
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+

0 commit comments

Comments
 (0)