Skip to content

Releases: Jaydee94/kubeseal-webgui

Release 2.1.1

06 May 16:11
8423c86
Compare
Choose a tag to compare
  • update npm modules
  • update python dependencies
  • update base images for python and node

Release 2.1.0

14 Feb 14:29
efa99a7
Compare
Choose a tag to compare
  • add dropdown field for selecting the namespace name
  • optionally setup a display name for the kubeseal-webgui instance
  • update python dependencies
  • update npm dependencies
  • update helm chart 2.1.0

NOTE

Update your helm chart when installing version 2.1.0.
Use the helm chart provided in chart/kubeseal-webgui


Release 2.0.1

15 Oct 06:01
67f0674
Compare
Choose a tag to compare
  • hotfix disable default debug logs
  • improve README Getting Started

Release 2.0.0

12 Oct 15:46
13c6b19
Compare
Choose a tag to compare

New-features:

  • split application into api and ui
  • encrypt multiple keys for a sealed-secret
  • improved the ui
  • updated helm included helm-chart

Release 1.1.0

18 Jul 13:50
023b5c4
Compare
Choose a tag to compare

New features:

  • add support for define a encryptedData key name
  • generate the complete SealedSecret kubernetes object to copy
  • support for JSON logging to STDOUT

Version 1.0.2

07 Apr 16:54
80ce392
Compare
Choose a tag to compare

Release 1.0.2 of the kubeseal-webgui.

  • improved ui
  • bump chart version
  • use clipboard.js for the copy button
  • add project logo
  • multiline input for the cleartext secrets
  • pylint fixes