Skip to content

Commit

Permalink
Version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Nov 14, 2015
1 parent 0013d2f commit 3c8c8bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.0.6 - 2015-11-13
- Build .deb and .rpm packages for Linux as part of the release process

Version 0.0.5 - 2015-11-13
- Build a .deb package for amd64 as part of the release process
- Add additional methods to find route tables
Expand Down
9 changes: 3 additions & 6 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.5
If you're crazy enough to want to use this, please use release version 0.0.6

# NAT

Expand Down Expand Up @@ -101,13 +101,10 @@ 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.5/AWSnycast -O /usr/local/bin/AWSnycast
sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.0.6/AWSnycast -O /usr/local/bin/AWSnycast
sudo chmod 700 /usr/local/bin/AWSnycast

or if you're using a debian based system, you can install the .deb we build:

sudo wget https://github.com/bobtfish/AWSnycast/releases/download/v0.0.5/awsnycast_0.0.5-1_amd64.deb
sudo dpkg -i awsnycast_0.0.5-1_amd64.deb
or you can install the .deb or .rpm packages found at the same location

# 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.5
VERSION = 0.0.6
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.5"
const version = "0.0.6"

0 comments on commit 3c8c8bc

Please sign in to comment.