|
1 | | -# v1.0.4 |
2 | 1 |
|
3 | | -## Features |
4 | | -* feat(signer): Signer recognizes `metadata.command-issuer.keyfactor.com/<metadata-field-name>: <metadata-value>` annotations on the CertificateRequest resource and uses them to populate certificate metadata in Command. |
5 | | -* feat(release): Container build and release now uses GitHub Actions. |
| 2 | +# v2.1.1 |
6 | 3 |
|
7 | 4 | ## Fixes |
8 | | -* fix(helm): CRDs now correspond to correct values for the `command-issuer`. |
9 | | -* fix(helm): Signer Helm Chart now includes a `secureMetrics` value to enable/disable sidecar RBAC container for further protection of the `/metrics` endpoint. |
10 | | -* fix(signer): Signer now returns CA chain bytes instead of appending to the leaf certificate. |
11 | | -* fix(role): Removed permissions for `configmaps` resource types for the `leader-election-role` role. |
| 5 | +- Update Helm chart deployment template to resolve Docker image metadata issue. |
12 | 6 |
|
13 | | -# v1.0.5 |
| 7 | +## Chores |
| 8 | +- Update documentation for more clear instructions on deploying workloads to Azure Kubernetes Service and Google Kubernetes Engine, as well as permissions needed on Command Security Roles. |
14 | 9 |
|
15 | | -## Features |
16 | | -* feat(controller): Implement Kubernetes `client-go` REST client for Secret/ConfigMap retrieval to bypass `controller-runtime` caching system. This enables the reconciler to retrieve Secret and ConfigMap resources at the namespace scope with only namespace-level permissions. |
| 10 | +# v2.1.0 |
17 | 11 |
|
18 | 12 | ## Fixes |
19 | | -* fix(helm): Add configuration flag to configure chart to either grant cluster-scoped or namespace-scoped access to Secret and ConfigMap API |
20 | | -* fix(controller): Add logic to read secret from reconciler namespace or Issuer namespace depending on Helm configuration. |
| 13 | +- Updated library golang.org/x/crypto to version v0.33.0 to address authorization bypass vulnerability (https://github.com/advisories/GHSA-v778-237x-gjrc) |
| 14 | +- Bug fix for Google ambient credentials |
| 15 | + |
| 16 | +# v2.0.2 |
| 17 | + |
| 18 | +## Fixes |
| 19 | +- Bug fix in Helm chart release action |
| 20 | + |
| 21 | +# v2.0.1 |
| 22 | + |
| 23 | +## Fixes |
| 24 | +- Change Helm release trigger from `v*` to `release-*` to support Keyfactor Bootstrap Workflow |
21 | 25 |
|
22 | 26 | # v2.0.0 |
23 | 27 |
|
|
33 | 37 | - Refactor unit tests to use fake Command API instead of requiring live Command server. |
34 | 38 | - Write e2e integration test. |
35 | 39 |
|
36 | | -# v2.0.1 |
37 | | - |
38 | | -## Fixes |
39 | | -- Change Helm release trigger from `v*` to `release-*` to support Keyfactor Bootstrap Workflow |
| 40 | +# v1.0.5 |
40 | 41 |
|
41 | | -# v2.0.2 |
| 42 | +## Features |
| 43 | +* feat(controller): Implement Kubernetes `client-go` REST client for Secret/ConfigMap retrieval to bypass `controller-runtime` caching system. This enables the reconciler to retrieve Secret and ConfigMap resources at the namespace scope with only namespace-level permissions. |
42 | 44 |
|
43 | 45 | ## Fixes |
44 | | -- Bug fix in Helm chart release action |
45 | | - |
46 | | -# v2.1.0 |
| 46 | +* fix(helm): Add configuration flag to configure chart to either grant cluster-scoped or namespace-scoped access to Secret and ConfigMap API |
| 47 | +* fix(controller): Add logic to read secret from reconciler namespace or Issuer namespace depending on Helm configuration. |
47 | 48 |
|
48 | | -## Fixes |
49 | | -- Updated library golang.org/x/crypto to version v0.33.0 to address authorization bypass vulnerability (https://github.com/advisories/GHSA-v778-237x-gjrc) |
50 | | -- Bug fix for Google ambient credentials |
| 49 | +# v1.0.4 |
51 | 50 |
|
52 | | -# v2.1.1 |
| 51 | +## Features |
| 52 | +* feat(signer): Signer recognizes `metadata.command-issuer.keyfactor.com/<metadata-field-name>: <metadata-value>` annotations on the CertificateRequest resource and uses them to populate certificate metadata in Command. |
| 53 | +* feat(release): Container build and release now uses GitHub Actions. |
53 | 54 |
|
54 | 55 | ## Fixes |
55 | | -- Update Helm chart deployment template to resolve Docker image metadata issue. |
56 | | - |
57 | | -## Chores |
58 | | -- Update documentation for more clear instructions on deploying workloads to Azure Kubernetes Service and Google Kubernetes Engine, as well as permissions needed on Command Security Roles. |
| 56 | +* fix(helm): CRDs now correspond to correct values for the `command-issuer`. |
| 57 | +* fix(helm): Signer Helm Chart now includes a `secureMetrics` value to enable/disable sidecar RBAC container for further protection of the `/metrics` endpoint. |
| 58 | +* fix(signer): Signer now returns CA chain bytes instead of appending to the leaf certificate. |
| 59 | +* fix(role): Removed permissions for `configmaps` resource types for the `leader-election-role` role. |
0 commit comments