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
* Make PSP configurable, disable it by default.
BREAKING CHANGE: This disables the PodSecurityPolicy by default since
PodSecurityPolicies have been removed in newer versions of Kubernetes.
* fixup! Make PSP configurable, disable it by default.
Open Source Infrastructure-wide continuous profiling
6
6
@@ -10,6 +10,12 @@ Open Source Infrastructure-wide continuous profiling
10
10
11
11
### Changes
12
12
13
+
#### 3.0.0
14
+
15
+
In chart version 3.0.0, the following has changed:
16
+
17
+
* The PodSecurityPolicy for the agents is now disabled by default as PSPs are removed with Kubernetes 1.25. Use `agent.enablePsp: true` if you want to keep it.
18
+
13
19
#### 2.3.1
14
20
In the chart version 2.3.1, the following has changed:
15
21
the _server.service.annotations_ is now available, so the parca server service manifest can have additional annotations.
Copy file name to clipboardExpand all lines: charts/parca/README.md.gotmpl
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@
10
10
11
11
### Changes
12
12
13
+
#### 3.0.0
14
+
15
+
In chart version 3.0.0, the following has changed:
16
+
17
+
* The PodSecurityPolicy for the agents is now disabled by default as PSPs are removed with Kubernetes 1.25. Use `agent.enablePsp: true` if you want to keep it.
18
+
13
19
#### 2.3.1
14
20
In the chart version 2.3.1, the following has changed:
15
21
the _server.service.annotations_ is now available, so the parca server service manifest can have additional annotations.
0 commit comments