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: CHANGELOG.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,6 @@ This allows setting only the controller container's resource constraints using t
10
10
### Execute preStart devfile events after the project-clone init-container has run [#1454](https://github.com/devfile/devworkspace-operator/issues/1454)
11
11
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.
12
12
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
-
26
13
## Bug Fixes & Improvements
27
14
- Update golang version to 1.24 in go.mod [#1413](https://github.com/devfile/devworkspace-operator/pull/1413)
0 commit comments