-
Notifications
You must be signed in to change notification settings - Fork 95
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
CCM Open Source Release v1.32.0 #500
Conversation
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.
…de driver startup
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
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. |
@@ -116,6 +118,7 @@ type GenericCreateLoadBalancerDetails struct { | |||
|
|||
// Only needed for LB | |||
Certificates map[string]GenericCertificate | |||
RuleSets map[string]loadbalancer.RuleSetDetails |
There was a problem hiding this comment.
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
fd227cf
to
40a5796
Compare
@@ -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 |
There was a problem hiding this comment.
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.
40a5796
to
2c8c912
Compare
2c8c912
to
b594821
Compare
update golang build box to v1.23.4 Update manifests to v1.32.0
2d6ef05
to
61e16bb
Compare
Oracle Cloud Provider OCI Release 1.32.0
Change log