Skip to content

Releases: oracle/cluster-api-provider-oci

v0.9.1

28 Jun 22:25
9b413d9
Compare
Choose a tag to compare

What's Changed

  • Add subnet id to machine spec (v0.9.0 branch) (#293)

Full Changelog: v0.9.0...v0.9.1

v0.10.0

08 Jun 04:55
v0.10.0
d3d1b85
Compare
Choose a tag to compare

Features

  • Add support for OKE Enhanced Cluster and Virtual Node Pool #252
  • Add support for OKE Node Pool With Flannel CNI #252

Bug Fixes

  • Handle nil pointer in LB delete #277

Other

  • docs: Add generated API references to our book #272
  • Fix OKE policy in doc #274

Full Changelog: v0.9.0...v0.10.0

v0.9.0

22 May 16:36
b4a8ffa
Compare
Choose a tag to compare

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
  • Add support for oci cli metrics (#268)
  • 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
  • Fix storage versions for api increment (#266)
  • isPvEncryptionInTransitEnabled not being set properly in OCIMachine #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-alpha2

16 May 16:59
b4a8ffa
Compare
Choose a tag to compare
v0.9.0-alpha2 Pre-release
Pre-release

Patch notes

Features

  • Add support for oci cli metrics (#268)

Full release nodes from v0.9.0-alpha1

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
  • Fix storage versions for api increment (#266)
  • isPvEncryptionInTransitEnabled not being set properly in OCIMachine #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-alpha1

12 May 18:36
92c873a
Compare
Choose a tag to compare
v0.9.0-alpha1 Pre-release
Pre-release

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 in OCIMachine #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

11 May 14:20
a658119
Compare
Choose a tag to compare
v0.9.0-alpha0 Pre-release
Pre-release

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 in OCIMachine #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

19 Apr 05:34
v0.8.1
Compare
Choose a tag to compare

Features

  • Add ability to disable OCI Client initialization on startup #243

v0.8.0

09 Mar 18:12
db4d5fc
Compare
Choose a tag to compare

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

14 Feb 11:38
v0.7.0
fa5471c
Compare
Choose a tag to compare

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

14 Oct 13:02
7b59f48
Compare
Choose a tag to compare

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