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: versioned_docs/version-5.6/10.updating/01.updating/01.updating.md
+6-63Lines changed: 6 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ slug: /updating/updating
9
9
10
10
It’s super easy to update your NeuVector containers. If there is a new release available, pull it from Docker Hub. It is recommended to use a ‘rolling update’ strategy to keep at least one Allinone or Controller container running at any time during an update.
11
11
12
+
:::note Critical CVE Stats After Upgrades
13
+
When upgrading controllers to version `5.6.0-rc1` (or later) from a version that does not support critical-level severity (e.g., `5.5.3`), existing scanner pods must be restarted or redeployed.
14
+
15
+
Older scanner pods cache the controller's initial capability response. They will not recognize that the upgraded controller supports critical-level severity until they are restarted and re-query the controller on startup.
16
+
:::
17
+
12
18
:::warning imporant
13
19
Host OS updates, reboots, and orchestrator updates can cause pods to be evicted or stopped. If a Controller is affected, and there are no other Controllers active to maintain the state, the Controllers can become available for some time while new controllers are started, a cluster is formed with a leader, and the persistent storage backup of the configuration is attempted to be accessed to restore the cluster. Be careful when scheduling host or orchestrator updates and reboots which may affect the number of controllers available at any time. See the Pod Disruption Budget below for possible ways to mitigate this.
14
20
@@ -125,66 +131,3 @@ spec:
125
131
matchLabels:
126
132
app: neuvector-controller-pod
127
133
```
128
-
129
-
### Upgrading from NeuVector 4.x to 5.1.x
130
-
131
-
Upgrade first to a 5.1.x release such as 5.1.3, then see the [Kubernetes deployment section](/deploying/kubernetes) for updating to 5.2.x+ for important changes to services accounts and bindings.
132
-
133
-
For Helm users, update to NeuVector Helm chart 2.0.0 or later (prior to NeuVector 5.2.0). If updating an Operator or Helm install on OpenShift, see note below.
134
-
135
-
1. Delete old neuvector-binding-customresourcedefinition clusterrole
6. Update image names and paths for pulling NeuVector images from Docker hub (docker.io).
174
-
The images are on the NeuVector Docker Hub registry. Use the appropriate version tag for the manager, controller, enforcer, and leave the version as 'latest' for scanner and updater. For example:
175
-
176
-
+ neuvector/manager:5.1.3
177
-
+ neuvector/controller:5.1.3
178
-
+ neuvector/enforcer:5.1.3
179
-
+ neuvector/scanner:latest
180
-
+ neuvector/updater:latest
181
-
182
-
Optionally, remove any references to the NeuVector license and secrets in Helm charts, deployment yaml, configmap, scripts etc, as these are no longer required to pull the images or to start using NeuVector.
183
-
184
-
**Note about SCC and Upgrading via Operator/Helm**
185
-
186
-
Privileged SCC is added to the Service Account specified in the deployment yaml by Operator version 1.3.4 and above in new deployments. In the case of upgrading the NeuVector Operator from a previous version to 1.3.4 or Helm to 2.0.0, please delete Privileged SCC before upgrading.
Copy file name to clipboardExpand all lines: versioned_docs/version-5.6/14.releasenotes/01.5x/01.5x.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ To receive email notifications of new releases, please subscribe to this SUSE ma
15
15
16
16
#### 5.6.0 July 2026
17
17
18
+
:::note Critical CVE Stats After Upgrades
19
+
When upgrading controllers to version `5.6.0-rc1` (or later) from a version that does not support critical-level severity (e.g., `5.5.3`), existing scanner pods must be restarted or redeployed.
20
+
21
+
Older scanner pods cache the controller's initial capability response. They will not recognize that the upgraded controller supports critical-level severity until they are restarted and re-query the controller on startup.
22
+
:::
23
+
18
24
##### Feature requests
19
25
20
26
-**issue-2235**: Add a column containing the image digest in generated reports for containers.
0 commit comments