Skip to content

Commit

Permalink
Changelog and version bump for v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed May 31, 2022
1 parent 68ac4a7 commit c7b53f4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v0.6.1 (June 2, 2021)

IMPROVEMENTS:

* Add support for TLSServerName for HTTP health checks [[GH-116](https://github.com/hashicorp/consul-esm/pull/116)]

BUG FIXES:

* Handle case of same service ID on different nodes [[GH-135](https://github.com/hashicorp/consul-esm/pull/135)]
* Dependency Updates [GH-134](https://github.com/hashicorp/consul-esm/pull/134)], [GH-132](https://github.com/hashicorp/consul-esm/issues/132)]
* Update go-ping dependency to fix deadlock[[GH-129](https://github.com/hashicorp/consul-esm/pull/129)]
* Fix issue with cross signed certs [[GH-84](https://github.com/hashicorp/consul-esm/issues/84)]
* ESM doesn't deregister if status and output are same as before [[GH-130](https://github.com/hashicorp/consul-esm/pull/130)]
* Add -v and use standard version output [[GH-126](https://github.com/hashicorp/consul-esm/pull/126), [GH-125](https://github.com/hashicorp/consul-esm/issues/125)]
* External node checks disappear after re-registration of nodes [[GH-128](https://github.com/hashicorp/consul-esm/pull/128), [GH-119](https://github.com/hashicorp/consul-esm/issues/119)]


## v0.6.0 (September 23, 2021)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (

// Version is the main version number that is being run at the moment.
// Note: our current release process does a pattern match on this variable.
Version = "0.6.0"
Version = "0.6.1"

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

0 comments on commit c7b53f4

Please sign in to comment.