Releases: Jaydee94/kubeseal-webgui
Releases · Jaydee94/kubeseal-webgui
Release 2.1.1
- update npm modules
- update python dependencies
- update base images for python and node
Release 2.1.0
- 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
- hotfix disable default debug logs
- improve README Getting Started
Release 2.0.0
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
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
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