Releases: codefresh-io/terraform-provider-codefresh
Releases · codefresh-io/terraform-provider-codefresh
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)
v0.5.0
v0.4.2
What's Changed
- Documentation: fix provider source location by @TribalNightOwl in #120
New Contributors
- @TribalNightOwl made their first contribution in #120
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
Changes
- Feat: New ABAC Attributes @korenyoni (#114)
- Feat: Add
codefresh_pipeline
Data Source @korenyoni (#110) - Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 @dependabot (#106)
- Bump github.com/gogo/protobuf from 1.2.1 to 1.3.2 @dependabot (#105)
🐛 Bug Fixes
- Fix: spec attribute propagation from
original_source_yaml
@korenyoni (#113)
v0.3.1
Changes
- Chore: Doc, README fixes, Doc Automation @korenyoni (#107)
- Fix: docs workflow @korenyoni (#108)
🐛 Bug Fixes
- Fix
codefresh_account
refresh for on-prem installations @korenyoni (#109)