Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Apply configured `imagePullPolicy` from `DevWorkspaceOperatorConfig` to backup CronJob containers instead of hardcoding `Always` [#1654](https://github.com/devfile/devworkspace-operator/pull/1654)
- Apply configured `podSecurityContext` from `DevWorkspaceOperatorConfig` to backup CronJob pod templates [#1655](https://github.com/devfile/devworkspace-operator/pull/1655)
- Fix SSH askpass script responding to non-passphrase prompts (e.g. HTTPS username/password requests), causing "passphrase file is missing" errors during project cloning [#1658](https://github.com/devfile/devworkspace-operator/pull/1658)
- Document `controller.devfile.io/allow-import-from` annotation for cross-namespace DevWorkspaceTemplate imports [#1673](https://github.com/devfile/devworkspace-operator/pull/1673)

# v0.42.0
Expand Down
Loading