- 
  Notifications
 
You must be signed in to change notification settings  - Fork 38
 
Pull in updates from Release v0.20.0 to main #445
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
 
 
 Conversation
 
 
 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
 Learn more about bidirectional Unicode characters
 
 
 
 
 * added pointer checks * more pointer checks * added conditionals for pointer checks where missing * removed redundant checks and added missing nil checks * removed unnecesarry checks
* updated golangci-lint version and integrated nilaway * added staticcheck linter and increased managed oke version to 1.31.10 for e2e testing
 
 @oracle-contributor-agreement
oracle-contributor-agreement
bot
 added
 the 
 OCA Verified
 All contributors have signed the Oracle Contributor Agreement. 
 label
 Aug 28, 2025 
 
 Unit tests
 github.com/oracle/cluster-api-provider-oci coverage: 0.0% of statements
ok github.com/oracle/cluster-api-provider-oci/api/v1beta1 26.597s coverage: 23.3% of statements
ok github.com/oracle/cluster-api-provider-oci/api/v1beta2 0.874s coverage: 14.2% of statements
 github.com/oracle/cluster-api-provider-oci/cloud/config coverage: 0.0% of statements
 github.com/oracle/cluster-api-provider-oci/cloud/metrics coverage: 0.0% of statements
ok github.com/oracle/cluster-api-provider-oci/cloud/ociutil 0.917s coverage: 15.9% of statements
ok github.com/oracle/cluster-api-provider-oci/cloud/scope 20.654s coverage: 74.5% of statements
 github.com/oracle/cluster-api-provider-oci/cloud/scope/mocks coverage: 0.0% of statements
 github.com/oracle/cluster-api-provider-oci/cloud/services/base coverage: 0.0% of statements
 github.com/oracle/cluster-api-provider-oci/cloud/services/base/mock_base coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/cloud/services/compute [no test files]
 github.com/oracle/cluster-api-provider-oci/cloud/services/compute/mock_compute coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/cloud/services/computemanagement [no test files]
 github.com/oracle/cluster-api-provider-oci/cloud/services/computemanagement/mock_computemanagement coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/cloud/services/containerengine [no test files]
 github.com/oracle/cluster-api-provider-oci/cloud/services/containerengine/mock_containerengine coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/cloud/services/identity [no test files]
 github.com/oracle/cluster-api-provider-oci/cloud/services/identity/mock_identity coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/cloud/services/loadbalancer [no test files]
 github.com/oracle/cluster-api-provider-oci/cloud/services/loadbalancer/mock_lb coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/cloud/services/networkloadbalancer [no test files]
 github.com/oracle/cluster-api-provider-oci/cloud/services/networkloadbalancer/mock_nlb coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/cloud/services/vcn [no test files]
 github.com/oracle/cluster-api-provider-oci/cloud/services/vcn/mock_vcn coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/cloud/services/workrequests [no test files]
 github.com/oracle/cluster-api-provider-oci/cloud/services/workrequests/mock_workrequests coverage: 0.0% of statements
ok github.com/oracle/cluster-api-provider-oci/cloud/util 1.172s coverage: 61.1% of statements
ok github.com/oracle/cluster-api-provider-oci/controllers 3.392s coverage: 59.2% of statements
ok github.com/oracle/cluster-api-provider-oci/exp/api/v1beta1 7.385s coverage: 15.3% of statements
ok github.com/oracle/cluster-api-provider-oci/exp/api/v1beta2 1.559s coverage: 5.1% of statements
ok github.com/oracle/cluster-api-provider-oci/exp/controllers 3.558s coverage: 56.3% of statements
 github.com/oracle/cluster-api-provider-oci/feature coverage: 0.0% of statements
? github.com/oracle/cluster-api-provider-oci/version [no test files]
E2E tests
Ran 9 of 31 Specs in 3329.959 seconds
SUCCESS! -- 9 Passed | 0 Failed | 0 Pending | 22 Skipped
 vladcristi
 
  
 
 
 vladcristi
 
 
 approved these changes
 
 
 Aug 28, 2025 
 
 
 
 
 
 
 Sign up for free
 to join this conversation on GitHub.
 Already have an account?
 Sign in to comment
 
 
 Add this suggestion to a batch that can be applied as a single commit.
 This suggestion is invalid because no changes were made to the code.
 Suggestions cannot be applied while the pull request is closed.
 Suggestions cannot be applied while viewing a subset of changes.
 Only one suggestion per line can be applied in a batch.
 Add this suggestion to a batch that can be applied as a single commit.
 Applying suggestions on deleted lines is not supported.
 You must change the existing code in this line in order to create a valid suggestion.
 Outdated suggestions cannot be applied.
 This suggestion has been applied or marked resolved.
 Suggestions cannot be applied from pending reviews.
 Suggestions cannot be applied on multi-line comments.
 Suggestions cannot be applied while the pull request is queued to merge.
 Suggestion cannot be applied right now. Please check back later.
 
 
 
 
Pull updates from release v0.20.0 to pain
What this PR does / why we need it:
We need to pull up the following changes into main