Skip to content

CCM Open Source Release v1.32.0 #500

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
dd060fd
Make empty FD as an acceptable value in CCM for VN
Jan 31, 2025
a388644
OKE-34465 - Cross Compartment support for LB and NLB in CCM
l-technicore Dec 12, 2024
e8550ce
[OKE-34894] Checking file write before creating snapshot in static sn…
YashasG98 Feb 4, 2025
b96daea
[OKE-35256] Removed hardcoded ad label in CSI tests
YashasG98 Feb 16, 2025
6b93cee
[OKE-35070] Improved e2e failure logging
YashasG98 Feb 18, 2025
828d00d
[OKE-34891] Serialized FSS static tests
YashasG98 Mar 3, 2025
b052a8e
OKE-33554 Rule Sets support
pbenas Feb 4, 2025
38e877f
Load balancer OCID cache comparment check
pbenas Mar 13, 2025
ac13454
OKE-35575: Support assignment of private v4 & v6 IP address in NLB vi…
GouthamML Mar 12, 2025
e9efc2a
OKE-37497 - Hydrate Snapshot volumes before making them available
YashwantGohokar Jun 6, 2025
6eed5dc
OKE-34832 - Lustre CSI Node Driver enablement
dhananjay-ng Jan 13, 2025
eb4cc5d
OKE-35405 Use umount -t oci-fss to unmount intransit encrypted FSS fi…
dhananjay-ng Feb 18, 2025
34050f5
[OKE-36071] Support Boot volumes as CSI data volumes
YashasG98 Mar 26, 2025
a673904
[OKE-36444] Upgraded package versions to resolve security vulnerabili…
YashasG98 Apr 22, 2025
641f327
OSO-2 | Enable MULTI_NODE volume attachment with Raw Block Volumes
dfoster-oracle Apr 28, 2025
7704540
[OKE-36783] Fix instance ID being passed as volume ID bug for boot vo…
YashasG98 Apr 29, 2025
b1e8d71
[OKE-36786] NodeUnpublish should return success when path is not present
YashasG98 May 8, 2025
9bd7390
[OKE-36784] Adding e2e test for boot volume gating case
YashasG98 May 5, 2025
0bf3399
[OKE-36967] [OKE-36968] Added custom driver name support, helm templa…
YashasG98 Jun 6, 2025
e16d5f4
Adding validation for Lustre post mount parameters
dhananjay-ng Jun 8, 2025
8cd0066
IPv6 single stack e2e fixes for FSS
dhananjay-ng Jun 8, 2025
a405e2c
Adding retry with exponential backoff to fetch NodeMetadata during no…
dhananjay-ng May 27, 2025
61e16bb
Cloud Provider OCI Release v1.32.0
GouthamML Jun 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

ARG CI_IMAGE_REGISTRY

FROM golang:1.22.9 as builder
FROM golang:1.23.4 as builder

ARG COMPONENT

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_arm_all
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG CI_IMAGE_REGISTRY

FROM golang:1.22.9 as builder
FROM golang:1.23.4 as builder

ARG COMPONENT

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else
VERSION ?= ${VERSION}
endif

RELEASE = v1.31.0
RELEASE = v1.32.0

GOOS ?= linux
ARCH ?= amd64
Expand Down
Loading