Skip to content

v6.2.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lizardruss lizardruss released this 23 Nov 19:14
· 428 commits to main since this release

Local Registry

DevSpace now makes it even easier to start developing on Kubernetes. In many cases, it can be difficult to get started when you don't have an established way of pushing images between your local environment and a remote cluster. Setting up a registry when you're only evaluating Kubernetes and DevSpace is sometimes too much to ask.

DevSpace will detect whether you are using a local or remote cluster. When using a remote cluster DevSpace will check if you have push permissions to the image's registry. When you do not have push permissions, DevSpace will deploy an image registry to your cluster with a NodePort service, start port forwarding between your localhost and the registry pod, and update your image URLs to use the new localhost registry URL. The remote cluster will now resolve images from the deployed registry.

For cases when you are using a local Kubernetes cluster, or have push permissions to a remote registry, DevSpace will behave exactly as before. No additional configuration is needed in devspace.yaml, but if you wish to enabled persistence for the local registry, or use a custom registry image, configuration options are available.

What's Changed

  • Add DEVSPACE_PROFILES variable and is_in command by @alexissellier in #2297
  • Specify a kubeClient when loading the devspace configuration by @alexissellier in #2306
  • Add dark-green color for completed state pods in UI by @mahendrabagul in #2335
  • Improve arch detection of pod when installing devspacehelper by @pratikjagrut in #2336 and @FabianKramm in #2381
  • Fallback to ssh if https doesn't work when cloning dependencies by @pratikjagrut in #2330 & #2355
  • Allow importing require statements and show all failures by @dtomasi in #2354
  • Add disabled flag for dependencies to avoid resolving all dependencies by @lizardruss in #2361
  • Add proper schema validation for vars by @mahendrabagul in #2343
  • Fix an issue when authenticating with Azure Container Registry (ACR) by @lizardruss in #2376
  • Local registry by @lizardruss in #2326
  • Support "~" (home) at the start of sync path by @matskiv in #2384
  • Add SIGINT syscall signal before SIGKILL by @mahendrabagul in #2388
  • Fixed improper parsing of volume name by @ryancharris in #2405
  • Use 'wss' protocol when DevSpace ui is loaded via 'https' by @lizardruss in #2410
  • Fixed building in Kaniko from Windows by @lizardruss in #2423
  • Improve output for pull secret creation by @FabianKramm in #2428
  • Pass DevSpace vars to plugin environment by @mahendrabagul in #2400
  • Add global flag for running dependencies sequentially by @pratikjagrut in #2424
  • Fix commands with predefined variables by @FabianKramm in #2429
  • Fix local registry failing with multiple dependencies by @lizardruss in #2425
  • Scale down replica sets to allow transfer of persistPaths persistent volume claims between pods by @lizardruss in #2431
  • Fix imported variables are not used in other variables by @pratikjagrut in #2432

Other Changes

New Contributors

Full Changelog: v6.1.1...v6.2.0-beta.0