Releases: oracle/cluster-api-provider-oci
Releases · oracle/cluster-api-provider-oci
v0.6.0-alpha.0
What's Changed
- Update release references to next version by @shyamradhakrishnan in #136
- doc: Add simple OWNERS file by @joekr in #141
- feat: Add cluster name check for ocicluster webhook by @joekr in #143
- feat: add support for
MaxConcurrentReconciles
for reconcilers by @joekr in #152 - feat: update e2e test version and ccm version by @joekr in #153
- Add parameters to compute launch call by @shyamradhakrishnan in #160
- Add documentation for worker node customization by @shyamradhakrishnan in #164
- test: ignore more e2e templates by @joekr in #166
- Add changes for crdsdev by @shyamradhakrishnan in #168
- Add doc for burstable instances by @shyamradhakrishnan in #169
Full Changelog: v0.5.0...v0.6.0-alpha.0
v0.5.0
v0.4.0
Breaking Change
As part of PR #116 , Subnet and NSG name has been made mandatory fields. This was done to support ClusterClass support for custom Subnet/NSG.
Features
Bug Fixes
- Fix merge strategy for NSG/Subnet and remove usage of ID for NSG seclist reconciliation (#116 )
- Webhook validation failing for blank subnet cidr (#93 )
Others
v0.3.0
Features
- Add ClusterClass Template (#61 )
- Add DRG Based VCN Peering (#54 )
- Add support for externally managed VCN (#65 )
- Add validation webhook and validations for OCICluster and OCIMachineTemplate (#62 , #75 , #77, #67 )
- Update OCI Cloud Controller Manager Version (#78 )
Bug Fixes
- clusterctl move does not work (#74 )
Others
- Add e2e template to .gitignore (#72 )
v0.2.0
v0.1.0
Initial release of Cluster API Provider for OCI