Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
* Add Prometheus metrics

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

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.1
ENV BUILD_VERSION=1.3.2
VOLUME /mnt/routes
ENTRYPOINT ["/bin/logspout"]
Loading