|
| 1 | +--- |
| 2 | +title: "Changelog for Version 1.3" |
| 3 | +description: "All changes in version 1.3" |
| 4 | +--- |
| 5 | + |
| 6 | +# Changelog for Version 1.3 |
| 7 | + |
| 8 | +## Version 1.3.1 |
| 9 | + |
| 10 | +The most notable changes in this release are: |
| 11 | + |
| 12 | +* Fallback to the Pod generated name when creating a secret for an unnamed pod #322 |
| 13 | +* Use a more refined regex to match valid injectable secret names #320 #281 |
| 14 | +* Fixes correct RBAC Role vs ClusterRole when `watchAllNamespaces` is `false` SparebankenVest/public-helm-charts#62 |
| 15 | +* Upgrade k8s client v0.23.5 |
| 16 | +* Upgrade go 1.18 |
| 17 | +* Upgrade alpine base image 3.15.6 |
| 18 | + |
| 19 | +### Controller |
| 20 | + |
| 21 | +#### Features |
| 22 | + |
| 23 | +* Upgrade k8s client v0.23.5 |
| 24 | +* Upgrade go 1.18 |
| 25 | +* Upgrade alpine base image 3.15.6 |
| 26 | + |
| 27 | +#### Bug Fixes |
| 28 | + |
| 29 | +* Fallback to the Pod generated name when creating a secret for an unnamed pod #322 |
| 30 | +* Use a more refined regex to match valid injectable secret names #320 #281 |
| 31 | + |
| 32 | +### Helm Charts |
| 33 | + |
| 34 | +* Add priorityClassName spec to akv2k8s controller deployment SparebankenVest/public-helm-charts#60 |
| 35 | +* Fixes correct RBAC Role vs ClusterRole when `watchAllNamespaces` is `false` SparebankenVest/public-helm-charts#62 |
| 36 | +* Remove duplicate MTLS_PORT environment variable SparebankenVest/public-helm-charts#70 |
| 37 | +* Upgrade PodDistributionBudget api version to v1 SparebankenVest/public-helm-charts#71 |
| 38 | +* Update generated CRD |
| 39 | + |
| 40 | +### Chart and Image versions |
| 41 | + |
| 42 | +| Type | Component | Version | |
| 43 | +| ------------ | -------------------------------------------------------------------------------------------------- | ------- | |
| 44 | +| Helm Chart | [akv2k8s](https://github.com/SparebankenVest/public-helm-charts/tree/akv2k8s-2.2.0/stable/akv2k8s) | 2.2.0 | |
| 45 | +| Docker Image | spvest/azure-keyvault-controller | 1.3.1 | |
| 46 | +| Docker Image | spvest/azure-keyvault-webhook | 1.3.1 | |
| 47 | +| Docker Image | spvest/azure-keyvault-env | 1.3.1 | |
| 48 | + |
| 49 | +## Version 1.3.0 |
| 50 | + |
| 51 | +The most notable changes in this release are: |
| 52 | + |
| 53 | +* Ability to run controller in specific namespace only |
| 54 | +* Ability to allow akvs objects with different labels to be handled by controllers with different authorization policies |
| 55 | +* Generate CRD's from code with controller-gen |
| 56 | + |
| 57 | + |
| 58 | +### Controller |
| 59 | + |
| 60 | +#### Features |
| 61 | + |
| 62 | +* #82 - Allow controller to run in specific namespace only |
| 63 | +* #159 - Generate crd with controller gen |
| 64 | +* #174 - Export certificates stored as Base64 PFX in Azure Key Vault secret object as Kubernetes TLS secret |
| 65 | +* #178 - Allow akvs objects with different labels to be handled by controllers with different authorization policies |
| 66 | +* #202 - Upgrade dependencies k8s to v0.21.2 |
| 67 | +* Upgrade to Go 1.16.5 |
| 68 | +* Upgrade alpine base image to 3.14.0 |
| 69 | + |
| 70 | +#### Bug Fixes |
| 71 | + |
| 72 | +* #209 - Fix using an EC header/footer for ECDSA keys |
| 73 | + |
| 74 | + |
| 75 | +### Docs |
| 76 | + |
| 77 | +* Docs for version `1.3` is default - added version `1.2` to version dropdown |
| 78 | + |
| 79 | +### Helm Charts |
| 80 | + |
| 81 | +* Add generated crd from SparebankenVest/azure-key-vault-to-kubernetes#159 |
| 82 | +* Ignore files in .helmignore |
| 83 | +* Add support for watchAllNamespaces |
| 84 | +* SparebankenVest/public-helm-charts#45 - Upgrade cert-manager CRD's to api version v1 |
| 85 | +* Remove unused RUNNING_INSIDE_AZURE_AKS env |
| 86 | +* SparebankenVest/public-helm-charts#57 - Add optional pod annotations to the controller |
| 87 | +* SparebankenVest/public-helm-charts#59 - Add optional pod security context |
| 88 | + |
| 89 | +### Chart and Image versions |
| 90 | + |
| 91 | +| Type | Component | Version | |
| 92 | +| ------------ | -------------------------------------------------------------------------------------------------- | ------- | |
| 93 | +| Helm Chart | [akv2k8s](https://github.com/SparebankenVest/public-helm-charts/tree/akv2k8s-2.1.0/stable/akv2k8s) | 2.1.0 | |
| 94 | +| Docker Image | spvest/azure-keyvault-controller | 1.3.0 | |
| 95 | +| Docker Image | spvest/azure-keyvault-webhook | 1.3.0 | |
| 96 | +| Docker Image | spvest/azure-keyvault-env | 1.3.0 | |
0 commit comments