Skip to content

Commit 492c050

Browse files
authored
Add changelog for 0.35.x (#1470)
Signed-off-by: David Kwon <[email protected]>
1 parent 608bf21 commit 492c050

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# DevWorkspace Operator Changelog
2+
3+
# v0.35.1
4+
## Bug Fixes & Improvements
5+
- 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

Comments
 (0)