Skip to content

Commit c82b69b

Browse files
committed
Update 0.36.0 changelog
Signed-off-by: dkwon17 <dakwon@redhat.com>
1 parent 0569cbd commit c82b69b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,25 @@ The `kube-rbac-proxy` container is now removed from the `devworkspace-controller
77

88
This allows setting only the controller container's resource constraints using the Subscription resource as defined [here](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/doc/design/subscription-config.md#example-4). The resource constraints defined in the Subscription apply the constraints to all containers in the `devworkspace-controller-manager` Deployment. As a result, previously both the controller and kube-rbac-proxy container's constraints were updated, when in most cases only the controller container was the desired container to be updated.
99

10-
### Execute preStart devfile events after the project-clone init-container has run. [#1454](https://github.com/devfile/devworkspace-operator/issues/1454)
10+
### Execute preStart devfile events after the project-clone init-container has run [#1454](https://github.com/devfile/devworkspace-operator/issues/1454)
1111
The `project-clone` init container is now the first init container for DevWorkspace Pods. This ensures that the project is already cloned when running pre-start events defined in the Devfile.
1212

13+
### Provide timeout for postStart events [#1496](https://github.com/devfile/devworkspace-operator/issues/1496)
14+
A timeout can now be configured for postStart events to prevent workspace pods from being stuck in a terminating state:
15+
```
16+
apiVersion: controller.devfile.io/v1alpha1
17+
kind: DevWorkspaceOperatorConfig
18+
metadata:
19+
name: devworkspace-operator-config
20+
config:
21+
workspace:
22+
postStartTimeout: 30
23+
```
24+
By default, this timeout is disabled.
25+
1326
## Bug Fixes & Improvements
1427
- Update golang version to 1.24 in go.mod [#1413](https://github.com/devfile/devworkspace-operator/pull/1413)
28+
- Update cleanup job node affinity logic [#1455](https://github.com/devfile/devworkspace-operator/pull/1455)
1529

1630
# v0.35.1
1731
## Bug Fixes & Improvements

0 commit comments

Comments
 (0)