Skip to content

Commit

Permalink
chore: fix typoe for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Jan 30, 2024
1 parent 63bd180 commit ca43eca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/en/blog/releases/v1.25.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Full Changelog: [v1.25.23..v1.25.24](https://github.com/kubernetes-sigs/cloud-pr

### Bug or Regression

- Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. ([#5254](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5254), [@nilo19](https://github.com/nilo19))
- Fix: The case of load balancer name should be ignored when determining if it is an internal load balancer. ([#5254](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5254), [@nilo19](https://github.com/nilo19))
- Fix: azure_loadbalancer.go: don't use service.Name, when service is nil ([#5275](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5275), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. ([#5257](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5257), [@lzhecheng](https://github.com/lzhecheng))

Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/releases/v1.26.19.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Full Changelog: [v1.26.18..v1.26.19](https://github.com/kubernetes-sigs/cloud-pr
### Bug or Regression

- Chore: add cmd change for credentialprovider api-version upgrade ([#5277](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5277), [@lzhecheng](https://github.com/lzhecheng))
- Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. ([#5246](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5246), [@nilo19](https://github.com/nilo19))
- Fix: The case of load balancer name should be ignored when determining if it is an internal load balancer. ([#5246](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5246), [@nilo19](https://github.com/nilo19))
- Fix: azure_loadbalancer.go: don't use service.Name, when service is nil ([#5274](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5274), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. ([#5256](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5256), [@lzhecheng](https://github.com/lzhecheng))

Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/releases/v1.27.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Full Changelog: [v1.27.12..v1.27.13](https://github.com/kubernetes-sigs/cloud-pr

### Bug or Regression

- Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. ([#5245](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5245), [@nilo19](https://github.com/nilo19))
- Fix: The case of load balancer name should be ignored when determining if it is an internal load balancer. ([#5245](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5245), [@nilo19](https://github.com/nilo19))
- Fix: azure_loadbalancer.go: don't use service.Name, when service is nil ([#5273](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5273), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. ([#5263](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5263), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))

Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/releases/v1.28.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Full Changelog: [v1.28.4..v1.28.5](https://github.com/kubernetes-sigs/cloud-prov

### Bug or Regression

- Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. ([#5244](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5244), [@nilo19](https://github.com/nilo19))
- Fix: The case of load balancer name should be ignored when determining if it is an internal load balancer. ([#5244](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5244), [@nilo19](https://github.com/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. ([#5289](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5289), [@nilo19](https://github.com/nilo19))
- Fix: azure_loadbalancer.go: don't use service.Name, when service is nil ([#5269](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5269), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
- Truncate lengthy PIP name. If PIP prefix is lengthy, the PIP name may be longer than 80. If so, the PIP name needs truncation. ([#5258](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5258), [@k8s-infra-cherrypick-robot](https://github.com/k8s-infra-cherrypick-robot))
Expand Down
2 changes: 1 addition & 1 deletion content/en/blog/releases/v1.29.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Full Changelog: [v1.28.0..v1.29.0](https://github.com/kubernetes-sigs/cloud-prov
- Fix possible duplicate podCIDR allocation when node podCIDR patch request fails. ([#4568](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4568), [@jwtty](https://github.com/jwtty))
- Fix privateLinkService creation failure in case customer's subnet name or privateLinkService name is too long. ([#4537](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4537), [@jwtty](https://github.com/jwtty))
- Fix the potential error that a deleting vmss instance is considered as shutdown. ([#4798](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4798), [@jwtty](https://github.com/jwtty))
- Fix: The case of load balancer name should be ignored when determing if it is an internal load balancer. ([#5225](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5225), [@nilo19](https://github.com/nilo19))
- Fix: The case of load balancer name should be ignored when determining if it is an internal load balancer. ([#5225](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5225), [@nilo19](https://github.com/nilo19))
- Fix: VM name should be obtained from NIC.VirtualMachine.ID instead of NIC name. ([#4848](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4848), [@nilo19](https://github.com/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](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/5281), [@nilo19](https://github.com/nilo19))
- Fix: add lock to avoid concurrent update on the cache ([#4968](https://github.com/kubernetes-sigs/cloud-provider-azure/pull/4968), [@andyzhangx](https://github.com/andyzhangx))
Expand Down

0 comments on commit ca43eca

Please sign in to comment.