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

Conversation

GouthamML
Copy link
Member

@GouthamML GouthamML commented Jun 26, 2025

Oracle Cloud Provider OCI Release 1.32.0

Change log

  • Rule Sets support
  • Support assignment of private v4 & v6 IP address in NLB via Annotation
  • Hydrate Snapshot volumes before making them available
  • Lustre CSI Node Driver enablement
  • Use umount -t oci-fss to unmount intransit encrypted FSS file systems
  • Support Boot volumes as CSI data volumes
  • Enable MULTI_NODE volume attachment with Raw Block Volumes
  • Added custom driver name support, helm templates and e2es
  • Adding retry with exponential backoff to fetch NodeMetadata during node driver startup

Jil Luo and others added 22 commits June 24, 2025 19:04
Allow user to specify Load Balancer Rule Sets (as specifified in documentation)
through a Kubernetes Load Balancer service annotation. The value is a JSON
object corresponding to a map of RuleSetDetails as specified by OCI API docs.
Check if compartment OCID matches when returning a cached (network) load
balancer name. If the user requests the LB to be moved to a different
compartment, a cache hit would prevent the reprovisioning from happening. This
restores the original behavior.
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

  • PR author: GouthamML

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. OCA Verified All contributors have signed the Oracle Contributor Agreement. and removed OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. labels Jun 26, 2025
@@ -116,6 +118,7 @@ type GenericCreateLoadBalancerDetails struct {

// Only needed for LB
Certificates map[string]GenericCertificate
RuleSets map[string]loadbalancer.RuleSetDetails
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should probably be indented to match the line above

@GouthamML GouthamML force-pushed the oke-oss-minor-releasse-branch-commits branch from fd227cf to 40a5796 Compare July 7, 2025 13:39
@@ -126,6 +126,12 @@ They can be passed directly to the make target as well:
make run-ccm-e2e-tests-local FOCUS="load_*" FILES="true"
```

### Running tests on a new OKE cluster using open source image using pipelines
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this change. Not applicable to opensource.

@GouthamML GouthamML force-pushed the oke-oss-minor-releasse-branch-commits branch from 40a5796 to 2c8c912 Compare July 8, 2025 06:00
@GouthamML GouthamML force-pushed the oke-oss-minor-releasse-branch-commits branch from 2c8c912 to b594821 Compare July 8, 2025 06:03
YashwantGohokar
YashwantGohokar previously approved these changes Jul 8, 2025
update golang build box to v1.23.4
Update manifests to v1.32.0
@GouthamML GouthamML force-pushed the oke-oss-minor-releasse-branch-commits branch from 2d6ef05 to 61e16bb Compare July 8, 2025 06:15
@GouthamML GouthamML merged commit f753448 into oracle:master Jul 8, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants