Skip to content

Releases: SierraJC/terraform-provider-coolify

v0.7.0

14 Dec 02:49
0b8bbf4
Compare
Choose a tag to compare

Changelog

✨ New Features

🐛 Bug fixes

📝 Documentation updates

📑 Other changes

Full Changelog: v0.6.0...v0.7.0

v0.6.0

27 Nov 22:33
acd3a0c
Compare
Choose a tag to compare

Changelog

⚠️ Breaking Changes

🗺️ Migration Guide

  • coolify_server* resource & datasources: port changed from string type to integer, ie "22" -> 22.
  • coolify_server* resource & datasources: delete_unused_volumes, delete_unused_networks moved to settings object.

✨ New Features

📝 Documentation updates

📑 Other changes

  • a80cf0e: refactor: major rewrite of private_key resources (@SierraJC)
    • This rewrite results in clean plans, and also adds a fingerprint attribute

Full Changelog: v0.5.0...v0.6.0

v0.5.0

19 Nov 08:38
9f9c95e
Compare
Choose a tag to compare

Changelog

✨ New Features

📝 Documentation updates

📑 Other changes

Full Changelog: v0.4.0...v0.5.0

v0.4.0

09 Nov 23:35
2f0d62d
Compare
Choose a tag to compare

Changelog

NOTE: Minimum supported Coolify version has been increased to v4.0.0-beta.364! Please upgrade to use this version.

⚠️ Breaking Changes

✨ New Features

🐛 Bug fixes

📝 Documentation updates

📦 Dependency updates

  • aac1108: fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.20.0 (#20) (@renovate[bot])

📑 Other changes

Full Changelog: v0.0.3...v0.4.0

v0.0.3

06 Nov 10:42
22b5382
Compare
Choose a tag to compare

Changelog

✨ New Features

Full Changelog: v0.0.2...v0.0.3

v0.0.2

04 Nov 10:09
73f586f
Compare
Choose a tag to compare

What's Changed

  • feat: add coolify_private_key (singular) data source
  • fix: error return on private_keys data source
  • fix: set private_key resource attribute to sensitive

Full Changelog: v0.0.1...v0.0.2

v0.0.1

03 Nov 11:15
7958bbd
Compare
Choose a tag to compare

What's Changed

  • initial release with support for Private Keys only

Full Changelog: https://github.com/SierraJC/terraform-provider-coolify/commits/v0.0.1