diff --git a/codefresh.yml b/codefresh.yml index df94d6d..cbc2ae2 100644 --- a/codefresh.yml +++ b/codefresh.yml @@ -48,7 +48,7 @@ steps: prepare_env_vars: title: "Preparing environment variables..." stage: release - image: quay.io/codefresh/codefresh-shell:0.0.13 + image: quay.io/codefresh/codefresh-shell:0.0.14 shell: bash environment: - GPG_FINGERPRINT=${{GPG_FINGERPRINT}} @@ -66,7 +66,7 @@ steps: release_binaries: title: Create release in Github - image: goreleaser/goreleaser:v1.17.0 + image: goreleaser/goreleaser:v2.9.0 stage: release environment: - GPG_FINGERPRINT=${{GPG_FINGERPRINT}} @@ -80,7 +80,7 @@ steps: - gpg --import /tmp/private.key - git config user.signingkey ${GPG_FINGERPRINT} - git clean -fdx - - goreleaser release --rm-dist + - goreleaser release when: condition: all: diff --git a/docs/resources/pipeline.md b/docs/resources/pipeline.md index 3a44661..4c375be 100644 --- a/docs/resources/pipeline.md +++ b/docs/resources/pipeline.md @@ -13,6 +13,9 @@ See the [documentation](https://codefresh.io/docs/docs/configure-ci-cd-pipeline/ ~> **NOTE:** `cron_trigger` conflicts with the deprecated [codefresh_pipeline_cron_trigger](https://registry.terraform.io/providers/codefresh-io/codefresh/latest/docs/resources/pipeline_cron_trigger) resource. +~> **v1.0 Changed behavior:** Previously, `permit_restart_from_failed_steps = false` resulted in “Permit restart from failed step: Use account settings”. +From now on, setting `permit_restart_from_failed_steps = false` will result in “Permit restart from failed step: Forbid”. To keep previous behavior, set `permit_restart_from_failed_steps_use_account_settings = true`. + ## Example Usage ```hcl diff --git a/templates/resources/pipeline.md.tmpl b/templates/resources/pipeline.md.tmpl index 0f5ed90..dc51e8e 100644 --- a/templates/resources/pipeline.md.tmpl +++ b/templates/resources/pipeline.md.tmpl @@ -13,6 +13,9 @@ See the [documentation](https://codefresh.io/docs/docs/configure-ci-cd-pipeline/ ~> **NOTE:** `cron_trigger` conflicts with the deprecated [codefresh_pipeline_cron_trigger](https://registry.terraform.io/providers/codefresh-io/codefresh/latest/docs/resources/pipeline_cron_trigger) resource. +~> **v1.0 Changed behavior:** Previously, `permit_restart_from_failed_steps = false` resulted in “Permit restart from failed step: Use account settings”. +From now on, setting `permit_restart_from_failed_steps = false` will result in “Permit restart from failed step: Forbid”. To keep previous behavior, set `permit_restart_from_failed_steps_use_account_settings = true`. + ## Example Usage ```hcl