Skip to content

Commit

Permalink
Merge pull request #6616 from hashicorp/release-0101
Browse files Browse the repository at this point in the history
Release 0101
  • Loading branch information
schmichael authored Nov 4, 2019
2 parents d77e47d + fa96554 commit bba4f4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
## 0.10.1 (Unreleased)
## 0.10.2 (Unreleased)

IMPROVEMENTS:
* client: Enable setting tags on Consul Connect sidecar service

BUG FIXES:

* cli: Make scoring column orders consistent `nomad alloc status` [[GH-6609](https://github.com/hashicorp/nomad/issues/6609)]

## 0.10.1 (November 4, 2019)

BUG FIXES:

* core: Fixed server panic when upgrading from 0.8 -> 0.10 and performing an
inplace update of an allocation. [[GH-6541](https://github.com/hashicorp/nomad/issues/6541)]
* api: Fixed panic when submitting Connect-enabled job without using a bridge
network [[GH-6575](https://github.com/hashicorp/nomad/issues/6575)]
* client: Fixed client panic when upgrading from 0.8 -> 0.10 and performing an
inplace update of an allocation. [[GH-6605](https://github.com/hashicorp/nomad/issues/6605)]

## 0.10.0 (October 22, 2019)

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

// The main version number that is being run at the moment.
Version = "0.10.1"
Version = "0.10.2"

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

0 comments on commit bba4f4c

Please sign in to comment.