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
- Reverted [#1269](https://github.com/devfile/devworkspace-operator/issues/1269) due to [#1453](https://github.com/devfile/devworkspace-operator/issues/1453)
6
+
7
+
# v0.35.0
8
+
9
+
## Features
10
+
### Make workspace PVC's Access mode configurable [#1019](https://github.com/devfile/devworkspace-operator/issues/1019)
11
+
It is now possible to configure the storage access mode of per-user and per-workspace PVCs from the global `DevWorkspaceOperatorConfig`. For example:
12
+
```
13
+
apiVersion: controller.devfile.io/v1alpha1
14
+
kind: DevWorkspaceOperatorConfig
15
+
metadata:
16
+
name: devworkspace-operator-config
17
+
namespace: $OPERATOR_INSTALL_NAMESPACE
18
+
config:
19
+
workspace:
20
+
imagePullPolicy: Always
21
+
storageAccessMode:
22
+
- ReadWriteMany
23
+
```
24
+
25
+
## Bug Fixes & Improvements
26
+
- Some tests do not run locally (macOS) [#1387](https://github.com/devfile/devworkspace-operator/issues/1387)
27
+
- Common PVC cleanup job can be assigned to incorrect node in multi-node cluster [#1269](https://github.com/devfile/devworkspace-operator/issues/1269)
0 commit comments