Releases: devspace-sh/devspace
Releases · devspace-sh/devspace
v6.3.1
What's Changed
- Add implicit patch during dev to unset readOnlyRootFilesystem when sync is enabled by @89luca89 in #2574
- Make restart script compatible with non-GNU userlands by @89luca89 in #2580
- Support local builds with docker/podman for local registry by @89luca89 in #2584
- Exclude node_modules during devspace init by default by @lizardruss in #2592
- Make disableDependencyUpdate optional in devspace-schema.json by @lusu007 in #2591
- Revert changes to tag replacement and add tests to prevent future regressions by @lizardruss in #2597
Other Changes
- Add job to detect PRs that need docs update by @89luca89 in #2578
- Security fix for go-restful and golang-jwt by @shubhamrajvanshi in #2575
- Update loft-sh/utils to latest version by @89luca89 in #2589
- chore(deps): bump github.com/moby/buildkit from 0.11.0 to 0.11.4 by @dependabot in #2593
- chore(deps): bump @braintree/sanitize-url from 6.0.0 to 6.0.2 in /docs by @dependabot in #2585
- chore(deps): bump minimist and mkdirp in /ui by @dependabot in #2576
- chore(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in #2577
New Contributors
- @shubhamrajvanshi made their first contribution in #2575
- @lusu007 made their first contribution in #2591
Full Changelog: v6.3.0...v6.3.1
v6.3.0
What's Changed
- Add file upload progress by @89luca89 in #2515
- Make command flags available everywhere for get_flags by @lizardruss in #2528
- Documentation: update patch path examples to match v2beta1 schema by @lizardruss in #2526
- Check for correct devcontainer reverse ports by @alexissellier in #2536
- Add localRegistry.buildKitImage by @FabianKramm in #2539
- Fix tag replaced incorrectly when using dev.*.imageSelector with pre… by @lizardruss in #2540
- Improve detection of minikube clusters by @lizardruss in #2542
- Return error when a field is both in DevPod and DevContainer by @89luca89 in #2537
- Refactor helm dependency update to use --dependency-update by @lizardruss in #2545
- Add missing block in inlineManifest docs. #2544 by @89luca89 in #2552
- Improve documentation for expressions with inlineManifests by @89luca89 in #2553
- Add a parameter to disable helm dependency update by @alexissellier in #2543
- Update node install scripts for npm 9 by @lizardruss in #2555
- Continue even if a dev config has no Ports when running list ports by @alexissellier in #2558
- Silence warning for cyclic dependency root by @lizardruss in #2556
- Fix a typo in terminal documentation by @ninjaprox in #2562
- Add patches to kubectl deployments by @89luca89 in #2561
- Add a json output for list port command by @alexissellier in #2559
Upgrade path
Due to a bug in the upgrade command found in v6.2.4 and v6.2.5, we recommend to upgrade to v6.3.0 manually. Upgrades after v6.3.0 will work from devspace itself.
Full Changelog: v6.2.5...v6.3.0-beta.1
v6.3.0-beta.1
What's Changed
- Add file upload progress by @89luca89 in #2515
- Make command flags available everywhere for get_flags by @lizardruss in #2528
- Documentation: update patch path examples to match v2beta1 schema by @lizardruss in #2526
- Check for correct devcontainer reverse ports by @alexissellier in #2536
- Add localRegistry.buildKitImage by @FabianKramm in #2539
- Fix tag replaced incorrectly when using dev.*.imageSelector with pre… by @lizardruss in #2540
- Improve detection of minikube clusters by @lizardruss in #2542
- Return error when a field is both in DevPod and DevContainer by @89luca89 in #2537
- Refactor helm dependency update to use --dependency-update by @lizardruss in #2545
- Add missing block in inlineManifest docs. #2544 by @89luca89 in #2552
- Improve documentation for expressions with inlineManifests by @89luca89 in #2553
- Add a parameter to disable helm dependency update by @alexissellier in #2543
- Update node install scripts for npm 9 by @lizardruss in #2555
- Continue even if a dev config has no Ports when running list ports by @alexissellier in #2558
- Silence warning for cyclic dependency root by @lizardruss in #2556
- Fix a typo in terminal documentation by @ninjaprox in #2562
- Add patches to kubectl deployments by @89luca89 in #2561
- Add a json output for list port command by @alexissellier in #2559
Full Changelog: v6.2.5...v6.3.0-beta.1
v6.2.5
What's Changed
- Cyclic dependency detection by @FabianKramm in #2492
- Fix local Registry incorrectly used with insecure registry by @lizardruss in #2494
- Section commands such as devspace run [command] do not work when the k8s cluster is unavailable by @lizardruss in #2495
- Always use buildkit for local registry by @FabianKramm in #2499
- docs: Add note on
terminalcontainer replacement by @ninjaprox in #2502 - Feature: Add support for InlineManifest blocks in Kubectl deployments by @89luca89 in #2500 and #2503
- docs: Add back runtime variables page from 5.x. Fix ENG-878 by @89luca89 in #2510
- Add pull secret configuration for images when upgrading from v5 schemas by @lizardruss in #2512
New Contributors
- @ninjaprox made their first contribution in #2502
- @89luca89 made their first contribution in #2500
Full Changelog: v6.2.4...v6.2.5
v6.2.4
What's Changed
- refactor: improve local registry detection by @FabianKramm in #2486
- chore(deps): bump json5 from 2.2.1 to 2.2.3 in /docs by @dependabot in #2484
- fix: add ssh config quotes & deployment recreate strategy by @FabianKramm in #2487
- Error 'Chart.yaml file is missing' reported for helm dependency update when custom chart name is used within dependency by @lizardruss in #2490
- fix: devspace downgrade by @FabianKramm in #2491
Full Changelog: v6.2.3...v6.2.4
v6.2.3
What's Changed
- docs: add note about forcing variables to string by @lizardruss in #2469
- fix: remove juju/ratelimit due to license concerns by @lizardruss in #2471
- resolves ENG-765 docs typo by @alexandradragodan in #2472
- refactor: create pull secret by @FabianKramm in #2473
- fix: sanitize versions passed from github actions by @lizardruss in #2474
- feat: custom kaniko pod names by @neogopher in #2477
- docs: correct grammatical error by @neogopher in #2476
- refactor: disable local registry in some cases by @FabianKramm in #2479
New Contributors
- @alexandradragodan made their first contribution in #2472
- @neogopher made their first contribution in #2477
Full Changelog: v6.2.2...v6.2.3
v6.2.3-beta.1
What's Changed
- Documentation updated to add note about forcing variables to string by @lizardruss in #2469
- Replaced rate limit dependency to avoid licensing issues. by @lizardruss in #2471
- Corrected dev containers documentation typo by @alexandradragodan in #2472
- Fixed an issue where DevSpace would not create a needed pull secret by @FabianKramm in #2473
- Fixed an issue where DevSpace release process would use versions with the wrong format for npm publish and downloading of assets. by @lizardruss in #2474
New Contributors
- @alexandradragodan made their first contribution in #2472
Full Changelog: v6.2.2...v6.2.3-beta.1
v6.2.3-beta.0
What's Changed
- docs: add note about forcing variables to string by @lizardruss in #2469
- fix: remove juju/ratelimit due to license concerns by @lizardruss in #2471
Full Changelog: v6.2.2...v6.2.3-beta.0
v6.2.2
What's Changed
- Fix a small typo by @gregmsanderson in #2453
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /ui by @dependabot in #2452
- Perhaps add a note that the sample values break a deploy by @gregmsanderson in #2455
- chore(deps): bump qs from 6.5.2 to 6.5.3 in /ui by @dependabot in #2460
- chore(deps): bump express from 4.17.1 to 4.17.3 in /ui by @dependabot in #2459
- chore(deps): bump express from 4.17.1 to 4.17.3 in /examples/kind by @dependabot in #2457
- fix: variable resolving & image pull secret creation by @FabianKramm in #2466
New Contributors
- @gregmsanderson made their first contribution in #2453
Full Changelog: v6.2.1...v6.2.2
v6.2.1
What's Changed
- Fixed an issue where DevSpace was always rebuilding images for local registry even if it should not. by @timo-klarshift in #2444
- Fixed an issue where DevSpace is replacing container names and other values with image tags @lizardruss in #2445
New Contributors
- @timo-klarshift made their first contribution in #2444
Full Changelog: v6.2.0...v6.2.1