Skip to content

Commit

Permalink
Version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Nov 29, 2015
1 parent 7d28735 commit 21b0230
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Version 0.0.8 - 2015-11-29
- Fix crash on route tables which don't have an instance-id
attached.
- More improvements to error reporting in configuration
- Make the error reporting of healthcheck configuration better by
reporting all errors at once, rather than the first one.

Version 0.0.7 - 2015-11-28
Version 0.0.7 - 2015-11-28 *BROKEN DO NOT USE*
- Make config tell you about all the errors found when dieing at startup,
rather than just the first one found.
- Now requires the ec2:DescribeInstanceAttribute permission to run.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extension of in-datacenter Anycast. It can also be used to provide HA NAT servic

master is currently *highly* unstable.

If you're crazy enough to want to use this, please use release version 0.0.7
If you're crazy enough to want to use this, please use release version 0.0.8

# NAT

Expand Down Expand Up @@ -103,7 +103,7 @@ FIXME!! More details about how to test / curl things here..
You can install binary release versions onto x68 Linux
directly from github, e.g.

sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.0.7/AWSnycast -O /usr/local/bin/AWSnycast
sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.0.8/AWSnycast -O /usr/local/bin/AWSnycast
sudo chmod 700 /usr/local/bin/AWSnycast

or you can install the .deb or .rpm packages found at the same location
Expand Down
2 changes: 1 addition & 1 deletion package/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ifdef upstream_build_number
else
REAL_BUILD_NUMBER?=$(BUILD_NUMBER)
endif
VERSION = 0.0.7
VERSION = 0.0.8
ITERATION = yelp$(REAL_BUILD_NUMBER)
ARCH := $(shell facter architecture)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const version = "0.0.7"
const version = "0.0.8"

0 comments on commit 21b0230

Please sign in to comment.