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.26

12 Feb 13:29
a7acf7a
Compare
Choose a tag to compare

Changes

  • Improved logging for space creation

v0.1.25

11 Feb 12:21
49ff65c
Compare
Choose a tag to compare

Changes

  • Updates internal kubernetes to v1.20.2
  • Updates helm to v3.5.2
  • Updates go version to v1.15

v0.1.24

27 Jan 16:07
3886dad
Compare
Choose a tag to compare

Changes

  • Fixes an issue where creating a space would take more time than necessary
  • Fixes an issue where deleting or creating a space were not atomic and could leave left over resources behind

v0.1.23

14 Jan 09:31
eba4527
Compare
Choose a tag to compare

Changes

  • Fixes an issue where kiosk would not start on kubernetes v1.16

v0.1.22

04 Jan 09:06
f856c3c
Compare
Choose a tag to compare

Changes

  • Updated kubernetes dependencies to v1.19

v0.1.21

01 Oct 06:58
ebce0a8
Compare
Choose a tag to compare

Changes

  • Add the environment variables UPDATE_WEBHOOK and UPDATE_APISERVICE to disable the dynamic provisioning of webhook and apiservice (#78)
  • Adds a new option env in the chart to specify environment variables
  • Adds a new option webhook.create in the chart to skip webhook creation
  • Adds a new option apiservice.create in the chart to skip apiservice creation

v0.1.20

10 Sep 10:09
f7958c0
Compare
Choose a tag to compare

Changes

  • Fixes a potential race condition during namespace create & space get, where space get would return not found even though the space was just created
  • Bump internal helm version to v3.3.1

v0.1.18

10 Aug 09:03
aefa92d
Compare
Choose a tag to compare

Changes

  • Adds validation for account quotas (same as kubernetes does for resource quotas) (#34)
  • New owner column for spaces that shows the space owner on kubectl get spaces:
$ kubectl get spaces
NAME              OWNER           CREATED AT
default                           2020-08-10T08:16:14Z
docker                            2020-08-10T08:17:30Z
johns-space       johns-account   2020-08-10T08:53:15Z
kiosk                             2020-08-10T08:19:12Z
kube-node-lease                   2020-08-10T08:16:12Z
kube-public                       2020-08-10T08:16:12Z
kube-system                       2020-08-10T08:16:12Z
  • New spaces column for accounts that shows the amount of owned spaces on kubectl get accounts:
$ kubectl get accounts
NAME            SPACES   CREATED AT
johns-account   1        2020-08-10T08:52:59Z

v0.1.17

10 Jul 11:38
07ada32
Compare
Choose a tag to compare

Changes

  • Fixes an issue where persistent volume claims in spaces could lead to a panic in the account quota webhook

v0.1.16

09 Jul 14:49
f6fb39f
Compare
Choose a tag to compare

Changes

  • Fixes a potential race condition that could appear in slow kubernetes clusters, where updating and immediately retrieving a resource would not yield the same result
  • Fixes an issue where the kiosk api server would not return the correct resource version on a space update