We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef95819 commit 389eb62Copy full SHA for 389eb62
pkg/version/version.go
@@ -1,4 +1,4 @@
1
package version
2
3
// Version sets the release version for ksec
4
-const Version = "0.1.5"
+const Version = "0.1.6"
plugin.yaml
@@ -1,6 +1,6 @@
---
name: "ksec"
-version: "0.1.5"
+version: "0.1.6"
usage: "Manage Kubernetes Secrets through Helm"
5
description: "Helm plugin that simplifies the management of Kubernetes Secrets"
6
ignoreFlags: false
0 commit comments