You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/sombra/CHANGELOG.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,20 @@
49
49
## 0.6.4
50
50
51
51
* Added support for specifying an optional service account name in the chart's values
52
-
* Added optional serviceAccount configuration section (commented out by default)
53
-
* Created serviceaccount.yaml template for conditional service account creation
54
-
* Updated deployment to conditionally use the specified service account
55
-
***Non-breaking change**: Service account functionality is completely opt-in and disabled by default
52
+
* Added optional serviceAccount configuration section (commented out by default)
53
+
* Created serviceaccount.yaml template for conditional service account creation
54
+
* Updated deployment to conditionally use the specified service account
55
+
***Non-breaking change**: Service account functionality is completely opt-in and disabled by default
56
56
57
57
## 0.6.5
58
58
59
59
* Added support for client-managed secrets via `envFrom` configuration
60
-
* Allow loading environment variables from ConfigMaps and Secrets using the `envFrom` field
61
-
***Non-breaking change**: `envFrom` functionality is completely opt-in and disabled by default
60
+
* Allow loading environment variables from ConfigMaps and Secrets using the `envFrom` field
61
+
***Non-breaking change**: `envFrom` functionality is completely opt-in and disabled by default
62
+
63
+
## 0.6.6
64
+
65
+
* Added support for pod-level and container-level [securityContext](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) configuration
66
+
* Allow users to configure security contexts for enhanced security and compliance
67
+
* Added `podSecurityContext` and `containerSecurityContext` options in values.yaml for all charts (sombra, llm-classifier, pathfinder)
68
+
***Non-breaking change**: Security context functionality is completely opt-in and disabled by default
0 commit comments