Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
burdandrei committed Mar 13, 2018
1 parent 6b3e5af commit 5a5d8ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.9.x
- 1.10.x
script:
- go build -o build/resec_linux_amd64_${TRAVIS_BRANCH}
- zip -j build/resec_linux_amd64_${TRAVIS_BRANCH}.zip build/resec_linux_amd64_${TRAVIS_BRANCH}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.2.0 (March 13, 2018)

FEATURES:

* Consul service name for tag based service discovery
* Option to ADD (MASTER|SLAVE)_TAGS to be populated to consul
* Managing dependencies using [dep](https://github.com/golang/dep)
* Go version bumped to 0.10.x

## 0.1.0 (January 22, 2018)

Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM golang:1.9.2
FROM golang:1.10-alpine
WORKDIR /go/src/github.com/YotpoLtd/resec/
COPY . /go/src/github.com/YotpoLtd/resec/
RUN go get ./...
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o resec .

FROM alpine:latest
Expand Down

0 comments on commit 5a5d8ac

Please sign in to comment.