-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Bump the k8s group across 1 directory with 3 updates#2285
Bump the k8s group across 1 directory with 3 updates#2285dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the k8s group with 3 updates in the / directory: k8s.io/apimachinery, k8s.io/client-go and sigs.k8s.io/knftables.
Updates k8s.io/apimachinery from 0.31.11 to 0.34.1
Commits
b72d93dMerge remote-tracking branch 'origin/master' into release-1.34cd8b91cclarify that staging repos are automatically published8c59599add pointer to CONTRIBUTING.md for more details on contributing, clarify read...ec3cea5link to what a staging repository ise4db694docs: clarify that this is a staging repository and not for direct contributions04507a3Merge pull request #132942 from thockin/kyaml50e39b1Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers7d108e8Re-vendor sigs.k8s.io/yaml @ v1.6.058c4eb0Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal38a24e6chore: residual boolptr and intptr removal- Additional commits viewable in compare view
Updates k8s.io/client-go from 0.31.11 to 0.34.1
Commits
d033c49Update dependencies to v0.34.1 tag97396afMerge remote-tracking branch 'origin/master' into release-1.345f737f3clarify that staging repos are automatically published0b8655badd pointer to CONTRIBUTING.md for more details on contributing, clarify read...c00384clink to what a staging repository isb53b1f8docs: clarify that this is a staging repository and not for direct contributions42e6182KEP-5075: generated codes from make updateda11948Merge pull request #130653 from yliaog/master3b7d818extended resource backed by DRA: codegenbb11581Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions- Additional commits viewable in compare view
Updates sigs.k8s.io/knftables from 0.0.18 to 0.0.19
Changelog
Sourced from sigs.k8s.io/knftables's changelog.
v0.0.19
Added the ability to use a single
knftables.Interface(and a singleknftables.Transaction) with multiple tables/families. To do this, pass""for the family and table name toknftables.New, and then manually fill in theTableandFamilyfields in allObjects you create. (@danwinship)Added
tx.Destroy(), corresponding tonft destroy. Sincenft destroyrequires a new-ish kernel (6.3) and CLI (1.0.8), there are also two newknftables.New()options:RequireDestroyif you want construction to fail on older systems, orEmulateDestroyif you want knftables to try to emulate "destroy" on older systems, with some limitations. See README.md for more details. (@danwinship)Added
Counterobjects and thetx.Reset()verb, to support nftables counters. (@aroradaman)Added
Table.FlagsandChain.Policy. (Note that at this time the "owner" and "persist" table flags can't usefully be used with knftables, since knftables opens a new connection to the kernel for each transaction and so the table would become un-owned immediately after it was created.) (@danwinship)Fixed
Fake.ParseDump()to correctly parse rules with raw payload expressions (@danwinship) andflow addrules (hongliangl).
Commits
e8e62ebv0.0.19152a926Merge pull request #31 from hongliangl/fix-fake-flowtable04a72eeAdd support for adding rule withflowtable addin fake implementatione430730Merge pull request #27 from danwinship/destroy9e24027Add tx.Destroy()ebc8aafSlightly simplify Transaction generationee88d12Add construct-time options209e710Belatedly document Counter and Reset5f392beMerge pull request #25 from danwinship/multitablec399c9cAdd multi-table support to ParseDump- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| k8s.io/apimachinery | [>= 0.30.a, < 0.31] |
| k8s.io/client-go | [>= 0.30.a, < 0.31] |
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot showwill show all of the ignore conditions of the specified dependencyignore conditions @dependabot ignorewill 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)major version @dependabot ignorewill 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)minor version @dependabot ignorewill 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 unignorewill remove all of the ignore conditions of the specified dependency@dependabot unignorewill remove the ignore condition of the specified dependency and ignore conditions
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
6d087bb to
2c24043
Compare
2c24043 to
4b82c43
Compare
4b82c43 to
f0d604a
Compare
f0d604a to
3e080a5
Compare
72a1796 to
22100ab
Compare
14dd1b3 to
01b82df
Compare
01b82df to
a4cd384
Compare
a4cd384 to
5ca242d
Compare
68b1597 to
9048b36
Compare
ea26e40 to
6668da7
Compare
Updates `k8s.io/apimachinery` from 0.31.11 to 0.34.1
- [Commits](kubernetes/apimachinery@v0.31.11...v0.34.1)
Updates `k8s.io/client-go` from 0.31.11 to 0.34.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.11...v0.34.1)
Updates `sigs.k8s.io/knftables` from 0.0.18 to 0.0.19
- [Changelog](https://github.com/kubernetes-sigs/knftables/blob/master/CHANGELOG.md)
- [Commits](kubernetes-sigs/knftables@v0.0.18...v0.0.19)
---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s
- dependency-name: k8s.io/client-go
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: k8s
- dependency-name: sigs.k8s.io/knftables
dependency-version: 0.0.19
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
...
Signed-off-by: dependabot[bot]
6668da7 to
93b4c2e
Compare
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |