What's Changed
- Fixed an issue where DevSpace would always re-deploy charts imported using git by @lizardruss in #2244
- Fixed an issue where DevSpace wouldn't resolve environment variable vars correctly by @FabianKramm in #2249
- Fixed an issue where DevSpace incorrectly compared semantic versions. by @CiiDyR in #2250
- Fixed an issue where DevSpace commands were not usable in the DevSpace UI by @FabianKramm in #2251
- Fixed an issue where DevSpace would panic if there would be an empty pipeline, var, command, pullSecret or dev config by @FabianKramm in #2252
- Improved the output if a yaml parsing error occurs @FabianKramm in #2253
- Print error if reserved function name is used in config @FabianKramm in #2253
- Mention that path field can be a URL as well by @alexissellier in #2235
- Fixed an issue where DevSpace was not correctly authenticating to an OCI registry if
chart.username
andchart.password
were provided by @FabianKramm in #2240 - Fixed an issue where DevSpace would spawn many subprocesses if devspace was used as part of a DevSpace variable by @FabianKramm in #2240
New Contributors
- @alexissellier made their first contribution in #2235
Full Changelog: v6.0.0...v6.0.1-beta.1