Releases: devspace-sh/devspace
Releases · devspace-sh/devspace
v6.3.17
What's Changed
- Removes call to SetDefaultScheme, which is not thread safe. by @zerbitx in #2993
- fix: return error when 'kind load docker-image' fails by @TylerGillson in #2988
New Contributors
- @TylerGillson made their first contribution in #2988
Full Changelog: v6.3.16...v6.3.17
v6.3.17-alpha.0
What's Changed
- Removes call to SetDefaultScheme, which is not thread safe by @zerbitx
Full Changelog: v6.3.16...v6.3.17-alpha.0
v6.3.16
What's Changed
- Allow user to show/hide internal commands in ui by @demetris-manikas in #2937
- chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.38 by @dependabot[bot] in #2952
- chore(deps): bump @babel/runtime-corejs3 from 7.22.5 to 7.26.10 in /docs by @dependabot[bot] in #2949
- fix: prevent using "" as default value by @lizardruss in #2973
- Dependabot pr combined by @zerbitx in #2983
- chore: bump node version for gh release action by @zerbitx in #2985
New Contributors
- @demetris-manikas made their first contribution in #2937
Full Changelog: v6.3.15...v6.3.16
v6.3.16-rc.0
What's Changed
- Allow user to show/hide internal commands in ui by @demetris-manikas in #2937
- chore(deps): bump github.com/containerd/containerd from 1.6.18 to 1.6.38 by @dependabot[bot] in #2952
- chore(deps): bump @babel/runtime-corejs3 from 7.22.5 to 7.26.10 in /docs by @dependabot[bot] in #2949
- fix: prevent using "" as default value by @lizardruss in #2973
- Dependabot pr combined by @zerbitx in #2983
- chore: bump node version for gh release action by @zerbitx in #2985
New Contributors
- @demetris-manikas made their first contribution in #2937
Full Changelog: v6.3.15...v6.3.16-rc.0
v6.3.15
What's Changed
- fix: check
update.Error != nil
but return a nil value errorerr
by @alingse in #2921 - Fix the build status badge by @ammarlakis in #2917
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docs by @dependabot in #2818
- chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs by @dependabot in #2825
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /examples/buildkit-in-cluster by @dependabot in #2874
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /docs by @dependabot in #2884
- chore(deps): bump path-to-regexp and express in /examples/quickstart-kubectl by @dependabot in #2889
- chore(deps): bump body-parser and express in /examples/buildkit-in-cluster by @dependabot in #2890
- chore(deps): bump serve-static and express in /examples/buildkit-in-cluster by @dependabot in #2891
- chore(deps): bump send and express in /examples/buildkit-in-cluster by @dependabot in #2892
- Correct the description for --disable-open flag. by @timofey-drozhzhin in #2803
- chore(deps): bump cookie and express in /examples/kustomize by @dependabot in #2903
- chore(deps): bump mermaid from 10.2.3 to 10.9.3 in /docs by @dependabot in #2906
- chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs by @dependabot in #2908
- chore(deps): bump path-to-regexp and express in /examples/quickstart by @dependabot in #2925
- chore(deps): bump nanoid from 3.3.6 to 3.3.8 in /docs by @dependabot in #2928
- fix: Removes negative lookahead from regex by @zerbitx in #2924
- chore(deps): bump katex from 0.16.11 to 0.16.21 in /docs by @dependabot in #2931
- chore(deps): bump serialize-javascript from 6.0.1 to 6.0.2 in /docs by @dependabot in #2939
- fix: output report and error if 'devspace analyze --patient' times out by @lizardruss in #2944
- chore: make function comment match function name by @wangjingcun in #2945
- chore: update actions/cache by @lizardruss in #2947
New Contributors
- @alingse made their first contribution in #2921
- @ammarlakis made their first contribution in #2917
- @timofey-drozhzhin made their first contribution in #2803
- @zerbitx made their first contribution in #2924
- @wangjingcun made their first contribution in #2945
Full Changelog: v6.3.14...v6.3.15
v6.3.14
What's Changed
- refactor: Directly swap variable values by @cuishuang in #2901
- fix: devspace ui not working due to incorrect dependencies by @lizardruss in #2902
New Contributors
- @cuishuang made their first contribution in #2901
Full Changelog: v6.3.13...v6.3.14
v6.3.13
What's Changed
- feat(ci): add License checker bot by @89luca89 in #2815
- fix: honor --no-warn and --switch-context flags when running commands by @lizardruss in #2847
- disableInitialSync feature flag by @rcelestino in #2835
- added support for kustomization.yml by @surajkrishan in #2817
- chore: update golangci-lint configuration to remove deprecated linters by @lizardruss in #2854
- fix: better error message for invalid Helm Chart path during init by @mattwelke in #2839
- fix: add --debug flag to helm command when running DevSpace with the … by @lizardruss in #2855
- fix: do not wait for initContainer to exit when it is a sidecar by @nberlee in #2866
- Update go-licenses.yaml by @lizardruss in #2873
- chore(deps): bump golang.org/x/net from 0.7.0 to 0.23.0 by @dependabot in #2842
- chore(deps): bump ws from 7.5.9 to 7.5.10 in /docs by @dependabot in #2875
- chore(deps): bump github.com/docker/docker from 24.0.0+incompatible to 26.1.4+incompatible by @dependabot in #2876
- chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #2816
- fix: KUBECONFIG gets set when using --kubeconfig via var DEVSPACE_FLAGS by @siredmar in #2860
- fix remote buildkit error: [415: Unsupported Media Type] by @wurenny and @lizardruss in #2893
New Contributors
- @rcelestino made their first contribution in #2835
- @surajkrishan made their first contribution in #2817
- @mattwelke made their first contribution in #2839
- @siredmar made their first contribution in #2860
Full Changelog: v6.3.12...v6.3.13
v6.3.12
What's Changed
- Treat pipeline flag defaults consistently when used as command flags or pipeline flags by @lizardruss in #2798
- Do git pull for cached dependencies by @Andrioden in #2766
- Update kaniko build image by @lizardruss in #2811
- Remove reference to outdated command by @lizardruss in #2812
Full Changelog: v6.3.11...v6.3.12
v6.3.11
What's Changed
- Allow config expressions in devspace-schema.json by @lizardruss in #2787
- Documentation: move is_dependency to correct function group by @jackwilsdon in #2761
- Update warning message to recommend the DEVSPACE_CONFIG environment variable instead of --config by @lizardruss in #2804
- Check / wake up kube context if defined when running commands by @lizardruss in #2805
New Contributors
- @jackwilsdon made their first contribution in #2761
Full Changelog: v6.3.10...v6.3.11
v6.3.10
What's Changed
- fix: use string hash for volumeName by @Sancerio in #2794
- restart helper: give container process some time to shutdown by @maartendeprez in #2789
New Contributors
Full Changelog: v6.3.9...v6.3.10