Releases: oracle/cluster-api-provider-oci
Releases · oracle/cluster-api-provider-oci
v0.9.0-alpha1
Patch notes
Bug Fixes
- Fix storage versions for api increment (#266)
Full release nodes from v0.9.0-alpha0
Click me
Features
- Add ability to disable oci client init on startup #243
- Add custom cert support #250
- Add LBaaS support for Cluster API Provider OCI #235
- Add options to customize leader election #257
- Add pagination support for ListNetworkLoadBalancers,ListInstances #249
- Allow OCI client endpoint override per cluster #248
Bug Fixes
- Fix implicit aliasing and other errors #258
- Fix LB reconciliation to support multiple NSG #260
isPvEncryptionInTransitEnabled
not being set properly inOCIMachine
#247- Make sure file close returns any errors #251
Other
- Increment API version to support new reconciliation API and move related fields #232
- Update CAPI version to 1.4 #239
- Update CAPI version to 1.4.2 #255
- Update metadata file to next release #223
- Update test files and template form bump to v1beta2 #233
- Update Tiltfile with process.txt #241
Full Changelog: v0.8.0...v0.9.0-alpha0
v0.9.0-alpha0
Features
- Add ability to disable oci client init on startup #243
- Add custom cert support #250
- Add LBaaS support for Cluster API Provider OCI #235
- Add options to customize leader election #257
- Add pagination support for ListNetworkLoadBalancers,ListInstances #249
- Allow OCI client endpoint override per cluster #248
Bug Fixes
- Fix implicit aliasing and other errors #258
- Fix LB reconciliation to support multiple NSG #260
isPvEncryptionInTransitEnabled
not being set properly inOCIMachine
#247- Make sure file close returns any errors #251
Other
- Increment API version to support new reconciliation API and move related fields #232
- Update CAPI version to 1.4 #239
- Update CAPI version to 1.4.2 #255
- Update metadata file to next release #223
- Update test files and template form bump to v1beta2 #233
- Update Tiltfile with process.txt #241
Full Changelog: v0.8.0...v0.9.0-alpha0
v0.8.1
v0.8.0
Features
- Add Windows support for self managed clusters #222
- Add support for Kubernetes 1.25 #220
- Add support for lookup of nodepool image if not present in managed cluster #216
Bug Fixes
- Fix private managed template to have correct seclist and Subnect CIDR #221
Others
- Update install-cluster-api.md with new version #218
- Update to use gomega gmeasure #217
- bump golang.org/x/net from 0.2.0 to 0.7.0 #215
- Update the CAPI version in the e2e_conf.yaml #184
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Features
- OKE(Managed Kubernetes service in OCI) Support(experimental) #138, #163, #172, #195
- Add support for attaching secondary vnic #205
- Cluster identity(Multi-tenancy) #207
- Add support for confidential compute #211
- Add params to machinepool and support instance configuration upgrade #183
Bug Fixes
- Fix OCI Addons template for Kubernetes 1.24 #199
- Fix Oracle Linux Template for multi node control plane #191
Others
- Upgrade to cluster-api 1.3.0 #187
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Features
- Add support for Kubernetes 1.24 #153
- Add support for
MaxConcurrentReconciles
#152 - Add all launch parameters exposed by compute API (except for extendedMetadata) #160
- Add support for crdsdev #168
- Add
MachineHealthCheck
example template #175
Bug Fixes
- Validating the cluster name before trying to create #143
Others
- Add documentation for burstable instances #169
- Add documentation for worker node customization #164
- Add documentation on how to create GPU workload cluster #170
- Update other documentation (#141, #171, #140)
Full Changelog: v0.5.0...v0.6.0
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 )