Skip to content

Releases: syseleven/terraform-provider-metakube

v4.0.1

27 Jul 12:28
Compare
Choose a tag to compare
ignore windows/arm64

v4.0.0

08 Jun 19:31
Compare
Choose a tag to compare
  • fixed issues with Openstack cloud credentials where it could not validate fields at terraform plan and ignored OS_* environment variables
  • Openstack cloud credentials schema changed:
    For user credentials:
    before
openstack {
  username = ""
  password = ""
  project_id = ""
  project_name = ""
}

now

openstack {
  user_credentials {
    username = ""
    password = ""
    project_id = ""
    project_name = ""
 }
}

For Application Credentials
before

openstack {
  application_credentials_id = ""
  application_credentials_secret = ""
}

now

openstack {
  application_credentials {
    id = ""
    secret = ""
  }
}

v3.1.3

07 Jun 14:18
Compare
Choose a tag to compare

Fixed validation of openstack credential fileds

v3.1.2

07 Jun 12:01
Compare
Choose a tag to compare
version upgrade

v3.1.1

01 Jun 14:43
Compare
Choose a tag to compare
fix set tenant name

v3.1.0

01 Jun 09:23
e40783d
Compare
Choose a tag to compare
Merge pull request #58 from syseleven/optional-os-project-name

support additional openstack project name field to allow transition period

v3.0.0

25 May 15:59
6edeab2
Compare
Choose a tag to compare
Merge pull request #57 from syseleven/use_project_id

use openstack project id and delete openstack project name

v2.0.0

28 Apr 17:33
Compare
Choose a tag to compare

metakube_cluster resource no longer supports dns_domain field. For new clusters cluster.local will always be used.

v1.6.1

26 Apr 08:42
Compare
Choose a tag to compare
display cluster patch errors

v1.6.0

17 Mar 16:05
Compare
Choose a tag to compare
cofigure custom server_group_id for cluster