-
Notifications
You must be signed in to change notification settings - Fork 22
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 gomod group with 4 updates #215
Merged
Merged
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
This was referenced Dec 20, 2023
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. |
ca1137c
to
0ba6e6f
Compare
@dependabot rebase |
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
@dependabot recreate |
Bumps the gomod group with 4 updates: [github.com/briandowns/spinner](https://github.com/briandowns/spinner), [github.com/fatih/color](https://github.com/fatih/color), [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver). Updates `github.com/briandowns/spinner` from 1.12.0 to 1.23.0 - [Release notes](https://github.com/briandowns/spinner/releases) - [Commits](briandowns/spinner@v1.12...v1.23.0) Updates `github.com/fatih/color` from 1.15.0 to 1.16.0 - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.15.0...v1.16.0) Updates `k8s.io/api` from 0.28.4 to 0.29.0 - [Commits](kubernetes/api@v0.28.4...v0.29.0) Updates `k8s.io/apiextensions-apiserver` from 0.28.4 to 0.29.0 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.28.4...v0.29.0) --- updated-dependencies: - dependency-name: github.com/briandowns/spinner dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/fatih/color dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
0ba6e6f
to
308064c
Compare
pepov
approved these changes
Dec 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 gomod group with 4 updates: github.com/briandowns/spinner, github.com/fatih/color, k8s.io/api and k8s.io/apiextensions-apiserver.
Updates
github.com/briandowns/spinner
from 1.12.0 to 1.23.0Commits
f660c0e
update deps1445186
fixes terminal check for WithWriter (#142) (#149)9fd9f41
update go.mod19fbdf3
fix vendoring9ab734a
Ignore ANSI sequences when measuring string width (#147)4a2bf41
Support for multi-line spinner strings (#146)329c376
add enable/disable toggle (#144)ea7e799
Do not show colors in Windows CMD & Powershell (#141)f878506
Revert "Do not show colors in Windows CMD & Powershell (#138)" (#140)8c5f2aa
Do not show colors in Windows CMD & Powershell (#138)Updates
github.com/fatih/color
from 1.15.0 to 1.16.0Release notes
Sourced from github.com/fatih/color's releases.
Commits
0f9779e
Merge pull request #213 from fatih/dependabot/go_modules/golang.org/x/sys-0.14.00c78604
Bump golang.org/x/sys from 0.13.0 to 0.14.096e0f73
Merge pull request #208 from fatih/dependabot/github_actions/actions/checkout-44c66e32
Bump actions/checkout from 3 to 42fb03d6
Merge pull request #202 from fatih/dependabot/github_actions/actions/setup-go-48ba7bbd
Bump actions/setup-go from 3 to 4e3f97f3
Merge pull request #209 from fatih/dependabot/go_modules/golang.org/x/sys-0.13.0e146575
Bump golang.org/x/sys from 0.10.0 to 0.13.0d2d7a5e
Merge pull request #212 from fatih/dependabot/go_modules/github.com/mattn/go-...f3e45da
Merge branch 'main' into dependabot/go_modules/github.com/mattn/go-isatty-0.0.20Updates
k8s.io/api
from 0.28.4 to 0.29.0Commits
12b5cfd
Update dependencies to v0.29.0 tag0d77c34
Merge remote-tracking branch 'origin/master' into release-1.29bb0a75c
add beta comment for pod replacement policy0099855
update go.modd4b94f4
Merge pull request #121765 from mimowo/ready-pods-stable-api8391a3f
Merge pull request #121764 from mimowo/backoff-limit-per-index-beta-api7e58e00
Fix API comment for the Job ready field5a2bc70
Fix API comment for the FailIndex Job pod failure policy actioncca653e
Merge pull request #113374 from ahmedtd/kep-3257-projected-typesd23b507
Regenerate for ClusterTrustBundlePEM projected volume APIUpdates
k8s.io/apiextensions-apiserver
from 0.28.4 to 0.29.0Commits
5624a82
Update dependencies to v0.29.0 tag249827f
update go.mod4bb4c02
Merge pull request #121034 from alexzielenski/apiserver/apiextensions/ratchet...f68866b
codegen5321cf0
validate defaults across an update from nil to ensure create ratcheting rules...efc67b4
ratcheting-cel: use Optional[T] for oldSelf when optionalOldSelf is true0889c57
ratcheting-cel: add optionalOldSelf field2c1c704
refactor: rename TransitionRule to UsesOldSelf915de7b
Merge pull request #121573 from tukwila/bump_etcd_v3.5.10d1c742e
Merge pull request #121552 from pohly/klog-updateDependabot 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