File tree Expand file tree Collapse file tree 4 files changed +24
-458
lines changed Expand file tree Collapse file tree 4 files changed +24
-458
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This changelog contains the changes made between releases. The versioning follow
4
4
5
5
## Unreleased
6
6
7
+ ## [ 1.5.1] - 2023-01-08
8
+
7
9
### Changed
8
10
9
11
- ` latest ` Docker tag now points to most recent release and ` master ` points to the build from the default branch
@@ -75,6 +77,8 @@ This changelog contains the changes made between releases. The versioning follow
75
77
76
78
- Initial release
77
79
80
+ [ 1.5.1 ] : https://github.com/xperimental/netatmo-exporter/releases/tag/v1.5.1
81
+ [ 1.5.0 ] : https://github.com/xperimental/netatmo-exporter/releases/tag/v1.5.0
78
82
[ 1.4.0 ] : https://github.com/xperimental/netatmo-exporter/releases/tag/v1.4.0
79
83
[ 1.3.0 ] : https://github.com/xperimental/netatmo-exporter/releases/tag/v1.3.0
80
84
[ 1.2.0 ] : https://github.com/xperimental/netatmo-exporter/releases/tag/v1.2.0
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM golang:1.19.3 -alpine AS builder
1
+ FROM --platform=$BUILDPLATFORM golang:1.19.4 -alpine AS builder
2
2
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ go 1.19
4
4
5
5
require (
6
6
github.com/exzz/netatmo-api-go v0.0.0-20201009073308-a8620474d1ea
7
- github.com/google/go-cmp v0.5.8
7
+ github.com/google/go-cmp v0.5.9
8
8
github.com/prometheus/client_golang v1.14.0
9
- github.com/prometheus/procfs v0.8 .0 // indirect
9
+ github.com/prometheus/procfs v0.9 .0 // indirect
10
10
github.com/sirupsen/logrus v1.9.0
11
11
github.com/spf13/pflag v1.0.5
12
- golang.org/x/net v0.2 .0 // indirect
13
- golang.org/x/oauth2 v0.2 .0 // indirect
14
- golang.org/x/sys v0.3 .0 // indirect
12
+ golang.org/x/net v0.5 .0 // indirect
13
+ golang.org/x/oauth2 v0.4 .0 // indirect
14
+ golang.org/x/sys v0.4 .0 // indirect
15
15
google.golang.org/appengine v1.6.7 // indirect
16
16
)
17
17
@@ -22,7 +22,7 @@ require (
22
22
github.com/golang/protobuf v1.5.2 // indirect
23
23
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
24
24
github.com/prometheus/client_model v0.3.0 // indirect
25
- github.com/prometheus/common v0.37 .0 // indirect
25
+ github.com/prometheus/common v0.39 .0 // indirect
26
26
google.golang.org/protobuf v1.28.1 // indirect
27
27
)
28
28
You can’t perform that action at this time.
0 commit comments