Releases: SierraJC/terraform-provider-coolify
Releases · SierraJC/terraform-provider-coolify
v0.10.2
v0.10.1
v0.10.0
Changelog
✨ New Features
- 4e1ac6c: ⭐ Implement
coolify_serviceresource (@megheaiulian) (#53) - ddc3ce1: feat(
application): expose HTTP Basic Auth attributes + custom network aliases (@SierraJC) - bcd04d2: feat(
private_key): exposepublic_keyattribute (@SierraJC)
📝 Documentation updates
📑 Other changes
Full Changelog: v0.9.0...v0.10.0
New Contributors
- @megheaiulian made their first contribution in #53
v0.9.0
Changelog
⚠️ Breaking Changes
- b04f278: chore!: bump minimum Coolify version to
v4.0.0-beta.381- compatibility up tov4.0.0-beta.390(@SierraJC) - 5659b23: chore!: remove API deprecated
teamfields (discord, smtp, resend, telegram) (@SierraJC)
✨ New Features
🐛 Bug fixes
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Changelog
✨ New Features
- 5bbb6fb: feat: add
applicationsdata source (#40) (@NuroDev) 🥇 - d9de483: feat: add default HTTP timeout value of
30s(@SierraJC)
🔒 Security updates
🐛 Bug fixes
🔧 Build process updates
- ac9ce78: chore(ci): pin tailscale to
v3(@SierraJC) - 2780b01: chore(ci): test against Terraform to v1.10.x (@SierraJC)
- d65ec08: fix(ci): acceptance tests failing during CI (@SierraJC)
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Changelog
✨ New Features
🐛 Bug fixes
- 67e1988: fix: postgresql DB
internal_db_urlchanging 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:portchanged from string type to integer, ie"22"->22.coolify_server*resource & datasources:delete_unused_volumes,delete_unused_networksmoved tosettingsobject.
✨ New Features
- 3750ae3: feat: add HTTP
retryconfig to provider (docs) (@SierraJC) - 3b2e71a: feat: add
postgresql_databaseresource (@SierraJC)- More database types are actively being worked on
📝 Documentation updates
- 998a95c: docs: fix
*_envsrequired fields (@SierraJC) - 088c5b4: docs: update README with API blocked resources (@SierraJC)
(@renovate[bot])
📑 Other changes
- a80cf0e: refactor: major rewrite of
private_keyresources (@SierraJC)- This rewrite results in clean plans, and also adds a
fingerprintattribute
- 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_envsresource (@SierraJC) - 00ffc38: feat: add
applicationdata source (@SierraJC) - 27ba79d: feat: add
service_envsresource (@SierraJC) - 60a0f2b: feat: add
servicedata 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
tokenvalidation (@SierraJC) - 711ba1e: chore: remove nullable-type from oapi client (@SierraJC)
- f90a6a8: refactor:
basetypesusage totypesalias (@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_projectdata source (@SierraJC) - ec95001: feat: add
coolify_projectresource (@SierraJC) - e1f5330: feat: add
coolify_projectsdata source (@SierraJC) - cd2c12a: feat: add
coolify_server_domainsdata source (@SierraJC) - d8577ca: feat: add
coolify_server_resourcesdata source (@SierraJC) - 5f95ba7: feat: add
coolify_serverdata source (@SierraJC) - 4949216: feat: add
coolify_serverresource (@SierraJC) - e846aa7: feat: add
coolify_serversdata source (@SierraJC)
🐛 Bug fixes
📝 Documentation updates
- f8e5018: docs: fix incorrect
private_keyexample (@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
makeResourceAttributeRequiredhelper (@SierraJC) - 568cfef: chore: add
optionalStringListValuehelper (@SierraJC)
Full Changelog: v0.0.3...v0.4.0