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

build(deps): bump github.com/prometheus/client_golang from 0.9.3 to 1.1.0 #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/prometheus/client_golang from 0.9.3 to 1.1.0.

Release notes

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

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

1.0.0 / 2019-06-15

This release removes all previously deprecated features, resulting in the breaking changes listed below. As this is v1.0.0, semantic versioning applies from now on, with the exception of the API client and parts marked explicitly as experimental.

  • [CHANGE] Remove objectives from the default Summary. (Objectives have to be set explicitly in the SummaryOpts.) #600
  • [CHANGE] Remove all HTTP related feature in the prometheus package. (Use the promhttp package instead.) #600
  • [CHANGE] Remove push.FromGatherer, push.AddFromGatherer, push.Collectors. (Use push.New instead.) #600
  • [CHANGE] API client: Pass warnings through on non-error responses. #599
  • [CHANGE] API client: Add warnings to Series call. #603
  • [FEATURE] Make process collector work on Microsoft Windows. EXPERIMENTAL #596
  • [FEATURE] API client: Add /labels call. #604
  • [BUGFIX] Make AlreadyRegisteredError usable for wrapped registries. #607

0.9.4 / 2019-06-07

  • [CHANGE] API client: Switch to alert values as strings. #585
  • [FEATURE] Add a collector for Go module build information. #595
  • [FEATURE] promhttp: Add an counter for internal errors during HTTP exposition. #594
  • [FEATURE] API client: Support target metadata API. #590
  • [FEATURE] API client: Support storage warnings. #562
  • [ENHANCEMENT] API client: Improve performance handling JSON. #570
  • [BUGFIX] Reduce test flakiness. #573
Changelog

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

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

1.0.0 / 2019-06-15

This release removes all previously deprecated features, resulting in the breaking changes listed below. As this is v1.0.0, semantic versioning applies from now on, with the exception of the API client and parts marked explicitly as experimental.

  • [CHANGE] Remove objectives from the default Summary. (Objectives have to be set explicitly in the SummaryOpts.) #600
  • [CHANGE] Remove all HTTP related feature in the prometheus package. (Use the promhttp package instead.) #600
  • [CHANGE] Remove push.FromGatherer, push.AddFromGatherer, push.Collectors. (Use push.New instead.) #600
  • [CHANGE] API client: Pass warnings through on non-error responses. #599
  • [CHANGE] API client: Add warnings to Series call. #603
  • [FEATURE] Make process collector work on Microsoft Windows. EXPERIMENTAL #596
  • [FEATURE] API client: Add /labels call. #604
  • [BUGFIX] Make AlreadyRegisteredError usable for wrapped registries. #607

0.9.4 / 2019-06-07

  • [CHANGE] API client: Switch to alert values as strings. #585
  • [FEATURE] Add a collector for Go module build information. #595
  • [FEATURE] promhttp: Add an counter for internal errors during HTTP exposition. #594
  • [FEATURE] API client: Support target metadata API. #590
  • [FEATURE] API client: Support storage warnings. #562
  • [ENHANCEMENT] API client: Improve performance handling JSON. #570
  • [BUGFIX] Reduce test flakiness. #573
Commits
  • 170205f Merge pull request #629 from prometheus/beorn7/release
  • 8b8fbc9 Cut 1.1.0
  • 2bb70fc Update Go modules
  • c0dfcd1 Merge pull request #628 from tariq1890/docker
  • 8977247 add minor Dockerfile improvements
  • 8bb84c1 Merge pull request #627 from prometheus/beorn7/modules
  • 5d286d7 Update .gitignore
  • bb9b00a Merge pull request #624 from prometheus/beorn/push
  • 4b95c4a Support new base64 encoding for pushing to the Pushgateway
  • c0d684b Merge pull request #623 from prometheus/makefile_common
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.3 to 1.1.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_golang@v0.9.3...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@alien-ike
Copy link
Contributor

Ike Plugins (pr-sanitizer)

Thank you @dependabot-preview[bot] for this contribution!

This pull request doesn't comply with the conventions given by the pr-sanitizer plugin. The following items are necessary to fix:

Issue link

The PR description is missing any issue link that would be used with any of the GitHub keywords. Having it in the PR description ensures that the issue is automatically closed when the PR is merged.

Your plugin configuration is stored in the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant