forked from authzed/spicedb-operator
-
Notifications
You must be signed in to change notification settings - Fork 4
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 gomod-version group with 14 updates #17
Closed
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
Bumps the gomod-version group with 14 updates: | Package | From | To | | --- | --- | --- | | [github.com/authzed/controller-idioms](https://github.com/authzed/controller-idioms) | `0.9.1` | `0.10.0` | | [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) | `2.2.0` | `2.3.0` | | [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) | `5.7.0+incompatible` | `5.9.0+incompatible` | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.3.0` | `1.4.2` | | [github.com/jzelinskie/stringz](https://github.com/jzelinskie/stringz) | `0.0.2` | `0.0.3` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.9.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.28.3` | `0.30.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.28.3` | `0.30.2` | | [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.28.3` | `0.30.2` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.28.3` | `0.30.2` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.28.3` | `0.30.2` | | [k8s.io/controller-manager](https://github.com/kubernetes/controller-manager) | `0.28.3` | `0.30.2` | | [k8s.io/klog/v2](https://github.com/kubernetes/klog) | `2.110.1` | `2.120.1` | | [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.28.3` | `0.30.2` | Updates `github.com/authzed/controller-idioms` from 0.9.1 to 0.10.0 - [Release notes](https://github.com/authzed/controller-idioms/releases) - [Commits](authzed/controller-idioms@v0.9.1...v0.10.0) Updates `github.com/cespare/xxhash/v2` from 2.2.0 to 2.3.0 - [Commits](cespare/xxhash@v2.2.0...v2.3.0) Updates `github.com/evanphx/json-patch` from 5.7.0+incompatible to 5.9.0+incompatible - [Release notes](https://github.com/evanphx/json-patch/releases) - [Commits](evanphx/json-patch@v5.7.0...v5.9.0) Updates `github.com/go-logr/logr` from 1.3.0 to 1.4.2 - [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.2) Updates `github.com/jzelinskie/stringz` from 0.0.2 to 0.0.3 - [Release notes](https://github.com/jzelinskie/stringz/releases) - [Commits](jzelinskie/stringz@v0.0.2...v0.0.3) Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.4...v1.9.0) Updates `k8s.io/api` from 0.28.3 to 0.30.2 - [Commits](kubernetes/api@v0.28.3...v0.30.2) Updates `k8s.io/apimachinery` from 0.28.3 to 0.30.2 - [Commits](kubernetes/apimachinery@v0.28.3...v0.30.2) Updates `k8s.io/apiserver` from 0.28.3 to 0.30.2 - [Commits](kubernetes/apiserver@v0.28.3...v0.30.2) Updates `k8s.io/cli-runtime` from 0.28.3 to 0.30.2 - [Commits](kubernetes/cli-runtime@v0.28.3...v0.30.2) Updates `k8s.io/component-base` from 0.28.3 to 0.30.2 - [Commits](kubernetes/component-base@v0.28.3...v0.30.2) Updates `k8s.io/controller-manager` from 0.28.3 to 0.30.2 - [Commits](kubernetes/controller-manager@v0.28.3...v0.30.2) Updates `k8s.io/klog/v2` from 2.110.1 to 2.120.1 - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.110.1...v2.120.1) Updates `k8s.io/kubectl` from 0.28.3 to 0.30.2 - [Commits](kubernetes/kubectl@v0.28.3...v0.30.2) --- updated-dependencies: - dependency-name: github.com/authzed/controller-idioms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: github.com/cespare/xxhash/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: github.com/evanphx/json-patch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: github.com/go-logr/logr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: github.com/jzelinskie/stringz dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-version - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: k8s.io/apiserver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: k8s.io/cli-runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: k8s.io/component-base dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: k8s.io/controller-manager dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: k8s.io/klog/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version - dependency-name: k8s.io/kubectl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-version ... Signed-off-by: dependabot[bot] <[email protected]>
The following labels could not be found: |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/go_modules/gomod-version-b9eaa6c504
branch
June 14, 2024 21:17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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-version group with 14 updates:
0.9.1
0.10.0
2.2.0
2.3.0
5.7.0+incompatible
5.9.0+incompatible
1.3.0
1.4.2
0.0.2
0.0.3
1.8.4
1.9.0
0.28.3
0.30.2
0.28.3
0.30.2
0.28.3
0.30.2
0.28.3
0.30.2
0.28.3
0.30.2
0.28.3
0.30.2
2.110.1
2.120.1
0.28.3
0.30.2
Updates
github.com/authzed/controller-idioms
from 0.9.1 to 0.10.0Release notes
Sourced from github.com/authzed/controller-idioms's releases.
Commits
510bcee
Merge pull request #66 from ecordell/must-star596172c
fix linter errorsbe1010f
Add non-panicing versions of ListerFor, IndexerFor and prefixUpdates
github.com/cespare/xxhash/v2
from 2.2.0 to 2.3.0Commits
998dce2
Add initial support for custom seeds21fc82b
feat: add badger to the projects using this package on README.md66b1409
feat: add ristretto to the Projects using this package on README.mdfe2f6e8
Update Go versions for GH actionUpdates
github.com/evanphx/json-patch
from 5.7.0+incompatible to 5.9.0+incompatibleRelease notes
Sourced from github.com/evanphx/json-patch's releases.
Commits
b7a4e4a
Merge pull request #202 from evanphx/f-html-escape7eef36c
Guard using options to avoid a crash bug1bcbd0f
Merge pull request #201 from evanphx/b-null9d7ba23
Add option to control if the output is HTMLEscaped009bc56
Validate that the partialDoc is decoded correctlyb82b685
Use a type alias for RawMessage to avoid breaking the public API of Operation05c9526
Merge pull request #197 from evanphx/f-perf7a438a6
Minor simplifications2a122d1
More optimizations174e1d7
Add MergePatch benchmarkUpdates
github.com/go-logr/logr
from 1.3.0 to 1.4.2Release notes
Sourced from github.com/go-logr/logr's releases.
... (truncated)
Commits
1205f42
Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...ccedcbd
Merge pull request #294 from go-logr/dependabot/github_actions/github/codeql-...bead577
build(deps): bump actions/checkout from 4.1.5 to 4.1.6a492d95
build(deps): bump github/codeql-action from 3.25.4 to 3.25.519ad07c
build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.31c97a21
build(deps): bump actions/checkout from 4.1.4 to 4.1.5f70c5b5
build(deps): bump github/codeql-action from 3.25.3 to 3.25.44ade8d3
build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.188d98bd
Merge pull request #289 from go-logr/dependabot/github_actions/golangci/golan...432cd86
Merge pull request #288 from go-logr/dependabot/github_actions/actions/setup-...Updates
github.com/jzelinskie/stringz
from 0.0.2 to 0.0.3Release notes
Sourced from github.com/jzelinskie/stringz's releases.
Commits
5903ada
add LastCutUpdates
github.com/stretchr/testify
from 1.8.4 to 1.9.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
bb548d0
Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075f
build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612
Merge pull request #1339 from bogdandrutu/uintptr5b6926d
Merge pull request #1385 from hslatman/not-implements9f97d67
Merge pull request #1550 from stretchr/release-notesbcb0d3f
Include the auto-release notes in releasesfb770f8
Merge pull request #1247 from ccoVeille/typos85d8bb6
fix typos in comments, tests and github templatese2741fa
Merge pull request #1548 from arjunmahishi/msgAndArgs6e59f20
http_assertions: assert that the msgAndArgs actually works in testsUpdates
k8s.io/api
from 0.28.3 to 0.30.2Commits
118f81c
Update dependencies to v0.30.2 tag0fd470c
Merge pull request #124702aojea/automated-cherry-pick-of-#124572
a669f18
Merge pull request #124694 from pmalek/backport-124553-to-release-1.3015001b5
fix(api): make LocalObjectReference.Name and HostAlias.IP required (#124553)d9a08c5
tag service.spec.TrafficDistribution field as alphad014286
Merge remote-tracking branch 'origin/master' into release-1.30581c1b8
Update x/net for CVE-2023-4528835ca1f4
Merge pull request #123932 from pohly/dra-api-resource-model-renameb048bd8
Merge pull request #123909 from AkihiroSuda/fix-123906f06d24a
dra api: NodeResourceModel -> ResourceModelUpdates
k8s.io/apimachinery
from 0.28.3 to 0.30.2Commits
37988e5
Merge remote-tracking branch 'origin/master' into release-1.30c857a38
Update x/net for CVE-2023-452880407311
followup to allow special characters25164f7
Merge pull request #123435 from tallclair/apparmor-gacbfe0a1
Merge pull request #123758 from liggitt/protobump21d26b6
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.00c29f84
Merge pull request #123385 from HirazawaUi/allow-special-characters60d24f2
Merge pull request #123708 from p0lyn0mial/upstream-const-watchlist-bookmark-...513d23a
apimachinery/meta/types.go: define InitialEventsAnnotationKey const67cb3a8
Merge pull request #123413 from seans3/tunneling-spdy-websocketsUpdates
k8s.io/apiserver
from 0.28.3 to 0.30.2Commits
3b2ed79
Update dependencies to v0.30.2 tag7a3db50
Merge pull request #124676cici37/automated-cherry-pick-of-#124675
a30c80f
Merge pull request #124802seantywork/automated-cherry-pick-of-#124662
1ce5268
Updated & added visibility to apiserver x509 test certificates expiring this ...e025ab4
Adding the feature gates to fix cost for VAP and webhook matchConditions.15c77ce
Merge remote-tracking branch 'origin/master' into release-1.3061d3001
Renamecluster
tostorage_cluster_id
for apiserver_storage_size_bytes metricd97582e
Merge remote-tracking branch 'origin/master' into release-1.302071c4d
Update x/net for CVE-2023-45288341f6df
Merge pull request #123994 from serathius/undo-double-run-test-watch-semanticsUpdates
k8s.io/cli-runtime
from 0.28.3 to 0.30.2Commits
a93d336
Update dependencies to v0.30.2 tagceb92ba
Merge remote-tracking branch 'origin/master' into release-1.3060fc039
Update x/net for CVE-2023-45288c8b7f6a
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0eeedba7
Merge pull request #123529 from thockin/go-workspacesba82cfd
Fix up go.mod files after reviews76839ee
Remove old gengo detritus0e03d76
Re-vendor latest kube-openapi and gengo/v25f372cd
Generate go.work filesc66e3bf
Merge pull request #122569 from IvoGoman/wrap-nomatcherrorUpdates
k8s.io/component-base
from 0.28.3 to 0.30.2Commits
244709c
Update dependencies to v0.30.2 tag0ac84ef
Merge remote-tracking branch 'origin/master' into release-1.302e27a0c
Update x/net for CVE-2023-45288ecbd1b6
Merge pull request #123732 from serathius/parallel-featureflagsb0a6e40
Merge pull request #123758 from liggitt/protobump0e945e3
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0a626a5c
Fix SetFeatureGateDuringTest handling of Parallel tests15d726c
Merge pull request #123529 from thockin/go-workspacesf3d8039
Fix up go.mod files after reviewse3050ed
Remove old gengo detritusUpdates
k8s.io/controller-manager
from 0.28.3 to 0.30.2Commits
5eff4af
Update dependencies to v0.30.2 tag03b86ed
Merge remote-tracking branch 'origin/master' into release-1.30abe9d11
Update x/net for CVE-2023-45288c9f34cd
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.02207feb
Merge pull request #123529 from thockin/go-workspaces794eaf0
Merge pull request #123613 from aojea/revert_ccmf149691
Revert "[cloud-provider] require providerID to initialize node"05eba06
Merge pull request #123331 from aojea/ccm_update8135342
Fix up go.mod files after reviews3c1067c
Merge pull request #123562 from jpbetz/bump-cel-go-0_17_8Updates
k8s.io/klog/v2
from 2.110.1 to 2.120.1Release notes
Sourced from k8s.io/klog/v2's releases.
Commits
007e661
textlogger: allow caller to override stack unwinding2d08296
Merge pull request #396 from pohly/slog-helpere4deee8
slog: use main logr package instead of logr/slogr5d1d2d5
add SetSlogLogger39afdba
dependencies: logr v1.4.12086216
Merge pull request #393 from kaisoz/add-safeptr881fa0b
Add SafePtr wrapper8dd3f2e
Merge pull request #395 from pohly/readme-updated3dd725
docs: clarify relationship between different features761b630
Merge pull request #394 from pohly/owners-updateUpdates
k8s.io/kubectl
from 0.28.3 to 0.30.2Commits
a70106d
Update dependencies to v0.30.2 tag7b8c263
Merge pull request #125081ardaguclu/automated-cherry-pick-of-#124883
596b0a6
kubectl create cronjobs: Manually set OwnerReferences0fe334a
Merge remote-tracking branch 'origin/master' into release-1.302050251
Update x/net for CVE-2023-45288f1fd500
Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0d982873
Merge pull request #122653 from ardaguclu/interactive-delete-e2e-test90ec7ff
Merge pull request #120346 from ardaguclu/custom-debug-profile49f3ec9
Add e2e test for kubectl interactive delete14d23cc
Add custom debug profiles on top of static profilesDependabot 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