@@ -5,6 +5,47 @@ description: "All changes in version 1.3"
5
5
6
6
# Changelog for Version 1.3
7
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
+
8
49
## Version 1.3.0
9
50
10
51
The most notable changes in this release are:
0 commit comments