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.10.0 to 1.11.0 #144

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2021

Bumps github.com/prometheus/client_golang from 1.10.0 to 1.11.0.

Release notes

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

v1.11.0 / 2021-06-07

  • [CHANGE] Add new collectors package. #862
  • [CHANGE] prometheus.NewExpvarCollector is deprecated, use collectors.NewExpvarCollector instead. #862
  • [CHANGE] prometheus.NewGoCollector is deprecated, use collectors.NewGoCollector instead. #862
  • [CHANGE] prometheus.NewBuildInfoCollector is deprecated, use collectors.NewBuildInfoCollector instead. #862
  • [FEATURE] Add new collector for database/sql#DBStats. #866
  • [FEATURE] API client: Add exemplars API support. #861
  • [ENHANCEMENT] API client: Add newer fields to Rules API. #855
  • [ENHANCEMENT] API client: Add missing fields to Targets API. #856
Changelog

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

1.11.0 / 2021-06-07

  • [CHANGE] Add new collectors package. #862
  • [CHANGE] prometheus.NewExpvarCollector is deprecated, use collectors.NewExpvarCollector instead. #862
  • [CHANGE] prometheus.NewGoCollector is deprecated, use collectors.NewGoCollector instead. #862
  • [CHANGE] prometheus.NewBuildInfoCollector is deprecated, use collectors.NewBuildInfoCollector instead. #862
  • [FEATURE] Add new collector for database/sql#DBStats. #866
  • [FEATURE] API client: Add exemplars API support. #861
  • [ENHANCEMENT] API client: Add newer fields to Rules API. #855
  • [ENHANCEMENT] API client: Add missing fields to Targets API. #856
Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.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@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 10, 2021
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1117902735

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 47.063%

Totals Coverage Status
Change from base Build 1115835689: 0.0%
Covered Lines: 3766
Relevant Lines: 8002

💛 - Coveralls

1 similar comment
@coveralls
Copy link

coveralls commented Aug 11, 2021

Pull Request Test Coverage Report for Build 1117902735

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 47.063%

Totals Coverage Status
Change from base Build 1115835689: 0.0%
Covered Lines: 3766
Relevant Lines: 8002

💛 - Coveralls

@fancycode fancycode merged commit c0603d6 into master Aug 11, 2021
@fancycode fancycode deleted the dependabot/go_modules/github.com/prometheus/client_golang-1.11.0 branch August 11, 2021 06:59
mwalbeck pushed a commit to mwalbeck/docker-nextcloud-spreed-signaling that referenced this pull request Nov 11, 2021
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [strukturag/nextcloud-spreed-signaling](https://github.com/strukturag/nextcloud-spreed-signaling) | minor | `v0.3.0` -> `v0.4.0` |

---

### Release Notes

<details>
<summary>strukturag/nextcloud-spreed-signaling</summary>

### [`v0.4.0`](https://github.com/strukturag/nextcloud-spreed-signaling/releases/v0.4.0)

[Compare Source](strukturag/nextcloud-spreed-signaling@v0.3.0...v0.4.0)

##### Added

-   Support continent mapping overrides. [#&#8203;143](strukturag/nextcloud-spreed-signaling#143)
-   Add prometheus metrics. [#&#8203;99](strukturag/nextcloud-spreed-signaling#99)
-   Support separate permissions for publishing audio / video. [#&#8203;157](strukturag/nextcloud-spreed-signaling#157)
-   Check individual audio/video permissions on change. [#&#8203;169](strukturag/nextcloud-spreed-signaling#169)
-   CI: Also test with Go 1.17 [#&#8203;153](strukturag/nextcloud-spreed-signaling#153)

##### Changed

-   Force HTTPS for backend connections in old-style configurations. [#&#8203;132](strukturag/nextcloud-spreed-signaling#132)
-   Only include body in 307/308 redirects if going to same host. [#&#8203;134](strukturag/nextcloud-spreed-signaling#134)
-   Stop publishers if session is no longer allowed to publish. [#&#8203;140](strukturag/nextcloud-spreed-signaling#140)
-   Only allow subscribing if both users are in the same room and call. [#&#8203;133](strukturag/nextcloud-spreed-signaling#133)
-   Internal clients always may subscribe all streams. [#&#8203;159](strukturag/nextcloud-spreed-signaling#159)
-   Reduce RTT logging. [#&#8203;167](strukturag/nextcloud-spreed-signaling#167)
-   deps: Migrate to "github.com/golang-jwt/jwt". [#&#8203;160](strukturag/nextcloud-spreed-signaling#160)
-   Bump coverallsapp/github-action from 1.1.2 to 1.1.3 [#&#8203;131](strukturag/nextcloud-spreed-signaling#131)
-   Bump github.com/google/uuid from 1.2.0 to 1.3.0 [#&#8203;138](strukturag/nextcloud-spreed-signaling#138)
-   Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0 [#&#8203;144](strukturag/nextcloud-spreed-signaling#144)
-   Bump github.com/nats-io/nats.go from 1.11.0 to 1.12.1 [#&#8203;150](strukturag/nextcloud-spreed-signaling#150)
-   Bump github.com/nats-io/nats.go from 1.12.1 to 1.12.3 [#&#8203;154](strukturag/nextcloud-spreed-signaling#154)
-   Bump github.com/nats-io/nats.go from 1.12.3 to 1.13.0 [#&#8203;158](strukturag/nextcloud-spreed-signaling#158)
-   Bump actions/checkout from 2.3.4 to 2.3.5 [#&#8203;163](strukturag/nextcloud-spreed-signaling#163)
-   Bump actions/checkout from 2.3.5 to 2.4.0 [#&#8203;166](strukturag/nextcloud-spreed-signaling#166)

##### Fixed

-   Adjusted easyjson for multiarch builds [#&#8203;129](strukturag/nextcloud-spreed-signaling#129)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: https://git.walbeck.it/walbeck-it/docker-nextcloud-spreed-signaling/pulls/109
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants