Releases: devspace-sh/devspace
Releases · devspace-sh/devspace
v6.3.21
What's Changed
- fix: prevent nil map panic when docker-compose.yaml has top-level name field by @raman1236 in #3204
- Adds check for websocket source by @zerbitx in #3219
New Contributors
- @raman1236 made their first contribution in #3204
Full Changelog: v6.3.20...v6.3.21
v6.3.21-rc.1
What's Changed
- fix: prevent nil map panic when docker-compose.yaml has top-level name field by @raman1236 in #3204
- Adds check for websocket source by @zerbitx in #3219
New Contributors
- @raman1236 made their first contribution in #3204
Full Changelog: v6.3.20...v6.3.21-rc.1
v6.3.20
What's Changed
- feat(ci): configure dependabot exclude non-prod folders by @Piotr1215 in #3008
- Adding governance information for CNCF by @zerbitx in #3007
- chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /examples/buildkit-in-cluster by @dependabot[bot] in #2996
- chore(deps): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 by @dependabot[bot] in #2998
- chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.10 by @dependabot[bot] in #3015
- [Snyk] Security upgrade golang from 1.17-alpine to 1.25.4-alpine by @caniszczyk in #3032
- [Snyk] Security upgrade express from 4.21.2 to 4.22.0 by @caniszczyk in #3074
- [Snyk] Security upgrade express from 4.17.3 to 4.22.0 by @caniszczyk in #3073
- chore(deps): bump qs and express in /examples/quickstart-kubectl by @dependabot[bot] in #3078
- feat: add vind as local kubernetes by @FabianKramm in #3151
- chore: fix dependency compilation issue by @FabianKramm in #3152
New Contributors
- @Piotr1215 made their first contribution in #3008
- @caniszczyk made their first contribution in #3032
Full Changelog: v6.3.18...v6.3.20
v6.3.18
v6.3.18-alpha.0
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 != nilbut return a nil value errorerrby @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