Skip to content

Commit 34ede7a

Browse files
committed
Bump to 0.3.1
1 parent ec8b721 commit 34ede7a

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Pending Release
44

5+
## 0.3.1
6+
7+
* Adjust envoy default address to 127.0.0.2; Nomad changed this in Nomad 1.1.3
8+
59
## 0.3.0
610

711
* Add `clusters compare` to compare clusters between Consul and Envoy

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
A simple go CLI tool to perform various tasks against Envoy sidecars in a Consul
66
Connect and Nomad environment.
77

8+
Supports Consul 1.10+, Nomad 1.1.3+, and Envoy 1.18+.
9+
810
## Usage
911

1012
There are various commands you can run. Usually you are required to pass the

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ const Version = "0.3.1"
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
1212
// such as "dev" (in development), "beta", "rc1", etc.
13-
const VersionPrerelease = "dev"
13+
const VersionPrerelease = ""

0 commit comments

Comments
 (0)