Releases: OctopusDeployLabs/terraform-provider-octopusdeploy
Releases · OctopusDeployLabs/terraform-provider-octopusdeploy
v0.40.4
v0.40.3
v0.40.2
v0.40.1
v0.40.0
Changelog
New Features and Updates
- feat: Add Built-in trigger by @denys-octopus in #846
- feat: Add 'Block Deployments' attribute to manual intervention step by @denys-octopus in #847
- feat: Allow scoping scheduled triggers by space ID by @bec-callow-oct in #841
Bug Fixes
- fix: Fix project persistence settings by @mik-ky in #844 (Issue #787)
- fix: Replace environment resource when space_id is updated by @denys-octopus in #848 (Issue #639)
- fix: Suppress non-functional difference of URI value by @denys-octopus in #850 (Issue #718)
- fix: map access_token through properly from provider config by @mjhilton in #854 (Issue #853)
Other Work
- docs: Update instructions to run integration tests locally by @denys-octopus in #852
New Contributors
- @bec-callow-oct made their first contribution in #841
Full Changelog: v0.39.0...v0.40.0
v0.39.0
Changelog
New Features and Updates
- 96faef6: feat: Add Git trigger functionality (#835) (@lourens-octopus)
- 6643d95: feat: support deployment freeze recurring schedule (#840) (@HuyPhanNguyen)
Bug Fixes
- 39c5b32: fix: Add Git trigger example (#843) (@lourens-octopus)
Other Work
- aff00bd: Deployment freeze support tenant scope (#837) (@HuyPhanNguyen)
- da3bf7f: ci: workflow to prevent new SDK resources being added (@mjhilton)
v0.38.0
Changelog
New Features and Updates
- 8bfcde1: feat: Add support for generic oidc accounts (#831) (@grace-rehn)
- eede862: feat: deployment freezes (#822) (@benPearce1)
v0.37.2
Changelog
Bug Fixes
- 1566f96: fix: Same variable with a different scope now gets an ID (#836) (@domenicsim1)
v0.37.1
Changelog
New Features and Updates
- d009e07: feat: project versioning strategy resource (#834) (@domenicsim1)
Deprecation Announcements
- 👋 The
octopusdeploy_project.versioning_strategy
attribute is now deprecated- 🆕 A new resource called
octopusdeploy_project_versioning_strategy
has been introduced as a replacement - Please see https://oc.to/deprecation-tfp-project-versioning-strategy for more info and migration guidance
- 🆕 A new resource called
v0.37.0
Changelog
New Features and Updates
- c9bab2c: feat: Add ability to disable tenants (#820) (@grace-rehn)
Bug Fixes
- 7432680: fix: panic on resource tenant project error handling (#824) (@domenicsim1)
- e709e02: fix: small step template fixes (@domenicsim1)
- 9361f05: fix: Validate that the template exists before proceeding (#833) (@mcasperson)