Skip to content

Releases: devspace-sh/devspace

v4.13.0

19 Jun 12:34
c29f25a

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

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

Choose a tag to compare

Fixes

  • Fixes issues when installing devspace via npm

v4.12.5-beta.3

16 May 03:04
78b69cb

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

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

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

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

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)

v4.12.3

12 May 08:34
0b25324

Choose a tag to compare

Changes

  • Improved the npm installer
  • Fixed an issue where the terminal in the frontend UI wouldn't open for some pods
  • Fixed a potential nil pointer during kaniko build (#1097)

v4.12.2

22 Apr 10:28
c7aab66

Choose a tag to compare

Changes

  • Improved environment flag parsing and commands like DEVSPACE_ENTER_FLAGS=--namespace=test devspace --pod test enter should work now correctly
  • Environment default flags can now be set for every command including subcommands (e.g. devspace create space -> DEVSPACE_CREATE_SPACE_FLAGS)
  • Fixes an issue where devspace was not correctly parsing command arguments (#977)
  • Fixes a nil pointer in the docker authentification if no docker config exists (#1076)
  • Fixes an issue where devspace was parsing kustomize version incorrectly for newer kustomize versions (#859)