-
Notifications
You must be signed in to change notification settings - Fork 20
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 dependencies group with 4 updates #441
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
area/dependency
Issues or PRs related to dependency changes
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
labels
Mar 25, 2024
dependabot
bot
force-pushed
the
dependabot/go_modules/dependencies-b101abfa10
branch
from
March 26, 2024 05:17
242edfd
to
ba7dc21
Compare
4 tasks
Danil-Grigorev
added
area/api
Indicates an issue or PR relates to the APIs
and removed
area/api
Indicates an issue or PR relates to the APIs
labels
Mar 26, 2024
Danil-Grigorev
previously approved these changes
Mar 26, 2024
furkatgofurov7
previously approved these changes
Mar 26, 2024
dependabot
bot
dismissed stale reviews from furkatgofurov7 and Danil-Grigorev
via
March 27, 2024 05:33
c703e5c
dependabot
bot
force-pushed
the
dependabot/go_modules/dependencies-b101abfa10
branch
from
March 27, 2024 05:33
bbd0ef8
to
c703e5c
Compare
@dependabot rebase |
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Danil-Grigorev
added
ok-to-test
Allow CI run on PR
and removed
ok-to-test
Allow CI run on PR
labels
Mar 27, 2024
Danil-Grigorev
previously approved these changes
Mar 27, 2024
dependabot
bot
force-pushed
the
dependabot/go_modules/dependencies-b101abfa10
branch
2 times, most recently
from
April 3, 2024 05:43
51699e1
to
09e9867
Compare
dependabot
bot
force-pushed
the
dependabot/go_modules/dependencies-b101abfa10
branch
3 times, most recently
from
April 8, 2024 05:14
6b08054
to
e5e0f18
Compare
Bumps the dependencies group with 4 updates: [github.com/go-logr/logr](https://github.com/go-logr/logr), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [sigs.k8s.io/cluster-api-operator](https://github.com/kubernetes-sigs/cluster-api-operator). Updates `github.com/go-logr/logr` from 1.3.0 to 1.4.1 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.3.0...v1.4.1) Updates `github.com/onsi/ginkgo/v2` from 2.15.0 to 2.17.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.15.0...v2.17.1) Updates `github.com/onsi/gomega` from 1.31.1 to 1.32.0 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.31.1...v1.32.0) Updates `sigs.k8s.io/cluster-api-operator` from 0.9.0 to 0.9.1 - [Release notes](https://github.com/kubernetes-sigs/cluster-api-operator/releases) - [Changelog](https://github.com/kubernetes-sigs/cluster-api-operator/blob/main/.goreleaser.yaml) - [Commits](kubernetes-sigs/cluster-api-operator@v0.9.0...v0.9.1) --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sigs.k8s.io/cluster-api-operator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/go_modules/dependencies-b101abfa10
branch
from
April 9, 2024 05:50
48e6e69
to
79efb56
Compare
Superseded by #476. |
dependabot
bot
deleted the
dependabot/go_modules/dependencies-b101abfa10
branch
April 10, 2024 05:51
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dependency
Issues or PRs related to dependency changes
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
size/s
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 4 updates: github.com/go-logr/logr, github.com/onsi/ginkgo/v2, github.com/onsi/gomega and sigs.k8s.io/cluster-api-operator.
Updates
github.com/go-logr/logr
from 1.3.0 to 1.4.1Release notes
Sourced from github.com/go-logr/logr's releases.
Commits
dcdc3f2
slogr: fix unintended API break in v0.8.0 (#253)5d88f52
funcr: Add LogInfoLevel Option to skip logging level in the info log (#240)177005d
build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0e7f489a
build(deps): bump github/codeql-action from 2.22.9 to 3.22.11cf56c3b
build(deps): bump actions/setup-go from 4 to 52ad296e
build(deps): bump github/codeql-action from 2.22.8 to 2.22.9d55b4e2
Merge pull request #241 from thockin/master98ee9d9
Clean up slog testing and restore coverageb228ba8
Break examples to new file6432877
Add benchmarks for slogSinkUpdates
github.com/onsi/ginkgo/v2
from 2.15.0 to 2.17.1Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
9242338
v2.17.1af0330d
If the user sets --seed=0, make sure all parallel nodes get the same seed75ad73b
v2.17.03a6097a
add test6e80d3f
use github formwat in CIe8a2056
add--github-output
for nicer output in github actions977bc6f
fix typo in core_dsl.goe297e7b
Fix typo in docsa181ee2
v2.16.02cebe8d
docs/index.md: TypoUpdates
github.com/onsi/gomega
from 1.31.1 to 1.32.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
4379951
v1.32.0a350b95
Maintain source backwards compatibilitya6c8875
Fix failing test436a197
Migrate github.com/golang/protobuf to google.golang.org/protobuf32ef35e
chore: test with Go 1.22 (#733)a0d0387
Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717)b71e477
Bump github-pages and jekyll-feed in /docs (#732)f460154
docs: fix typo and broken anchor link to gstructa2862e4
docs: fix HaveEach matcher signatureUpdates
sigs.k8s.io/cluster-api-operator
from 0.9.0 to 0.9.1Release notes
Sourced from sigs.k8s.io/cluster-api-operator's releases.
Commits
5f27a69
Merge pull request #452 from k8s-infra-cherrypick-robot/cherry-pick-451-to-re...99db14b
Add tests for other provider metadata check during upgrade9c71c67
Collect correct manifest config map per provider while performing upgradeDependabot 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