Skip to content

Commit 8391c45

Browse files
committed
0.0.4
1 parent dcc0489 commit 8391c45

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ The changelog for Bonvoy
22

33
## Pending Release
44

5+
## 0.0.4
6+
57
* Add `clusters list` to display all clusters and relevant statistics around them
68
* Add `-r/--restart` flag for `certificates expired` to restart all expired sidecars
79
* Add `certificates expired all` to show all expired certs on a host

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var GitCommit string
55
var GitDescribe string
66

77
// The main version number that is being run at the moment.
8-
const Version = "0.0.3"
8+
const Version = "0.0.4"
99

1010
// A pre-release marker for the version. If this is "" (empty string)
1111
// then it means that it is a final release. Otherwise, this is a pre-release

0 commit comments

Comments
 (0)