Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benguillet committed Oct 27, 2015
1 parent 8f9a03f commit bc25336
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2
commit = True
tag = True

Expand Down
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 0.9.2 (2015-10-27)

**Documentation**

* Added doc on enabling log tailing #671.
* Added doc on deploying an application #642.
* Added doc on exposing an app publicly #668.
* Added doc on known limitations #672.

**Features**

* Added log tailing from Kinesis #651.
* Added AWS API errors exposition when deploying #628.
* Added CrossZoneLoadBalancing to ELBs #641.
* Added the process type in the get processes endpoint #649.
* Reversed process and version in SOURCE environment variable #652.
* Set empire.* labels on containers #679.

**Bugs**

* Added more specific load balancer error messages #629
* Update aws-sdk-go to v0.9.15. Fixed ThrottlingExceptions during restart #645.
* Fixed pagination when listing processes (tasks) #648.
* Fixed release description for config updates (`set` and `unset` env variables) #678.

## 0.9.1 (2015-07-31)

**Documentation**
Expand All @@ -18,7 +43,7 @@

**Bugs**

* Fixes a bug that caused containers launched by one-off tasks to stay around if the client disconnected. #589.
* Fixed a bug that caused containers launched by one-off tasks to stay around if the client disconnected. #589.
* Fixed an issue where deploying an app to an AWS account with no ELB's would cause an infinite loop #623.
* Fixed a bug that prevented scaling a processes memory to more than 1GB #593.

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.4.2
MAINTAINER Eric Holmes <[email protected]>

LABEL version 0.9.1
LABEL version 0.9.2

RUN go get github.com/tools/godep
ADD . /go/src/github.com/remind101/empire
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
2 changes: 1 addition & 1 deletion cmd/empire/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "0.9.1"
const Version = "0.9.2"

0 comments on commit bc25336

Please sign in to comment.