Skip to content

Releases: Jaydee94/kubeseal-webgui

Release 4.2.1

31 Mar 15:35
453ff3a
Compare
Choose a tag to compare

This release contains the following changes:

  • Python dependency updates
  • NPM dependency updates
  • Update kubeseal binary to version 0.20.2
  • Some minor ui improvements

Release 4.2.0

07 Jan 12:16
Compare
Choose a tag to compare

This release contains the following changes:

  • Render correct labels when using scopes
  • Support for uploading binary files

Release 4.1.0

17 Dec 16:02
Compare
Choose a tag to compare

This release contains the following changes:

  • The autofetch certificate functionality has been moved into the api image instead of running a initContainer
  • Update pyhton dependencies
  • Apply security patches
  • Update npm dependencies

NOTICE

When upgrading from 4.0.X to 4.1.X you need to use the provided helm chart in version >=5.0.0 if you use the autofetch certificate feature.

Release 4.0.3

11 Nov 16:28
Compare
Choose a tag to compare

This release contains the following changes:

  • Display comments for optional (scope) fields in rendered secret
  • Loosen rules for secret key names
  • Support for affinity, nodeSelector and tolerartions in helm chart
  • Resources for the auto fetch init container in the deployment object

Release 4.0.2

08 Nov 16:12
Compare
Choose a tag to compare

This Release contains the following changes:

  • Updated the npm dependencies
  • Updated the python dependencies
  • Bugfix with the colors of rendered SealedSecret objects when using the dark mode
  • Updated the helm chart and helm chart README

Release 4.0.1

02 Nov 08:21
6eb484b
Compare
Choose a tag to compare

Fixes some minor bugs with permissions in the container images.

Release 4.0.0

01 Nov 14:50
835aef6
Compare
Choose a tag to compare

This release contains the following changes:

  • Completely redesigned UI using vuetify
  • New backend framework: fastapi
  • Ability to upload files besides plain values
  • Some minor bug fixes concerning the ui and the helm chart

Release 3.1.0

14 May 12:45
Compare
Choose a tag to compare

This release contains some technical improvements and dependency updates:

  • use uWSGI as flask webserver
  • render copy button only if clipboard is accessible
  • fixed typos
  • npm and python dependency updates
  • use kubeseal binary version 0.17.5
  • use nginx-unprivileged image for the ui
  • optionally auto fetch the sealed secret certificate from sealed secret controller in cluster with an init container
  • provide the helm chart by an Github helm repository

Release 3.0.1

15 Nov 08:23
Compare
Choose a tag to compare

The release 3.0.1 contains some Bugfixes:

  • Correct validation of the secret name (subdomain)
  • Corrected the dark mode bug when selecting a namespace

Release 3.0.0

06 Nov 16:56
Compare
Choose a tag to compare
  • update npm modules
  • update python dependencies
  • use kubeseal binary version 0.16.0
  • add dark mode toggle
  • validate the input fields
  • ui improvements
  • add usage hints inside the ui
  • add app footer to display enhances informations about the deployed application