Releases: devspace-sh/devspace
Releases · devspace-sh/devspace
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
v6.3.9
What's Changed
- Added video tutorial series playlist to introduction to DevSpace by @mpetason in #2781
- Fix issues when using multiple containers in one pod by @maartendeprez in #2784
New Contributors
- @mpetason made their first contribution in #2781
- @maartendeprez made their first contribution in #2784
Full Changelog: v6.3.8...v6.3.9
v6.3.8
What's Changed
- Fix typo by @xcming in #2775
- Use string hash instead of whole name by @FabianKramm in #2777
New Contributors
Full Changelog: v6.3.7...v6.3.8
v6.3.7
v6.3.6
What's Changed
- Devspace defaults to uploading credentials to cluster by @lizardruss in #2753
- fix: nil pointer in ensure namespace by @FabianKramm in #2762
- tests: add regression tests for nil pointer on invalid kubeconfig by @89luca89 in #2763
Full Changelog: v6.3.5...v6.3.6