Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Nov 13, 2015
1 parent a051cf5 commit b1d2543
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Version 0.0.4 - 2015-11-13
- Make the logging much better, with more context to log messages
- Make debug mode output more verbose debug logging
- Add integration tests of Anycast functionality
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.3
If you're crazy enough to want to use this, please use release version 0.0.4

# NAT

Expand Down Expand Up @@ -101,7 +101,7 @@ Try terminating one of the machines and watch routes fail over!
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.3/AWSnycast -O /usr/local/bin/AWSnycast
sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.0.4/AWSnycast -O /usr/local/bin/AWSnycast
sudo chmod 700 /usr/local/bin/AWSnycast

# Building from source
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.3
VERSION = 0.0.4
ITERATION = yelp$(REAL_BUILD_NUMBER)
ARCH := $(shell facter architecture)

Expand Down

0 comments on commit b1d2543

Please sign in to comment.