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): bump the go_modules group across 1 directory with 4 updates #741

Merged
merged 3 commits into from
Oct 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps the go_modules group with 3 updates in the / directory: github.com/mrz1836/go-cache, github.com/mrz1836/go-cachestore and github.com/prometheus/client_golang.

Updates github.com/mrz1836/go-cache from 0.11.0 to 0.11.1

Release notes

Sourced from github.com/mrz1836/go-cache's releases.

Release v0.11.1

Changelog

  • 6322152cf9830384f940f8b9e75916283643e3bb Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • 6d3a38cdcfb2a9aefc806a2c03d08bfb2caec09e Merge pull request #120 from mrz1836/dependabot/github_actions/master/codecov/codecov-action-4.6.0
  • f78a868316cb43c626db999bec1966689964fc9d Upgraded deps
  • c4a47b40eff4cda8441b98dcd0fcd0c063c83a66 Upgraded linter version
Commits
  • c4a47b4 Upgraded linter version
  • f78a868 Upgraded deps
  • 6d3a38c Merge pull request #120 from mrz1836/dependabot/github_actions/master/codecov...
  • 6322152 Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • See full diff in compare view

Updates github.com/mrz1836/go-cachestore from 0.5.0 to 0.5.1

Release notes

Sourced from github.com/mrz1836/go-cachestore's releases.

Release v0.5.1

Changelog

  • b9338694b68b857e9190619214248ef8481081c0 Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • 1942752d5fab04b7e5e97e00d02f13546eed0a4b Merge pull request #106 from mrz1836/dependabot/github_actions/master/codecov/codecov-action-4.6.0
  • 709373e909d62913972f67c867c837f3738b9099 Upgraded deps
  • 2689d2c5cd02e2c1789b5ee001b8e7b3d2f22203 Upgraded linter version
Commits
  • 2689d2c Upgraded linter version
  • 709373e Upgraded deps
  • 1942752 Merge pull request #106 from mrz1836/dependabot/github_actions/master/codecov...
  • b933869 Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • See full diff in compare view

Updates github.com/prometheus/client_golang from 1.20.4 to 1.20.5

Release notes

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

v1.20.5 / 2024-10-15

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645

Changelog

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

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.
Commits

Updates golang.org/x/crypto from 0.27.0 to 0.28.0

Commits
  • adef4cc go.mod: update golang.org/x dependencies
  • a0819fb sha3: fix cSHAKE initialization for extremely large N and or S
  • 42ee18b ssh: return ServerAuthError after too many auth failures
  • 9e92970 bn256: add missing symbols in comment
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go_modules group with 3 updates in the / directory: [github.com/mrz1836/go-cache](https://github.com/mrz1836/go-cache), [github.com/mrz1836/go-cachestore](https://github.com/mrz1836/go-cachestore) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang).


Updates `github.com/mrz1836/go-cache` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/mrz1836/go-cache/releases)
- [Changelog](https://github.com/mrz1836/go-cache/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-cache@v0.11.0...v0.11.1)

Updates `github.com/mrz1836/go-cachestore` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/mrz1836/go-cachestore/releases)
- [Changelog](https://github.com/mrz1836/go-cachestore/blob/master/.goreleaser.yml)
- [Commits](mrz1836/go-cachestore@v0.5.0...v0.5.1)

Updates `github.com/prometheus/client_golang` from 1.20.4 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.20.4...v1.20.5)

Updates `golang.org/x/crypto` from 0.27.0 to 0.28.0
- [Commits](golang/crypto@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: github.com/mrz1836/go-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/mrz1836/go-cachestore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 15, 2024 13:41
@dependabot dependabot bot added the dependencies Dependency updates label Oct 15, 2024
Copy link

Manual Tests

ℹ️ Remember to ask team members to perform manual tests and to assign tested label after testing.

Copy link

github-actions bot commented Oct 15, 2024

Manual Tests

💚 Manual testing by @jakubmkowalski resulted in success.

@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.13%. Comparing base (febd039) to head (0d1c337).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #741   +/-   ##
=======================================
  Coverage   46.13%   46.13%           
=======================================
  Files         328      328           
  Lines       16700    16700           
=======================================
  Hits         7705     7705           
  Misses       8421     8421           
  Partials      574      574           
Flag Coverage Δ
unittests 46.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update febd039...0d1c337. Read the comment docs.

@jakubmkowalski jakubmkowalski self-assigned this Oct 18, 2024
@jakubmkowalski jakubmkowalski added regression-tests Runs regression tests tested PR was tested by a team member labels Oct 18, 2024
@jakubmkowalski jakubmkowalski merged commit 38fdab7 into main Oct 18, 2024
18 of 19 checks passed
@jakubmkowalski jakubmkowalski deleted the dependabot/go_modules/main/go_modules-bc8fc9fa5e branch October 18, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates regression-tests Runs regression tests tested PR was tested by a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants