Releases: SierraJC/terraform-provider-coolify
Releases · SierraJC/terraform-provider-coolify
v0.7.0
Changelog
✨ New Features
🐛 Bug fixes
- 67e1988: fix: postgresql DB
internal_db_url
changing on all updates (@SierraJC) - 3b31012: fix: stop retryablehttp from debug logging (@SierraJC)
📝 Documentation updates
- 0b8bbf4: docs: bump known compatibility to
beta.379
(@SierraJC) - b15358c: docs: clarify project affiliation in README (@SierraJC)
📑 Other changes
- 3464b6d: chore: deprecate team notification fields (@SierraJC)
- refactor: major internal code refactors (@SierraJC)
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Changelog
⚠️ Breaking Changes
- 6f55b3c: chore!: bump minimum supported Coolify version to
beta.373
(@SierraJC) - 108866e: chore!: compatibility with Coolify
beta.373
(@SierraJC)
🗺️ 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 tosettings
object.
✨ New Features
- 3750ae3: feat: add HTTP
retry
config to provider (docs) (@SierraJC) - 3b2e71a: feat: add
postgresql_database
resource (@SierraJC)- More database types are actively being worked on
📝 Documentation updates
- 998a95c: docs: fix
*_envs
required fields (@SierraJC) - 088c5b4: docs: update README with API blocked resources (@SierraJC)
(@renovate[bot])
📑 Other changes
- a80cf0e: refactor: major rewrite of
private_key
resources (@SierraJC)- This rewrite results in clean plans, and also adds a
fingerprint
attribute
- This rewrite results in clean plans, and also adds a
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Changelog
✨ New Features
- 5e4381e: feat: add
application_envs
resource (@SierraJC) - 00ffc38: feat: add
application
data source (@SierraJC) - 27ba79d: feat: add
service_envs
resource (@SierraJC) - 60a0f2b: feat: add
service
data source (@SierraJC)
📝 Documentation updates
- 9f9c95e: docs: bump compatibility to
beta.367
(@SierraJC) - 8058f24: docs: update provider example version (@SierraJC)
📑 Other changes
- 173b2fb: chore(oapi): replace env_uuid type with string (@SierraJC)
- 0d8bf0c: chore: create helper for converting times (@SierraJC)
- 42a0b9e: chore: create helpers for marking sensitive attributes (@SierraJC)
- 02b0845: chore: lift provider
token
validation (@SierraJC) - 711ba1e: chore: remove nullable-type from oapi client (@SierraJC)
- f90a6a8: refactor:
basetypes
usage totypes
alias (@SierraJC) - 9896b83: refactor: separate attribute utils (@SierraJC)
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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
- a5803d3: feat: add
coolify_project
data source (@SierraJC) - ec95001: feat: add
coolify_project
resource (@SierraJC) - e1f5330: feat: add
coolify_projects
data source (@SierraJC) - cd2c12a: feat: add
coolify_server_domains
data source (@SierraJC) - d8577ca: feat: add
coolify_server_resources
data source (@SierraJC) - 5f95ba7: feat: add
coolify_server
data source (@SierraJC) - 4949216: feat: add
coolify_server
resource (@SierraJC) - e846aa7: feat: add
coolify_servers
data source (@SierraJC)
🐛 Bug fixes
📝 Documentation updates
- f8e5018: docs: fix incorrect
private_key
example (@SierraJC) - ef13b3b: docs: update provider example (@SierraJC)
📦 Dependency updates
- aac1108: fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.20.0 (#20) (@renovate[bot])
📑 Other changes
- 6aeebea: chore: add
makeResourceAttributeRequired
helper (@SierraJC) - 568cfef: chore: add
optionalStringListValue
helper (@SierraJC)
Full Changelog: v0.0.3...v0.4.0
v0.0.3
v0.0.2
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
What's Changed
- initial release with support for Private Keys only
Full Changelog: https://github.com/SierraJC/terraform-provider-coolify/commits/v0.0.1