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

chore(deps): update all non-major dependencies #46

Merged
merged 1 commit into from
May 25, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.17.2 -> 3.18.0
github.com/aiven/aiven-go-client require minor v1.7.0 -> v1.15.0
github.com/go-co-op/gocron require minor v1.18.1 -> v1.28.0
github.com/prometheus/client_golang require minor v1.14.0 -> v1.15.1
github.com/sirupsen/logrus require patch v1.9.0 -> v1.9.2
ridedott/release-me-action action patch v3.7.3 -> v3.7.5

Release Notes

aiven/aiven-go-client

v1.15.0

Compare Source

auto-generated release for commit d6b6f3c

v1.14.0

Compare Source

auto-generated release for commit f839e22

v1.13.0

Compare Source

auto-generated release for commit d5eac3b

v1.12.0

Compare Source

auto-generated release for commit d2e8654

v1.11.0

Compare Source

auto-generated release for commit 3a7d7a2

v1.10.0

Compare Source

auto-generated release for commit e5ab96b

v1.9.0

Compare Source

auto-generated release for commit 65fa360

v1.8.0

Compare Source

auto-generated release for commit 3d7f4e2

go-co-op/gocron

v1.28.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.27.1...v1.28.0

v1.27.1

Compare Source

What's Changed

fixed
docs updated

Full Changelog: go-co-op/gocron@v1.27.0...v1.27.1

v1.27.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.26.0...v1.27.0

v1.26.0

Compare Source

What's Changed

New Features
Fixes
Documentation

New Contributors

Full Changelog: go-co-op/gocron@v1.25.0...v1.26.0

v1.25.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.24.0...v1.25.0

v1.24.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.23.0...v1.24.0

v1.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.22.4...v1.23.0

v1.22.4

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.22.3...v1.22.4

v1.22.3

Compare Source

What's Changed

  • refactor/fix the max concurrent jobs executor func by @​JohnRoesler in https://github.com/go-co-op/gocron/pull/456

    the existing limit mode was leaking goroutines due to the implementation spinning up a goroutine for each job whether or not it is blocked. So if there a lot of jobs being queued the goroutines will pile up.
    this implementation uses a single goroutine limited job runner that reads jobs from a mutex protected slice and runs then when slots are available within the max concurrent runs limit.

Full Changelog: go-co-op/gocron@v1.22.2...v1.22.3

v1.22.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.22.1...v1.22.2

v1.22.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.22.0...v1.22.1

v1.22.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.21.1...v1.22.0

v1.21.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.21.0...v1.21.1

v1.21.0

What's Changed

Full Changelog: go-co-op/gocron@v1.20.0...v1.21.0

v1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.19.1...v1.20.0

v1.19.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v1.19.0...v1.19.1

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.18.1...v1.18.2

prometheus/client_golang

v1.15.1

Compare Source

Changes

  • [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary),
    causing panics #​1253

Full Changelog: prometheus/client_golang@v1.15.0...v1.15.1

v1.15.0

Compare Source

Changed

[BUGFIX] Fix issue with atomic variables on ppc64le #​1171
[BUGFIX] Support for multiple samples within same metric #​1181
[BUGFIX] Bump golang.org/x/text to v0.3.8 to mitigate CVE-2022-32149 #​1187
[ENHANCEMENT] Add exemplars and middleware examples #​1173
[ENHANCEMENT] Add more context to "duplicate label names" error to enable debugging #​1177
[ENHANCEMENT] Add constrained labels and constrained variant for all MetricVecs #​1151
[ENHANCEMENT] Moved away from deprecated github.com/golang/protobuf package #​1183
[ENHANCEMENT] Add possibility to dynamically get label values for http instrumentation #​1066
[ENHANCEMENT] Add ability to Pusher to add custom headers #​1218
[ENHANCEMENT] api: Extend and improve efficiency of json-iterator usage #​1225
[ENHANCEMENT] Added (official) support for go 1.20 #​1234
[ENHANCEMENT] timer: Added support for exemplars #​1233
[ENHANCEMENT] Filter expected metrics as well in CollectAndCompare #​1143
[ENHANCEMENT] ⚠️ Only set start/end if time is not Zero. This breaks compatibility in experimental api package. If you strictly depend on empty time.Time as actual value, the behavior is now changed #​1238

All commits

New Contributors

Full Changelog: prometheus/client_golang@v1.14.0...v1.15.0

sirupsen/logrus

v1.9.2

Compare Source

v1.9.1

Compare Source

ridedott/release-me-action

v3.7.5

Compare Source

Chores

v3.7.4

Compare Source

Chores

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from a team as a code owner March 18, 2023 14:55
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19367f6 to acfbeac Compare March 24, 2023 06:58
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron to v1.19.0 fix(deps): update all non-major dependencies Mar 24, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from acfbeac to 2155d98 Compare March 29, 2023 20:47
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Mar 29, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2155d98 to 15f4620 Compare March 30, 2023 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b2427c9 to 0246f50 Compare April 17, 2023 23:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 49e9698 to d2d536e Compare April 23, 2023 02:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a1d5af9 to 9e46c42 Compare May 2, 2023 12:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 96df6f5 to 265b142 Compare May 10, 2023 04:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 026819b to c2e33d3 Compare May 16, 2023 13:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 28a0810 to 3022d75 Compare May 17, 2023 19:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3022d75 to 999ea55 Compare May 24, 2023 13:44
@forando forando merged commit 2b23069 into main May 25, 2023
@forando forando deleted the renovate/all-minor-patch branch May 25, 2023 12:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant