Skip to content

Release 0.13.0

Choose a tag to compare

@mrunalpagnis mrunalpagnis released this 01 Mar 12:32
· 195 commits to master since this release
d77f487

What's Changed

Major Update

k8s vendor dependencies upgraded to 1.19 from 1.16. Cluster with kubernetes version 1.18 or lesser will not be compatible with any of the components in this release.

Min required K8s version

1.19

Features

ARM support with multiarch images
OKE (CSI) Expand Volume support. https://github.com/oracle/oci-cloud-controller-manager/blob/master/docs/expand-block-volume-using-csi.md
Support for tagging OCI LB and BV
Support Static Provisioning of FSS using CSI Driver with In-transit Encryption. https://github.com/oracle/oci-cloud-controller-manager/blob/master/docs/statically-provisioned-fss-using-csi.md

Enhancements

Add arm image support and minor bug fix
fixed encryption disabled fss tests
Replaced lbOCID with loadBalancerID in log objects
Removed hardcoded function and race condition
Addition of Backendset size dimension to LB metrics
Added health checks of nodes from pods using a job
added test to check data integrity on pod restart

Bug Fixes

CSI Block Volume - Unexpected formatting when staging target path does not exist and mount fails
Bug fix for block volume encryption
Adding error condition when in transit is on and attachment type is iscsi
Clean exit if mount point is not found and mitigating remove directory error

Full Changelog: 0.12.0...v0.13.0