Skip to content

Commit b52e21b

Browse files
authored
Release 0.10.0 (#100)
* [FEATURE] Autodiscover Google Poject ID #62 Signed-off-by: Ben Kochie <[email protected]>
1 parent 2112afc commit b52e21b

File tree

227 files changed

+6670
-1874
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

227 files changed

+6670
-1874
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## master / unreleased
22

3+
## 0.10.0 / 2020-06-28
4+
5+
* [FEATURE] Autodiscover Google Poject ID #62
6+
37
## 0.9.1 / 2020-06-02
48

59
* [BUGFIX] Fix report time missing for histogram metrics #94

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.1
1+
0.10.0

go.mod

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@ require (
1111
github.com/dustin/go-humanize v1.0.0 // indirect
1212
github.com/fatih/camelcase v1.0.0
1313
github.com/go-kit/kit v0.10.0
14-
github.com/golang/protobuf v1.4.1 // indirect
15-
github.com/onsi/ginkgo v1.7.0
16-
github.com/onsi/gomega v1.4.3
14+
github.com/onsi/ginkgo v1.13.0
15+
github.com/onsi/gomega v1.10.1
1716
github.com/pkg/errors v0.9.1 // indirect
18-
github.com/prometheus/client_golang v1.6.0
17+
github.com/prometheus/client_golang v1.7.1
1918
github.com/prometheus/client_model v0.2.0
2019
github.com/prometheus/common v0.10.0
21-
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
20+
golang.org/x/net v0.0.0-20200625001655-4c5254603344
2221
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
23-
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
24-
google.golang.org/api v0.24.0
22+
google.golang.org/api v0.28.0
2523
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884 // indirect
2624
gopkg.in/alecthomas/kingpin.v2 v2.2.6
2725
)

go.sum

Lines changed: 41 additions & 18 deletions
Large diffs are not rendered by default.

vendor/github.com/fsnotify/fsnotify/.editorconfig

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.travis.yml

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)