Skip to content

Releases: devspace-sh/devspace

v4.14.0-beta.2

16 Jul 14:09
c62fc7e
Compare
Choose a tag to compare
v4.14.0-beta.2 Pre-release
Pre-release

Changes

  • devspace now automatically creates deployment namespaces if they do not exist before deploying (#1127)
  • New config option images.*.build.kaniko.resources to support specifying the kaniko pod resources in the devspace.yaml (#1126)

Fixes

  • Fixes a security vulnerability in the devspace ui server (CVE-2020-15391, thanks to Barak Tawily and Amit De-Paz for pointing out) (#1128)

v4.13.1

01 Jul 07:00
db7996b
Compare
Choose a tag to compare

Fixes

  • Fixes an issue in the restart helper script, where the wrong sync binary path was checked for existence (#1124)

v4.13.0

19 Jun 12:34
c29f25a
Compare
Choose a tag to compare

New Features

  • devspace is now able to reverse port-forward specific local ports to a remote pod. This means you can access certain ports on the local machine within the pod. This feature can be configured via the new config option dev.ports.reverseForward (#1030)
  • New config option images.*.appendDockerfileInstructions that specifies additional instructions that will be appended to the dockerfile during the build process. This makes it possible to execute certain Dockerfile instructions only during development without changing the Dockerfile itself.
  • You can now pass flags to the devspace run command: devspace --run-flag run command --command-flag
  • New --dependency flag for devspace run that will execute a command from a specific dependency. devspace will also switch the current working directory to the dependency path. Only works for dependencies that have a dependencies.*.name configured.
  • New --dependency flag for devspace build that will build only images from a specific dependency. Only works for dependencies that have a dependencies.*.name configured. (#1113)
  • New config option commands.description to describe devspace commands, that is shown via devspace list commands (#1115)

Other Changes

  • Fixes an issue where a container restart after a sync operation was not possible for non root users (#1086)
  • Added auto completion scripts for various shells (#1114)
  • devspace now automatically installs kubectl if it cannot be found in the PATH and is defined as a deployment method
  • Updated internal kubernetes & helm versions

v4.13.0-beta.1

18 Jun 23:28
c29f25a
Compare
Choose a tag to compare
v4.13.0-beta.1 Pre-release
Pre-release
Merge pull request #1119 from LukasGentele/docs-v4.13

Docs v4.13

v4.12.5

16 May 18:17
44f8389
Compare
Choose a tag to compare

Fixes

  • Fixes issues when installing devspace via npm

v4.12.5-beta.3

16 May 03:04
78b69cb
Compare
Choose a tag to compare
v4.12.5-beta.3 Pre-release
Pre-release
Merge pull request #1107 from LukasGentele/npm-installer

ci: add npx test + improvements for npx

v4.12.5-beta.2

15 May 21:21
85e15ea
Compare
Choose a tag to compare
v4.12.5-beta.2 Pre-release
Pre-release
Merge pull request #1106 from LukasGentele/npm-installer

installer: npx compatibility

v4.12.5-beta.1

15 May 19:12
f4be320
Compare
Choose a tag to compare
v4.12.5-beta.1 Pre-release
Pre-release
Merge pull request #1105 from LukasGentele/npm-installer

npm: improve installer

v4.12.4-beta.1

15 May 12:47
1ac73b6
Compare
Choose a tag to compare
v4.12.4-beta.1 Pre-release
Pre-release

Changes

  • Update internal helm version to v3.2.1
  • Update internal kubernetes version to v1.18.0
  • Fixes an issue with the dependency purge waiting message if specific dependencies are targeted
  • Fixes a potential endless loop while searching for an open ui port (#1101)

v4.12.4

15 May 13:12
1ac73b6
Compare
Choose a tag to compare
v4.12.4 Pre-release
Pre-release

Changes

  • Update internal helm version to v3.2.1
  • Update internal kubernetes version to v1.18.0
  • Fixes an issue with the dependency purge waiting message if specific dependencies are targeted
  • Fixes a potential endless loop while searching for an open ui port (#1101)