Releases: codefresh-io/terraform-provider-codefresh
Releases · codefresh-io/terraform-provider-codefresh
v0.11.1
Changes
- fix: codefresh_context force decryption when forbidDecrypt feature flag is set (on-prem) @ilia-medvedev-codefresh (#156)
v0.11.0
Changes
- fix(pipeline_resource): switch yaml to json conversion to yq to support anchors in different sections of the yaml (like the dedicated indicators section) @ilia-medvedev-codefresh (#153)
- feat: add abac rules for products, environments, and promotion flows @danielm-codefresh (#151)
v0.10.1
Changes
- fix - permission resource update failures and ignored related_resource attribute @ilia-medvedev-codefresh (#150)
- patch - update docs: specify which resources require admin token @ilia-medvedev-codefresh (#149)
v0.10.0
Changes
- Feat: Add gitops account settings resource and data source for configuring account level gitops settings (Git provider and ISC repo) @ilia-medvedev-codefresh (#147)
- Fix: User data source times out on getting all users - add pagination @ilia-medvedev-codefresh (#146)
- Feat: Support local password for users @ilia-medvedev-codefresh (#145)
v0.9.0
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
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
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)
- Documentation updates @korenyoni @denis-codefresh (#132) (#133)
v0.7.0-beta-1
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
Changes
- feat: Add
codefresh_account_user_association
resource @korenyoni (#123) - ci: Concurrent Provider Acceptance Tests against Different Terraform Versions @korenyoni (#124)
🚀 Features
- Add inline cron triggers to
codefresh_pipeline
@oleksandr-codefresh (#122)
v0.6.0-beta-1
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 ofcodefresh_pipeline.spec.cron_trigger
. (See: #39 (comment)).
🚀 Features
- Add inline cron triggers to
codefresh_pipeline
@oleksandr-codefresh (#122)