wayfair-incubator / telefonistka

Safe and Controlled GitOps Promotion Across Environments/Failure-Domains
https://hub.docker.com/r/odedbenozer/telefonistka
MIT License
63 stars 7 forks source link

Update all non-major dependencies #116

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/alexliesenfeld/health require minor v0.7.0 -> v0.8.0
github.com/bradleyfalzon/ghinstallation/v2 require minor v2.7.0 -> v2.8.0
github.com/hashicorp/golang-lru/v2 require patch v2.0.6 -> v2.0.7
github.com/migueleliasweb/go-github-mock require patch v0.0.19 -> v0.0.22
github.com/prometheus/client_golang require minor v1.16.0 -> v1.17.0
golang final patch 1.21.1 -> 1.21.3
golang.org/x/oauth2 require minor v0.12.0 -> v0.13.0

Release Notes

alexliesenfeld/health (github.com/alexliesenfeld/health) ### [`v0.8.0`](https://togithub.com/alexliesenfeld/health/releases/tag/v0.8.0) [Compare Source](https://togithub.com/alexliesenfeld/health/compare/v0.7.0...v0.8.0) ##### Breaking Changes - [`CheckerResult`](https://togithub.com/alexliesenfeld/health/blob/8d498ec975b54ec3ef47493bbc22c72884359dc2/check.go#L86C1-L91)s `Details` field is now no pointer anymore. - The configuration option [`WithMaxErrorMessageLength`](https://pkg.go.dev/github.com/alexliesenfeld/health@v0.7.0#WithMaxErrorMessageLength) was removed. This used to control the length of the string field [`CheckResult.Error`](https://pkg.go.dev/github.com/alexliesenfeld/health@v0.7.0#CheckResult). Instead of returning the error as a string, it is now being returned as an `error`. - All [`time.Time`](https://pkg.go.dev/time#Time) fields in [`health.CheckState`](https://pkg.go.dev/github.com/alexliesenfeld/health@v0.7.0#CheckState) are now values rather than pointers. Use the [`IsZero`](https://pkg.go.dev/time#Time.IsZero)-method to check if a value has been set or not instead.
bradleyfalzon/ghinstallation (github.com/bradleyfalzon/ghinstallation/v2) ### [`v2.8.0`](https://togithub.com/bradleyfalzon/ghinstallation/releases/tag/v2.8.0) [Compare Source](https://togithub.com/bradleyfalzon/ghinstallation/compare/v2.7.0...v2.8.0) #### What's Changed - Update go-github to v56 by [@​asvoboda](https://togithub.com/asvoboda) in [https://github.com/bradleyfalzon/ghinstallation/pull/107](https://togithub.com/bradleyfalzon/ghinstallation/pull/107) **Full Changelog**: https://github.com/bradleyfalzon/ghinstallation/compare/v2.7.0...v2.8.0
hashicorp/golang-lru (github.com/hashicorp/golang-lru/v2) ### [`v2.0.7`](https://togithub.com/hashicorp/golang-lru/releases/tag/v2.0.7): golang-lru 2.0.7 [Compare Source](https://togithub.com/hashicorp/golang-lru/compare/v2.0.6...v2.0.7) #### What's Changed - expirable LRU: fix so that Get/Peek cannot return an ok and empty value by [@​irenarindos](https://togithub.com/irenarindos) in [https://github.com/hashicorp/golang-lru/pull/156](https://togithub.com/hashicorp/golang-lru/pull/156) - add a Resize method to 2Q by [@​veloting](https://togithub.com/veloting) in [https://github.com/hashicorp/golang-lru/pull/151](https://togithub.com/hashicorp/golang-lru/pull/151) #### New Contributors - [@​irenarindos](https://togithub.com/irenarindos) made their first contribution in [https://github.com/hashicorp/golang-lru/pull/156](https://togithub.com/hashicorp/golang-lru/pull/156) - [@​veloting](https://togithub.com/veloting) made their first contribution in [https://github.com/hashicorp/golang-lru/pull/151](https://togithub.com/hashicorp/golang-lru/pull/151) **Full Changelog**: https://github.com/hashicorp/golang-lru/compare/v2.0.6...v2.0.7
migueleliasweb/go-github-mock (github.com/migueleliasweb/go-github-mock) ### [`v0.0.22`](https://togithub.com/migueleliasweb/go-github-mock/releases/tag/v0.0.22) [Compare Source](https://togithub.com/migueleliasweb/go-github-mock/compare/v0.0.21...v0.0.22) #### What's Changed - upgrade go-github to v56 by [@​pfiaux](https://togithub.com/pfiaux) in [https://github.com/migueleliasweb/go-github-mock/pull/56](https://togithub.com/migueleliasweb/go-github-mock/pull/56) - Update GH definitions by [@​migueleliasweb](https://togithub.com/migueleliasweb) in [https://github.com/migueleliasweb/go-github-mock/pull/58](https://togithub.com/migueleliasweb/go-github-mock/pull/58) - feat: add WithRateLimit as a new MockBackendOption by [@​jlucktay](https://togithub.com/jlucktay) in [https://github.com/migueleliasweb/go-github-mock/pull/59](https://togithub.com/migueleliasweb/go-github-mock/pull/59) #### New Contributors - [@​pfiaux](https://togithub.com/pfiaux) made their first contribution in [https://github.com/migueleliasweb/go-github-mock/pull/56](https://togithub.com/migueleliasweb/go-github-mock/pull/56) - [@​jlucktay](https://togithub.com/jlucktay) made their first contribution in [https://github.com/migueleliasweb/go-github-mock/pull/59](https://togithub.com/migueleliasweb/go-github-mock/pull/59) **Full Changelog**: https://github.com/migueleliasweb/go-github-mock/compare/v0.0.20...v0.0.22 ### [`v0.0.21`](https://togithub.com/migueleliasweb/go-github-mock/releases/tag/v0.0.21) [Compare Source](https://togithub.com/migueleliasweb/go-github-mock/compare/v0.0.20...v0.0.21) #### What's Changed - upgrade go-github to v56 by [@​pfiaux](https://togithub.com/pfiaux) in [https://github.com/migueleliasweb/go-github-mock/pull/56](https://togithub.com/migueleliasweb/go-github-mock/pull/56) #### New Contributors - [@​pfiaux](https://togithub.com/pfiaux) made their first contribution in [https://github.com/migueleliasweb/go-github-mock/pull/56](https://togithub.com/migueleliasweb/go-github-mock/pull/56) **Full Changelog**: https://github.com/migueleliasweb/go-github-mock/compare/v0.0.20...v0.0.21 ### [`v0.0.20`](https://togithub.com/migueleliasweb/go-github-mock/releases/tag/v0.0.20) [Compare Source](https://togithub.com/migueleliasweb/go-github-mock/compare/v0.0.19...v0.0.20) #### What's Changed - upgrade to go-github v55 by [@​veziak](https://togithub.com/veziak) in [https://github.com/migueleliasweb/go-github-mock/pull/54](https://togithub.com/migueleliasweb/go-github-mock/pull/54) - Update GH definitions by [@​migueleliasweb](https://togithub.com/migueleliasweb) in [https://github.com/migueleliasweb/go-github-mock/pull/55](https://togithub.com/migueleliasweb/go-github-mock/pull/55) #### New Contributors - [@​veziak](https://togithub.com/veziak) made their first contribution in [https://github.com/migueleliasweb/go-github-mock/pull/54](https://togithub.com/migueleliasweb/go-github-mock/pull/54) **Full Changelog**: https://github.com/migueleliasweb/go-github-mock/compare/v0.0.19...v0.0.20
prometheus/client_golang (github.com/prometheus/client_golang) ### [`v1.17.0`](https://togithub.com/prometheus/client_golang/releases/tag/v1.17.0) [Compare Source](https://togithub.com/prometheus/client_golang/compare/v1.16.0...v1.17.0) #### What's Changed - \[CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). [#​1325](https://togithub.com/prometheus/client_golang/issues/1325) - \[FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. [#​1313](https://togithub.com/prometheus/client_golang/issues/1313) - \[ENHANCEMENT] Enable detection of a native histogram without observations. [#​1314](https://togithub.com/prometheus/client_golang/issues/1314)
Commits - Merge v1.16.0 to main by [@​bwplotka](https://togithub.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1293](https://togithub.com/prometheus/client_golang/pull/1293) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/1297](https://togithub.com/prometheus/client_golang/pull/1297) - ci: define minimal permissions to GitHub workflows by [@​diogoteles08](https://togithub.com/diogoteles08) in [https://github.com/prometheus/client_golang/pull/1295](https://togithub.com/prometheus/client_golang/pull/1295) - Do not allocate memory when there's no constraints by [@​Okhoshi](https://togithub.com/Okhoshi) in [https://github.com/prometheus/client_golang/pull/1296](https://togithub.com/prometheus/client_golang/pull/1296) - Bump golang.org/x/sys from 0.8.0 to 0.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1306](https://togithub.com/prometheus/client_golang/pull/1306) - Bump google.golang.org/grpc from 1.45.0 to 1.53.0 in /tutorial/whatsup by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1307](https://togithub.com/prometheus/client_golang/pull/1307) - histogram: Enable detection of a native histogram without observations by [@​beorn7](https://togithub.com/beorn7) in [https://github.com/prometheus/client_golang/pull/1314](https://togithub.com/prometheus/client_golang/pull/1314) - Bump github.com/prometheus/procfs from 0.10.1 to 0.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1305](https://togithub.com/prometheus/client_golang/pull/1305) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/1302](https://togithub.com/prometheus/client_golang/pull/1302) - Fix data-race in metric without `code` and `method` but with `WithLabelFromCtx` by [@​tigrato](https://togithub.com/tigrato) in [https://github.com/prometheus/client_golang/pull/1318](https://togithub.com/prometheus/client_golang/pull/1318) - Add missing tick "\`" in README by [@​ZiViZiViZ](https://togithub.com/ZiViZiViZ) in [https://github.com/prometheus/client_golang/pull/1321](https://togithub.com/prometheus/client_golang/pull/1321) - Bump golang.org/x/sys from 0.9.0 to 0.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1320](https://togithub.com/prometheus/client_golang/pull/1320) - Bump github.com/prometheus/procfs from 0.11.0 to 0.11.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1319](https://togithub.com/prometheus/client_golang/pull/1319) - docs: trivial grammar fixes to improve readability in promauto Godoc by [@​sengi](https://togithub.com/sengi) in [https://github.com/prometheus/client_golang/pull/1322](https://togithub.com/prometheus/client_golang/pull/1322) - Add Go 1.21 support by [@​kakkoyun](https://togithub.com/kakkoyun) in [https://github.com/prometheus/client_golang/pull/1325](https://togithub.com/prometheus/client_golang/pull/1325) - Bump client_model by [@​ArthurSens](https://togithub.com/ArthurSens) in [https://github.com/prometheus/client_golang/pull/1323](https://togithub.com/prometheus/client_golang/pull/1323) - histogram docs: Fixed minor nit. by [@​bwplotka](https://togithub.com/bwplotka) in [https://github.com/prometheus/client_golang/pull/1324](https://togithub.com/prometheus/client_golang/pull/1324) - Update building by [@​SuperQ](https://togithub.com/SuperQ) in [https://github.com/prometheus/client_golang/pull/1326](https://togithub.com/prometheus/client_golang/pull/1326) - Bump golang.org/x/sys from 0.10.0 to 0.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1331](https://togithub.com/prometheus/client_golang/pull/1331) - Bump github.com/prometheus/client_golang from 1.15.1-0.20230416215738-0963f595c689 to 1.16.0 in /tutorial/whatsup by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1329](https://togithub.com/prometheus/client_golang/pull/1329) - Bump github.com/prometheus/client_golang from 1.13.1 to 1.16.0 in /examples/middleware by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1328](https://togithub.com/prometheus/client_golang/pull/1328) - Bump github.com/prometheus/common from 0.42.0 to 0.44.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1284](https://togithub.com/prometheus/client_golang/pull/1284) - Bump github.com/prometheus/common from 0.42.0 to 0.44.0 in /tutorial/whatsup by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1330](https://togithub.com/prometheus/client_golang/pull/1330) - Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/prometheus/client_golang/pull/1304](https://togithub.com/prometheus/client_golang/pull/1304) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/1332](https://togithub.com/prometheus/client_golang/pull/1332) - Synchronize common files from prometheus/prometheus by [@​prombot](https://togithub.com/prombot) in [https://github.com/prometheus/client_golang/pull/1338](https://togithub.com/prometheus/client_golang/pull/1338) - Cleanup golangci-lint errcheck by [@​SuperQ](https://togithub.com/SuperQ) in [https://github.com/prometheus/client_golang/pull/1339](https://togithub.com/prometheus/client_golang/pull/1339) - Add go_godebug_non_default_behavior_tlsmaxrsasize_events_total by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/prometheus/client_golang/pull/1348](https://togithub.com/prometheus/client_golang/pull/1348) - Extend Counters, Summaries and Histograms with creation timestamp by [@​ArthurSens](https://togithub.com/ArthurSens) in [https://github.com/prometheus/client_golang/pull/1313](https://togithub.com/prometheus/client_golang/pull/1313) - Fix typos in comments, tests, and errors by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/prometheus/client_golang/pull/1346](https://togithub.com/prometheus/client_golang/pull/1346) - Deprecated comment should begin with "Deprecated:" by [@​alexandear](https://togithub.com/alexandear) in [https://github.com/prometheus/client_golang/pull/1347](https://togithub.com/prometheus/client_golang/pull/1347) - Add changelog entry for 1.17 by [@​ArthurSens](https://togithub.com/ArthurSens) in [https://github.com/prometheus/client_golang/pull/1352](https://togithub.com/prometheus/client_golang/pull/1352)
#### New Contributors * @​diogoteles08 made their first contributi[https://github.com/prometheus/client_golang/pull/1295](https://togithub.com/prometheus/client_golang/pull/1295)l/1295 * @​tigrato made their first contributi[https://github.com/prometheus/client_golang/pull/1318](https://togithub.com/prometheus/client_golang/pull/1318)l/1318 * @​ZiViZiViZ made their first contributi[https://github.com/prometheus/client_golang/pull/1321](https://togithub.com/prometheus/client_golang/pull/1321)l/1321 * @​sengi made their first contributi[https://github.com/prometheus/client_golang/pull/1322](https://togithub.com/prometheus/client_golang/pull/1322)l/1322 * @​ArthurSens made their first contributi[https://github.com/prometheus/client_golang/pull/1323](https://togithub.com/prometheus/client_golang/pull/1323)l/1323 * @​alexandear made their first contributi[https://github.com/prometheus/client_golang/pull/1348](https://togithub.com/prometheus/client_golang/pull/1348)l/1348 **Full Changelog**: https://github.com/prometheus/client_golang/compare/v1.16.0...v1.17.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.