lib-volume-populator
lib-volume-populator copied to clipboard
Bump the k8s-dependencies group across 1 directory with 6 updates
Bumps the k8s-dependencies group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| k8s.io/api | 0.33.0 |
0.33.1 |
| k8s.io/client-go | 0.33.0 |
0.33.1 |
| k8s.io/component-base | 0.33.0 |
0.33.1 |
| k8s.io/component-helpers | 0.33.0 |
0.33.1 |
| sigs.k8s.io/gateway-api | 1.2.1 |
1.3.0 |
Updates k8s.io/api from 0.33.0 to 0.33.1
Commits
04f698eUpdate dependencies to v0.33.1 tag- See full diff in compare view
Updates k8s.io/apimachinery from 0.33.0 to 0.33.1
Commits
173776aMerge pull request #131708tigrato/automated-cherry-pick-of-#131702a3d1fdefix: fixes a possible panic inNewYAMLToJSONDecoder- See full diff in compare view
Updates k8s.io/client-go from 0.33.0 to 0.33.1
Commits
e7397e5Update dependencies to v0.33.1 tag- See full diff in compare view
Updates k8s.io/component-base from 0.33.0 to 0.33.1
Commits
849956dUpdate dependencies to v0.33.1 tag- See full diff in compare view
Updates k8s.io/component-helpers from 0.33.0 to 0.33.1
Commits
f5b86cfUpdate dependencies to v0.33.1 tag- See full diff in compare view
Updates sigs.k8s.io/gateway-api from 1.2.1 to 1.3.0
Release notes
Sourced from sigs.k8s.io/gateway-api's releases.
v1.3.0
Changes since v1.3.0-rc.2
Changes since v1.2.1
Noteworthy Changes for Implementors
This section is intended to be a guide for API changes that might inspire or require implementation changes. None of these API changes represent breaking changes.
OverlappingTLSConfig for Connection Coalescing
A new
OverlappingTLSConfigcondition has been added to Gateway Listeners to indicate situations where Connection Coalescing could be problematic. The Gateway specification for handling Hostname and SNI matching for HTTPS requests has been clarified and now recommends that implementations return 421 HTTP code responses in certain cases.
- Implementation of GEP-3567 - TLS Updates for Connection Coalescing. (#3630,
@robscott)- Add GEP-3567: Gateway TLS Updates for HTTP/2 Connection Coalescing. (#3572,
@robscott)Move
BackendTLSPolicySubjectAltNamesfrom Core to Extended
- The
SubjectAltNamesfield ofBackendTLSPolicychanged from Core to Extended feature. (#3591,@mlavacca)The
backendReffilter must send traffic to the correct backends when weighted routing is configured
- A new conformance test was added to ensure
backendReffilters don't affect weighted routing. (#3604,@dprotaso)Clarify reasons for certain object status conditions
- Set proper reason for Gateway
parametersRefAcceptedcondition whenparametersRefis invalid. (#3579,@mlavacca)- Improve GatewayClass
GatewayClassReasonInvalidParametersreason description. (#3553,@mlavacca)BackendTLSPolicy
GRPCRoute
- Increase the
GRPCRoutematch limit from 8 -> 64 (#3601,@EyalPazz)Gateway.Spec.Addresses changes
A new type
GatewaySpecAddressreplacesGatewayAddress. InGatewayAddresstheValuefield was required. InGatewaySpecAddresstheValuefield is optional. When theValueis unspecified, if an implementation supports that, it SHOULD automatically assign an address. If an implementation does not support an emptyValue, it MUST set theProgrammedcondition in status to false with a reason of "AddressNotAssigned". TheAddressesfield inGateway.Spechas changed from type[]GatewayAddressto[]GatewaySpecAddress.
- Make the
valuefield inGateway.Spec.Addressesarray optional (#3616,@EyalPazz)Standard Channel Additions and Changes
The Standard channel is Gateway API's set of maximally-stable install files. Only features with the best testing and support are added to the standard channel. This channel should be considered GA or stable, and future changes will be fully backwards compatible.
... (truncated)
Commits
40be951Adding changelog for v1.3 (#3765)cd09161Add 1.3 release team and update relevant GEPs (#3764)4d8c92cfix typo in BudgetDetails (#3762)efec20ddocs: add release managment to RELEASE.md (#3726)b6d2f2cSimplify hack/build-install-yaml.sh (#3754)97f1dcfChangelog for v1.3.0-rc.2 (#3749)75aed66Requiring Port number on ListenerSet Listener (#3753)1bf3f2cconformance: do not log when we do not sleep (#3752)1ef70ddDoc update to kgateway (#3737)7030481Removing "None" as option for Route Namespaces (#3748)- Additional commits viewable in compare view
Dependabot 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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign bswartz for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
@dependabot[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| pull-kubernetes-csi-lib-volume-populator-1-30-on-kubernetes-master | 60e6d485c85fa957e8db719d531189a565c455db | link | false | /test pull-kubernetes-csi-lib-volume-populator-1-30-on-kubernetes-master |
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
Looks like these dependencies are updatable in another way, so this is no longer needed.