Changes
- New option
dev.sync.onUpload.exec.once
to only execute a command a single time in a container's lifecycle - Fixed an issue where
xargs
was sometimes not working correctly for non pipeline functions - Fixed an issue where port-forwarding in devspace could be blocking
- Fixed an issue where DevSpace skipped creating a pull secret when logged in with Azure container registry. (thanks @lizardruss)
- Silent params value being true used to discard the logs, setting it to false will now show the logs on the terminal when --debug is enabled. (thanks @mahendrabagul)
- DevSpace is now aware of sleeping Kubernetes environments and improves the messaging and handling for it
- Bumped component chart to 0.8.5
- Allow
$$()
to escape$()
for config expressions - Fixed an issue where DevSpace would incorrectly omit
\r
in pipeline commands - New
--tty
flag fordevspace enter
to disable tty - New
dev.terminal.disableTTY
option to disable tty - New
wait_pod
function for pipelines that waits for pods / containers to become ready - Variables can now be used in the whole imports section
- DevSpace will not ask a question anymore if stdin is not recognized as a terminal
Other Changes
- fix: bump up golangci-lint version by @pratikjagrut in #2264
- Specify a new section that cannot be patched by @alexissellier in #2260
- Change ConfigPartial ref for open feature by @alexissellier in #2261
- Added config in launch.json to debug devspace cli by @mahendrabagul in #2274
- Fix typo by @FabianKramm in #2276
- Add missing documentation by @alexissellier in #2282
- correct python spelling by @arieldbt in #2287
New Contributors
Full Changelog: v6.0.1...v6.1.0-beta.0