-
Notifications
You must be signed in to change notification settings - Fork 0
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 the global group with 3 updates #240
Conversation
Bumps the global group with 3 updates: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). Updates `github.com/onsi/ginkgo/v2` from 2.22.2 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.2...v2.23.0) Updates `github.com/prometheus/client_golang` from 1.21.0 to 1.21.1 - [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.21.0...v1.21.1) Updates `sigs.k8s.io/controller-runtime` from 0.20.2 to 0.20.3 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.20.2...v0.20.3) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: global - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: global - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: global ... Signed-off-by: dependabot[bot] <[email protected]>
ReviewersThe following users could not be added as reviewers: LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎ To accept the risk, merge this PR and you will not be notified again.
Next stepsWhy is native code a concern?Contains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior. Verify that the inclusion of native code is expected and necessary for this package's functionality. If it is unnecessary or unexpected, consider using alternative packages without native code to mitigate potential risks. What are AI-detected potential security risks?AI has determined that this package may contain potential security issues or vulnerabilities. An AI system identified potential security problems in this package. It is advised to review the package thoroughly and assess the potential risks before installation. You may also consider reporting the issue to the package maintainer or seeking alternative solutions with a stronger security posture. What is an AI-detected potential code anomaly?AI has identified unusual behaviors that may pose a security risk. An AI system found a low-risk anomaly in this package. It may still be fine to use, but you should check that it is safe before proceeding. Take a deeper look at the dependencyTake a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev. Remove the packageIf you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency. Mark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
Bumps the global group with 3 updates: github.com/onsi/ginkgo/v2, github.com/prometheus/client_golang and sigs.k8s.io/controller-runtime.
Updates
github.com/onsi/ginkgo/v2
from 2.22.2 to 2.23.0Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
1d705bc
v2.23.037a511b
bump to go 1.24.0 - support new testing.TB methods and add a test to cover te...7556a86
fix edge case where build -o is pointing at an explicit file, not a directory4df06c6
Fix binary paths when precompiling multiple suites.cbcf39a
Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md9b261ff
docs: fix test workflow badge (#1512)00f19c8
Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1516)e98a4df
Bump golang.org/x/tools from 0.28.0 to 0.30.0 (#1515)60cc4e2
Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#1504)fea6f2d
Bump github-pages from 231 to 232 in /docs (#1447)Updates
github.com/prometheus/client_golang
from 1.21.0 to 1.21.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
8a42da3
Fix ios build. (#1758)40c62f7
Merge pull request #1757 from prometheus/revert-121cas689f590
Cut 1.21.19e567a7
Revert "Add: exponential backoff for CAS operations on floats (#1661)"Updates
sigs.k8s.io/controller-runtime
from 0.20.2 to 0.20.3Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
Commits
bd9c786
Merge pull request #3147 from alvaroaleman/revc1de925
Revert "[release-0.20] ✨ Expose all Go runtime metrics (#3100)"e8b6292
Merge pull request #3145 from k8s-infra-cherrypick-robot/cherry-pick-3143-to-...39fefb9
bug: Fakeclient: Fix dataraces when writing to the scheme44bed88
Merge pull request #3131 from k8s-infra-cherrypick-robot/cherry-pick-3129-to-...772ce35
Export envtest.ReadCRDFiles22815fc
Merge pull request #3127 from k8s-infra-cherrypick-robot/cherry-pick-3126-to-...b015843
fix: cache should list out of global cache when present and necessaryDependabot 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