Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Releases: loft-sh/kiosk

v0.1.14

01 Jul 15:52
b1b4b8a
Compare
Choose a tag to compare

Changes

  • Disables the server side apply feature by default for the extension api server

v0.1.13

01 Jul 12:54
540ab6b
Compare
Choose a tag to compare

Changes

  • Update internal kubernetes version to v1.18.4
  • Update internal helm version to v3.2.3
  • Improves logging output of kiosk

v0.1.12

10 Jun 11:40
413b8f2
Compare
Choose a tag to compare

Changes

  • chart: add NOTES.txt
  • added validation for spec.Space for configv1alpha1.Account #2

v0.1.11

28 May 22:57
79dd83a
Compare
Choose a tag to compare

Changes

  • don't autocomplete account in space creation
  • chart: add apiservice and webhook
  • chart: add metadata
  • chart: remove unused options from values.yaml

Upgrading kiosk

You may need to run the following commands before upgrading to this version using helm upgrade:

kubectl delete apiservice v1alpha1.tenancy.kiosk.sh
kubectl delete ValidatingWebhookConfiguration kiosk

Both of these objects are now part of the helm chart. Instead of deleting them before upgrading, you may also add the app.kubernetes.io/managed-by annotation for helm instead.

v0.1.10

12 May 08:28
a5c9886
Compare
Choose a tag to compare

Changes

  • Kiosk now syncs subjects with an account of all rolebindings & clusterrolebindings that have a kiosk account as an owner reference
  • Kiosk now allows cluster admins to create spaces for other users if they could create namespaces via rbac
  • helm TemplateInstances now also deploy crds
  • Fixes an issue where creating a space could result in a conflict error (#62)
  • Improved error messages in apiserver

v0.1.9

17 Apr 14:49
d4b7b8a
Compare
Choose a tag to compare

Changes

  • improves error handling of the template instance

v0.1.8

17 Apr 11:52
06b8abe
Compare
Choose a tag to compare

Changes

  • Automatically generate required crds and install them in the cluster

v0.1.7

15 Apr 15:35
a47b20a
Compare
Choose a tag to compare

Changes

  • kiosk doesn't require cert-manager anymore and instead manages its certificates on its own
  • kiosk automatically creates and updates the validatingwebhookconfiguration & apiservice
  • upgraded helm to v3.1.2

v0.1.5

09 Apr 16:07
4dbbeb5
Compare
Choose a tag to compare

Changes

  • Properly generate clientsets for non namespaced resources

v0.1.4

09 Apr 11:19
4c11843
Compare
Choose a tag to compare

Changes

  • Fixes an issue where spaces were not correctly displayed for an account (#48)
  • Removed clusterrole kiosk-view, since the account controller manages view permissions automatically through the created account clusterroles and bindings