Skip to content

Releases: codefresh-io/terraform-provider-codefresh

v0.9.0

26 Mar 15:34
1877a9d

Choose a tag to compare

Changes

  • Feat: Add external resources to pipeline spec @ilia-medvedev-codefresh (#144)
  • Fix - codefresh_current_account data source returns 403 @ilia-medvedev-codefresh (#143)
  • Feat: Support encrypted variables in project and pipeline (including triggers) @ilia-medvedev-codefresh (#142)

v0.8.0

28 Feb 10:18
44cd0e2

Choose a tag to compare

Changes

  • Feat: Add codefresh_idp and codefresh_account_idp resource and codefresh_account_idp datasource @ilia-medvedev-codefresh (#138)
  • Feat: Add enable notifications on pipeline level (credit @nickborysov) @ilia-medvedev-codefresh (#136)
  • Feat: Add permit restart from failed steps to pipeline resource @ilia-medvedev-codefresh (#137)
  • Feat: Data source project @Jake-Mok-Nelson (#117)
  • Fix: Provider crashes when creating codefresh_api_key @ilia-medvedev-codefresh (#135)

v0.7.0

29 Jan 15:58
f88788b

Choose a tag to compare

Changes

v0.7.0-beta-1

19 Oct 14:10
00721ed

Choose a tag to compare

PRE-RELEASE

Changes

  • Feat: Schema Validation Overhaul @korenyoni (#128) — fixes cron trigger validation for codefresh_pipeline resource
  • Bump github.com/hashicorp/go-getter from 1.5.3 to 1.7.0 @dependabot (#125)

v0.6.0

03 Oct 17:48
0fd87b3

Choose a tag to compare

Changes

  • feat: Add codefresh_account_user_association resource @korenyoni (#123)
  • ci: Concurrent Provider Acceptance Tests against Different Terraform Versions @korenyoni (#124)

🚀 Features

v0.6.0-beta-1

18 Aug 06:01
887901f

Choose a tag to compare

v0.6.0-beta-1 Pre-release
Pre-release

PRE RELEASE: contact [email protected] to enable the experimental pipelines API that supports the new cron_trigger attribute. This API will be made generally available in the future.

Changes

  • Deprecate codefresh_pipeline_cron_trigger in favor of codefresh_pipeline.spec.cron_trigger. (See: #39 (comment)).

🚀 Features

v0.5.0

03 Jul 11:18
ab97b85

Choose a tag to compare

Changes

🚀 Features

v0.4.2

23 Jun 12:33
2038cd8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Jun 13:56
2efb8eb

Choose a tag to compare

Changes

  • Add RequiredAvailableStorage parameter to RuntimeEnvironment @expnch (#118)

v0.4.0

17 Apr 20:47
1b45787

Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix: spec attribute propagation from original_source_yaml @korenyoni (#113)