Skip to content

Commit cd3c0b6

Browse files
authored
Documentation updated and version update in Makefile (#455)
1 parent ecececd commit cd3c0b6

File tree

6 files changed

+44
-43
lines changed

6 files changed

+44
-43
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
VERSION ?= ${VERSION}
3939
endif
4040

41-
RELEASE = v1.27.0
41+
RELEASE = v1.28.0
4242

4343
GOOS ?= linux
4444
ARCH ?= amd64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cloud-provider specific code out of the Kubernetes codebase.
3838

3939

4040
Note:
41-
Versions older than v1.25.2 are no longer supported, new features / bug fixes will be available in v1.25.2 and later.
41+
Versions older than v1.26.3 are no longer supported, new features / bug fixes will be available in v1.26.3 and later.
4242

4343
## Implementation
4444
Currently `oci-cloud-controller-manager` implements:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27
1+
1.28

docs/load-balancer-annotations.md

Lines changed: 40 additions & 38 deletions
Large diffs are not rendered by default.

docs/setting-block-volume-performance-using-csi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ Flex volume does not support.
7474
## Ultra High Performance (UHP)
7575
Please refer [Block Volume Ultra High Performance Doc][2]
7676
77-
[1]: https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingpersistentvolumeclaim.htm#contengcreatingpersistentvolumeclaim_topic_Provisioning_PVCs_on_BV_PV_Volume_performance
77+
[1]: https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengcreatingpersistentvolumeclaim_topic-Provisioning_PVCs_on_BV.htm#contengcreatingpersistentvolumeclaim_topic_Provisioning_PVCs_on_BV_PV_Volume_performance_Ultra_High
7878
[2]: https://docs.oracle.com/en-us/iaas/Content/Block/Concepts/blockvolumeultrahighperformance.htm#Higher_Performance

pkg/cloudprovider/providers/oci/load_balancer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,6 @@ func (cp *CloudProvider) EnsureLoadBalancer(ctx context.Context, clusterName str
784784
}
785785

786786
// Service controller provided empty nodes list
787-
// TODO: Revisit this condition when clusters with mixed node pools are introduced, possibly add len(virtualPods) == 0 check
788787
if len(nodes) == 0 {
789788
// List all nodes in the cluster
790789
nodeList, err := cp.NodeLister.List(labels.Everything())

0 commit comments

Comments
 (0)