Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Releases: oracle/oci-flexvolume-driver

0.8.1

15 Oct 10:10
Compare
Choose a tag to compare
  • Added override mechanism for kubeconfig location allowing it to be set as an environment variable.

0.8.0

21 Sep 10:07
Compare
Choose a tag to compare

This release adds some improvements around looking up node IDs and thus reduces list operation API calls on OCI.

  • OKE-1853: Refactor lookup node id from node.spec.ProviderID (#149)

0.7.2

26 Jul 09:10
a7b38c0
Compare
Choose a tag to compare

Bugfix release

  • Fix VNIC Attachment API calls to use the correct compartment.

0.7.1

20 Jul 14:31
71cd111
Compare
Choose a tag to compare

Bugfix release to support split compartment models (VCN and clusters in different OCI compartments).

  • Support cases where VCN and cluster compartments are different
  • Deprecate use of compartment in configuration (now looked up dynamically from VCN)

0.7.0

01 Jun 14:43
beafd42
Compare
Choose a tag to compare
  • Adds support deployment as a DaemonSet
  • Support for configuration via a Secret when deploying driver as a DaemonSet
  • Support instance principles as a mechanism for authentication

0.6.2

30 Mar 22:38
4f6cc61
Compare
Choose a tag to compare
Merge pull request #72 from oracle/kj-system-test-image

System test image creation

0.6.1

23 Mar 17:25
d6a5d87
Compare
Choose a tag to compare
Allow use of full ocid as the name of the volume (#58)

* Allow use of full OCID as the name of the volume

0.6.0

23 Mar 11:53
88e1e42
Compare
Choose a tag to compare
Fix #67. Add support for LHR region uk-london-1 (#68)

* Adds support for LHR region uk-london-1
* Upgrade to v1.0.0 of oci-go-sdk

0.5.2

21 Feb 17:10
dc1a7e7
Compare
Choose a tag to compare
Merge pull request #62 from oracle/gb/fix-publicip-nil

Handle nil as some of the fields

0.5.1

07 Feb 19:20
c832ef7
Compare
Choose a tag to compare
Merge pull request #57 from oracle/gb/fix-sdk-pointer-issue

Fix SDK port pointer error