Skip to content

Releases: cernops/terraform-provider-ceph

v0.1.4

12 Jul 12:25
v0.1.4
eba96d0
Compare
Choose a tag to compare

Changelog

v0.1.3

12 Jul 09:29
v0.1.3
e34018f
Compare
Choose a tag to compare

Changelog

  • 7041dc4 auth: mark key and keyring as sensitive
  • 3fb1d39 config: remove incorrect shutdown when not yet connected
  • e34018f wait: use the correct timeout

v0.1.2

01 Jul 12:13
v0.1.2
5ecb190
Compare
Choose a tag to compare

Changelog

  • b46b26b auth: set entity on read to fix import
  • 5ecb190 wait: set cluster_name on read to fix import

v0.1.1

27 Jun 07:20
v0.1.1
07017f6
Compare
Choose a tag to compare

Changelog

  • 07017f6 auth: fix import of auth resource

v0.1.0

24 Jun 14:50
v0.1.0
f2c34e9
Compare
Choose a tag to compare

Changelog

  • 4ee4809 auth: add data source
  • 653eac9 auth: add resource
  • 96fb4be auth: add some description to resource and data source
  • 0fa9dea auth: properly handle caps
  • 452be9c config: add lazy connection
  • 2e46f30 config: do not shutdown conn if not yet connected
  • cd95566 config: refactor connection to Ceph
  • 6065bf9 examples: add a simple example
  • df0d40a gitlabci: add missing linux-header package in release
  • a87c579 gitlabci: github: fix release job
  • e35ba1f itlabci: github: install ceph for go-ceph
  • 1c82205 project: add initial boilerplate
  • 3513272 project: add missing goreleaser file
  • eaaaa1f project: add provider config to connect to a ceph cluster
  • 9e605e9 project: only build on linux because of cgo
  • f2c34e9 project: only restrict further to only linux amd64 because of cgo
  • fe8157f wait_online: add data source
  • 8a7df0b wait_online: convert to resource to properly use retry