Merge pull request #9155 from hashicorp/release/1.9.0-beta3

merge: 1.9.0-beta3
This commit is contained in:
Mike Morris 2020-11-11 12:55:23 -05:00
parent 2ded9120c1
commit 4902e42ca4
3 changed files with 24 additions and 1 deletions

3
.changelog/9119.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
chore: update to Go 1.14.11 with mitigation for [golang/go#42138](https://github.com/golang/go/issues/42138)
```

View File

@ -1,5 +1,25 @@
## UNRELEASED ## UNRELEASED
## 1.9.0-beta3 (November 10, 2020)
BREAKING CHANGES:
* connect: Switch the default gateway port from 443 to 8443 to avoid assumption of Envoy running as root. [[GH-9113](https://github.com/hashicorp/consul/issues/9113)]
* raft: Raft protocol v2 is no longer supported. If currently using protocol v2 then an intermediate upgrade to a version supporting both v2 and v3 protocols will be necessary (1.0.0 - 1.8.x). Note that the Raft protocol configured with the `raft_protocol` setting and the Consul RPC protocol configured with the `protocol` setting and output by the `consul version` command are distinct and supported Consul RPC protocol versions are not altered. [[GH-9103](https://github.com/hashicorp/consul/issues/9103)]
FEATURES:
* autopilot: A new `/v1/operator/autopilot/state` HTTP API was created to give greater visibility into what autopilot is doing and how it has classified all the servers it is tracking. [[GH-9103](https://github.com/hashicorp/consul/issues/9103)]
IMPROVEMENTS:
* autopilot: **(Enterprise Only)** Autopilot now supports using both Redundancy Zones and Automated Upgrades together. [[GH-9103](https://github.com/hashicorp/consul/issues/9103)]
* chore: update to Go 1.14.11 with mitigation for [golang/go#42138](https://github.com/golang/go/issues/42138) [[GH-9119](https://github.com/hashicorp/consul/issues/9119)]
BUG FIXES:
* autopilot: **(Enterprise Only)** Previously servers in other zones would not be promoted when all servers in a second zone had failed. Now the actual behavior matches the docs and autopilot will promote a healthy non-voter from any zone to replace failure of an entire zone. [[GH-9103](https://github.com/hashicorp/consul/issues/9103)]
## 1.9.0-beta2 (November 07, 2020) ## 1.9.0-beta2 (November 07, 2020)
BREAKING CHANGES: BREAKING CHANGES:

View File

@ -14,7 +14,7 @@ export default function DownloadsPage({ releaseData }) {
prerelease={{ prerelease={{
type: 'beta', // the type of prerelease: beta, release candidate, etc. type: 'beta', // the type of prerelease: beta, release candidate, etc.
name: 'v1.9.0', // the name displayed in text on the website name: 'v1.9.0', // the name displayed in text on the website
version: '1.9.0-beta2', // the actual version tag that was pushed to releases.hashicorp.com version: '1.9.0-beta3', // the actual version tag that was pushed to releases.hashicorp.com
}} }}
> >
<p> <p>