Skip to content

Commit

Permalink
chore: Bump to v1.3.1
Browse files Browse the repository at this point in the history
This release removes a file that should not have been committed.

Semver: patch
  • Loading branch information
darinspivey committed Apr 21, 2021
1 parent 09f9c4f commit 814dd98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This file documents all notable changes in `LogDNA LogSpout Image`. The release numbering uses [semantic versioning](http://semver.org).

## v1.3.1 - Released on April 21, 2021
* Removes a file that was erroneously committed to the repository

## v1.3.0 - Released on April 20, 2021
* Add a Makefile to do builds for multiple architectures (amd64, arm64)
* Correct CI workflow to build from a `Makefile`
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RUN go build -ldflags "-X main.Version=$(cat VERSION)-logdna" -o /bin/logspout
FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /bin/logspout /bin/logspout
ENV BUILD_VERSION=1.3.0
ENV BUILD_VERSION=1.3.1
VOLUME /mnt/routes
ENTRYPOINT ["/bin/logspout"]

0 comments on commit 814dd98

Please sign in to comment.