Skip to content

Commit

Permalink
Release 1.5.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
xperimental authored Jan 8, 2023
1 parent dd2c509 commit 3cd2ec2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 458 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This changelog contains the changes made between releases. The versioning follow

## Unreleased

## [1.5.1] - 2023-01-08

### Changed

- `latest` Docker tag now points to most recent release and `master` points to the build from the default branch
Expand Down Expand Up @@ -75,6 +77,8 @@ This changelog contains the changes made between releases. The versioning follow

- Initial release

[1.5.1]: https://github.com/xperimental/netatmo-exporter/releases/tag/v1.5.1
[1.5.0]: https://github.com/xperimental/netatmo-exporter/releases/tag/v1.5.0
[1.4.0]: https://github.com/xperimental/netatmo-exporter/releases/tag/v1.4.0
[1.3.0]: https://github.com/xperimental/netatmo-exporter/releases/tag/v1.3.0
[1.2.0]: https://github.com/xperimental/netatmo-exporter/releases/tag/v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.19.3-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.19.4-alpine AS builder

ARG TARGETOS
ARG TARGETARCH
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.19

require (
github.com/exzz/netatmo-api-go v0.0.0-20201009073308-a8620474d1ea
github.com/google/go-cmp v0.5.8
github.com/google/go-cmp v0.5.9
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/procfs v0.8.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.2.0 // indirect
golang.org/x/oauth2 v0.2.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.4.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
)

Expand All @@ -22,7 +22,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/common v0.39.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

Expand Down
Loading

0 comments on commit 3cd2ec2

Please sign in to comment.