Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/prometheus/client_golang from 1.0.0 to 1.5.1 #1529

Conversation

njuettner
Copy link
Member

Bumps github.com/prometheus/client_golang from 1.0.0 to 1.5.1.

Release notes

Sourced from github.com/prometheus/client_golang's releases.

1.5.1 / 2020-03-14

  • [BUGFIX] promhttp: Remove another superfluous WriteHeader call.

1.5.0 / 2020-03-03

  • [FEATURE] promauto: Add a factory to allow automatic registration with a local registry. #713
  • [FEATURE] promauto: Add NewUntypedFunc. #713
  • [FEATURE] API client: Support new metadata endpoint. #718

1.4.1 / 2020-02-07

  • [BUGFIX] Fix timestamp of exemplars in CounterVec. #710

1.4.0 / 2020-01-27

  • [CHANGE] Go collector: Improve doc string for go_gc_duration_seconds. #702
  • [FEATURE] Support a subset of OpenMetrics, including exemplars. Needs opt-in via promhttp.HandlerOpts. EXPERIMENTAL #706
  • [FEATURE] Add testutil.CollectAndCount. #703

1.3.0 / 2019-12-21

  • [FEATURE] Support tags in Graphite bridge. #668
  • [BUGFIX] API client: Actually return Prometheus warnings. #699

1.2.1 / 2019-10-17

  • [BUGFIX] Fix regression in the implementation of Registerer.Unregister. #663

1.2.0 / 2019-10-15

  • [FEATURE] Support pushing to Pushgateway v0.10+. #652
  • [ENHANCEMENT] Improve hashing to make a spurious AlreadyRegisteredError less likely to occur. #657
  • [ENHANCEMENT] API client: Add godoc examples. #630
  • [BUGFIX] promhttp: Correctly call WriteHeader in HTTP middleware. #634

1.1.0 / 2019-08-01

  • [CHANGE] API client: Format time as UTC rather than RFC3339Nano. #617
  • [CHANGE] API client: Add warnings to LabelValues and LabelNames calls. #609
  • [FEATURE] Push: Support base64 encoding in grouping key. #624
  • [FEATURE] Push: Add Delete method to Pusher. #613
Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.5.1 / 2020-03-14

  • [BUGFIX] promhttp: Remove another superfluous WriteHeader call.

1.5.0 / 2020-03-03

  • [FEATURE] promauto: Add a factory to allow automatic registration with a local registry. #713
  • [FEATURE] promauto: Add NewUntypedFunc. #713
  • [FEATURE] API client: Support new metadata endpoint. #718

1.4.1 / 2020-02-07

  • [BUGFIX] Fix timestamp of exemplars in CounterVec. #710

1.4.0 / 2020-01-27

  • [CHANGE] Go collector: Improve doc string for go_gc_duration_seconds. #702
  • [FEATURE] Support a subset of OpenMetrics, including exemplars. Needs opt-in via promhttp.HandlerOpts. EXPERIMENTAL #706
  • [FEATURE] Add testutil.CollectAndCount. #703

1.3.0 / 2019-12-21

  • [FEATURE] Support tags in Graphite bridge. #668
  • [BUGFIX] API client: Actually return Prometheus warnings. #699

1.2.1 / 2019-10-17

  • [BUGFIX] Fix regression in the implementation of Registerer.Unregister. #663

1.2.0 / 2019-10-15

  • [FEATURE] Support pushing to Pushgateway v0.10+. #652
  • [ENHANCEMENT] Improve hashing to make a spurious AlreadyRegisteredError less likely to occur. #657
  • [ENHANCEMENT] API client: Add godoc examples. #630
  • [BUGFIX] promhttp: Correctly call WriteHeader in HTTP middleware. #634

1.1.0 / 2019-08-01

  • [CHANGE] API client: Format time as UTC rather than RFC3339Nano. #617
  • [CHANGE] API client: Add warnings to LabelValues and LabelNames calls. #609
  • [FEATURE] Push: Support base64 encoding in grouping key. #624
  • [FEATURE] Push: Add Delete method to Pusher. #613
Commits
  • aa9238d Merge pull request #727 from prometheus/beorn7/release
  • bb96a66 Cut v1.5.1
  • 4739e9c Merge pull request #726 from prometheus/beorn7/promhttp
  • 586178b Fix promhttp error handling
  • 346356f Merge pull request #719 from simonpasquier/enable-circleci
  • 5538bed Merge pull request #720 from prometheus/beorn7/release
  • 42eb2da Cut v1.5.0
  • 057bfe8 Merge pull request #718 from gotjosh/support-metric-metadata-endpoint
  • 2725e8e Add Circle CI configuration
  • 2463b8e Address review feedback
  • Additional commits viewable in compare view

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 15, 2020
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Apr 15, 2020
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 18, 2020
@Raffo
Copy link
Contributor

Raffo commented Apr 21, 2020

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 21, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: njuettner, Raffo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 6063bd1 into master Apr 21, 2020
aliasgharmhowwala pushed a commit to aliasgharmhowwala/external-dns that referenced this pull request Jun 15, 2020
…r/go_modules/github.com/prometheus/client_golang-1.5.1

Bump github.com/prometheus/client_golang from 1.0.0 to 1.5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants