Skip to content
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 k8s-go-deps group with 6 updates #180

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2024

Bumps the k8s-go-deps group with 6 updates:

Package From To
k8s.io/api 0.29.1 0.29.2
k8s.io/apiextensions-apiserver 0.29.1 0.29.2
k8s.io/apimachinery 0.29.1 0.29.2
k8s.io/client-go 0.29.1 0.29.2
sigs.k8s.io/cloud-provider-azure 1.28.2 1.29.0
sigs.k8s.io/controller-runtime 0.17.0 0.17.2

Updates k8s.io/api from 0.29.1 to 0.29.2

Commits
  • d473130 Update dependencies to v0.29.2 tag
  • f5eca04 Merge pull request #122959RomanBednar/automated-cherry-pick-of-#122728
  • fd1786f flag PersistentVolumeLastPhaseTransitionTime field as beta
  • See full diff in compare view

Updates k8s.io/apiextensions-apiserver from 0.29.1 to 0.29.2

Commits

Updates k8s.io/apimachinery from 0.29.1 to 0.29.2

Commits

Updates k8s.io/client-go from 0.29.1 to 0.29.2

Commits

Updates sigs.k8s.io/cloud-provider-azure from 1.28.2 to 1.29.0

Release notes

Sourced from sigs.k8s.io/cloud-provider-azure's releases.

v1.29.0

Full Changelog: v1.28.0..v1.29.0

Changes by Kind

Feature

  • Add config to project service account token for workload identity (#4809, @​sonasingh46)
  • By default, all managed private link service (PLS) are created in the resource group configured by azure config (az.privateLinkServiceResourceGroup or az.ResourceGroup). Add ServiceAnnotationPLSResourceGroup = "service.beta.kubernetes.io/azure-pls-resource-group" to control a specific PLS creation resource group. (#4660, @​jwtty)
  • Feat: Add a cloud-node-manager sidecar container called health-probe-proxy to transfer the traffic from port 10356 to the kube-proxy health check server port 10256. This sidecar will parse the proxy protocol packet data unit when the user uses private link service integrated with the service annotation and set the proxy protocol annotation. In this case the kube-proxy health probe server will not read the health probe request from the SLB and fails the health check. (#5180, @​nilo19)
  • Feat: add occupiedLuns parameter in SetDiskLun func (#5073, @​andyzhangx)
  • Feat: support shared load balancer health probe mode. By setting clusterServiceLoadBalancerHealthProbeMode to shared, all cluster services will share one health probe targeting the kube-proxy port 10256 and /healthz by default. The health check port and path can be configured by clusterServiceSharedLoadBalancerHealthProbePort and clusterServiceSharedLoadBalancerHealthProbePort. (#4891, @​nilo19)
  • Feat: support workload identity setting in static PV mount on AKS (#4996, @​cvvz)
  • Implement node non-graceful shut down feature. Add "node.kubernetes.io/out-of-service" taint to node when cloud provider determines the node is shutdown. (#4508, @​jwtty)
  • Introduce the annotation service.beta.kubernetes.io/azure-allowed-ip-ranges to manage the LoadBalancer service access. (#4762, @​lodrem)
  • LoadBalancer tcp reset could be disabled with Service annotation "service.beta.kubernetes.io/azure-load-balancer-disable-tcp-reset=true" (#4519, @​feiskyer)
  • Refine consolidating security-rules for LoadBalancer service. Deprecate service annotation service.beta.kubernetes.io/azure-shared-securityrule. (#5164, @​lodrem)
  • Support customizing probe config when externalTrafficPolicy is local and health-probe_port annotation is defined for svc port (#4629, @​MartinForReal)

Failing Test

  • Fix: check endpoint slice update after backend pool update for local service to prevent mismatch (#4536, @​nilo19)

Bug or Regression

  • Added certificate parsing capability for password-less certificates and certificate chains (#5125, @​handsomejack-42)
  • Fix possible duplicate podCIDR allocation when node podCIDR patch request fails. (#4568, @​jwtty)
  • Fix privateLinkService creation failure in case customer's subnet name or privateLinkService name is too long. (#4537, @​jwtty)
  • Fix the potential error that a deleting vmss instance is considered as shutdown. (#4798, @​jwtty)
  • Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. (#5225, @​nilo19)
  • Fix: VM name should be obtained from NIC.VirtualMachine.ID instead of NIC name. (#4848, @​nilo19)
  • Fix: [multi-slb] Put the service in the load balancer that has no label/namespace selector only if there is no other choice for the service. (#5281, @​nilo19)
  • Fix: add lock to avoid concurrent update on the cache (#4968, @​andyzhangx)
  • Fix: azure_loadbalancer.go: don't use service.Name, when service is nil (#5266, @​damdo)
  • Fix: pipName should be case-insensitive when querying pip cache (#4821, @​nilo19)
  • Fix: refresh the load balancer object after updating backend pools to prevent etag mismatch error (#4839, @​nilo19)
  • Fix: shared probe should not be removed if there are other services using it when deleting a service (#5042, @​nilo19)
  • Fix: skip tagging route table that is not in the cluster resource group. (#4715, @​nilo19)
  • Fixed helm chart install error due to volume name mismatch for 'projectedToken' (#4921, @​nojnhuh)
  • Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. (#5219, @​lzhecheng)

Other (Cleanup or Flake)

Dependencies

... (truncated)

Commits
  • 2bb675d Merge pull request #5292 from MartinForReal/shafan/bumpdisktrack2
  • 57b1e05 migrate getdatadisk to track2 api
  • 8a51c7d Merge pull request #5290 from nilo19/fix/pin
  • 3a55738 test
  • a804d6d chore: pin gcr.io/distroless/static to a hash value
  • 1ea6564 Merge pull request #5281 from nilo19/fix/lb-selector
  • cd295b0 fix: [multi-slb] Put the service in the load balancer that has no label/names...
  • 5c40246 Merge pull request #5284 from kubernetes-sigs/doc/update-vendorlicense-master
  • 755ceed Update vendor license for master
  • ca41d95 Merge pull request #5288 from kubernetes-sigs/dependabot/go_modules/pkg/azcli...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.17.0 to 0.17.2

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.17.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.1...v0.17.2

v0.17.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.0...v0.17.1

Commits
  • d0396a3 Merge pull request #2688 from k8s-infra-cherrypick-robot/cherry-pick-2687-to-...
  • 565aa5b Fix lazy rest mapper cache invalidation
  • 59c26c0 Merge pull request #2681 from k8s-infra-cherrypick-robot/cherry-pick-2679-to-...
  • 984aee6 bug: Fakeclient: Do not consider an apply patch to be a strategic merge patch
  • 5923139 Merge pull request #2676 from k8s-infra-cherrypick-robot/cherry-pick-2663-to-...
  • 0811bad Address review comments
  • 40b41df Clean restmapper cache if a version is notFound
  • See full diff 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 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

Bumps the k8s-go-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.29.1` | `0.29.2` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.29.1` | `0.29.2` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.29.1` | `0.29.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.29.1` | `0.29.2` |
| [sigs.k8s.io/cloud-provider-azure](https://github.com/kubernetes-sigs/cloud-provider-azure) | `1.28.2` | `1.29.0` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.17.0` | `0.17.2` |


Updates `k8s.io/api` from 0.29.1 to 0.29.2
- [Commits](kubernetes/api@v0.29.1...v0.29.2)

Updates `k8s.io/apiextensions-apiserver` from 0.29.1 to 0.29.2
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.29.1...v0.29.2)

Updates `k8s.io/apimachinery` from 0.29.1 to 0.29.2
- [Commits](kubernetes/apimachinery@v0.29.1...v0.29.2)

Updates `k8s.io/client-go` from 0.29.1 to 0.29.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.29.1...v0.29.2)

Updates `sigs.k8s.io/cloud-provider-azure` from 1.28.2 to 1.29.0
- [Release notes](https://github.com/kubernetes-sigs/cloud-provider-azure/releases)
- [Changelog](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/docs/release-versioning.md)
- [Commits](kubernetes-sigs/cloud-provider-azure@v1.28.2...v1.29.0)

Updates `sigs.k8s.io/controller-runtime` from 0.17.0 to 0.17.2
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.17.0...v0.17.2)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
- dependency-name: sigs.k8s.io/cloud-provider-azure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: k8s-go-deps
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 5, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 8161013079

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.691%

Totals Coverage Status
Change from base Build 8160982922: 0.0%
Covered Lines: 35586
Relevant Lines: 36427

💛 - Coveralls

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

Superseded by #184.

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/k8s-go-deps-c2c7b3999c branch March 11, 2024 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant