We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc0489 commit 8391c45Copy full SHA for 8391c45
2 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@ The changelog for Bonvoy
2
3
## Pending Release
4
5
+## 0.0.4
6
+
7
* Add `clusters list` to display all clusters and relevant statistics around them
8
* Add `-r/--restart` flag for `certificates expired` to restart all expired sidecars
9
* Add `certificates expired all` to show all expired certs on a host
version/version.go
@@ -5,7 +5,7 @@ var GitCommit string
var GitDescribe string
// The main version number that is being run at the moment.
-const Version = "0.0.3"
+const Version = "0.0.4"
10
// A pre-release marker for the version. If this is "" (empty string)
11
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments