Devspace Cloud Versions Save

DevSpace Cloud ⚡ Turn Kubernetes into a Powerful Developer Platform (new on-premise edition)

v0.3.3

4 years ago

Changes

  • Fixes an issue where changing a team owner resulting in an error

v0.3.2

4 years ago

Fixes

  • Fix an issue in helm chart that lead to devspace-manager not initializing correctly

v0.3.1

4 years ago

Fixes

  • Fixes an issue in the helm template where auth.liveness was not correctly set (#34)

v0.3.0

4 years ago

Please refer to Migration on how to upgrade from <0.3.0 to 0.3.0

Changes

  • Updated internal Kubernetes version to 1.17.2
  • Updated internal Helm version to 3.1.1 and completely removed helm v2. Old cluster components will be migrated via the v2to3 plugin automatically. (If this fails a remove and create should do)
  • Updated cert manager to v0.13.1
  • Updated ingress controller to 1.33.1
  • Updated gatekeeper to v3.1.0-beta.7
  • Updated hasura to v1.1.0
  • Restructured rbac:
    • devspace-default serviceaccount for all services that don't require elevated rights and devspace-manager for management components

v0.2.8

4 years ago

Changes

  • Allow users to edit and create certificates for domains they are allowed to
  • Add gatekeeper rule to check if users are allowed to edit certificate
  • Added and improved help texts

v0.2.7

4 years ago

Changes:

  • Fixed an issue where devspace remove space was not possible after deleting the namespace via kubectl (#17)

v0.2.6

4 years ago

Changes

  • Raised the free user limit from 5 -> 10

v0.2.5

4 years ago

Changes

  • Fix an issue in networkpolicies that prevented pods within the cluster to communicate with the ingress controller
  • Updated internal helm versions to 3.0.0 and 2.16.1
  • Add --enable-ssl-passthrough to ingress controller in connected clusters
  • Ui: Fix an issue with domains in public clusters
  • Ui: Fix several styling issues

v0.2.4

4 years ago

Changes

  • Fixed an issue with hasura metadata that could lead to install problems
  • Fixed an issue with gatekeeper where namespaces could end up getting stuck terminating during space deletion
  • Updated helm version to 2.16.0 and 3.0.0-rc.3
  • UI: updated several dependencies

v0.2.3

4 years ago

Changes

  • Fixed an issue where deleting a cluster with gatekeeper was not working
  • UI: first allowed ingress is now the default value for create ingress popup
  • UI: spaces can now be paused and resumed in admin view
  • UI: tooltips are now scrollable if they get to large