-
Notifications
You must be signed in to change notification settings - Fork 23
Comparing changes
Open a pull request
base repository: codefresh-io/terraform-provider-codefresh
base: v0.12.0
head repository: codefresh-io/terraform-provider-codefresh
compare: refs/heads/master
- 5 commits
- 67 files changed
- 2 contributors
Commits on Apr 22, 2025
-
fix(resource/pipeline): fix
permit_restart_from_failed_steps = false
(#160) ## What This fixes `permit_restart_from_failed_steps` behavior in `pipeline` resource. Before this fix, setting `permit_restart_from_failed_steps = false` or omitting this key resulted in “Permit restart from failed step: Use account settings” for both cases. New syntax/behavior is: `permit_restart_from_failed_steps = [true|false]` with the default value `true` (“Permit”). If `false`, the policy is set to “Forbid”. New flag is added: `permit_restart_from_failed_steps_use_account_settings = [false|true]` with the default value `false` (“do not use account settings”). If `true`, `permit_restart_from_failed_steps` will be ignored and pipeline policy will be set to “Use account settings”. > [!WARNING] > BREAKING CHANGES! > * 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” Fixes #CR-26963 ## Notes <!-- Add any notes here --> ## Checklist * [x] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/CONTRIBUTING.md)._ * [ ] _I have [allowed changes to my fork to be made](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)._ * [x] _I have added tests, assuming new tests are warranted_. * [x] _I understand that the `/test` comment will be ignored by the CI trigger [unless it is made by a repo admin or collaborator](https://codefresh.io/docs/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)._
Configuration menu - View commit details
-
Copy full SHA for 2945191 - Browse repository at this point
Copy the full SHA 2945191View commit details
Commits on May 18, 2025
-
chore: Update golang to 1.24, add tools usage, update libraries to re…
…cent versions, remove deprecated libraries and fix linting (#163) ## What ## Why ## Notes <!-- Add any notes here --> ## Checklist * [ ] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/CONTRIBUTING.md)._ * [ ] _I have [allowed changes to my fork to be made](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)._ * [ ] _I have added tests, assuming new tests are warranted_. * [ ] _I understand that the `/test` comment will be ignored by the CI trigger [unless it is made by a repo admin or collaborator](https://codefresh.io/docs/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)._
Configuration menu - View commit details
-
Copy full SHA for 2e3fd14 - Browse repository at this point
Copy the full SHA 2e3fd14View commit details
Commits on May 20, 2025
-
feat: add runtime-environment resource support to codefresh_permissio…
…n resource (#164) ## What ## Why ## Notes <!-- Add any notes here --> ## Checklist * [ ] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/CONTRIBUTING.md)._ * [ ] _I have [allowed changes to my fork to be made](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)._ * [ ] _I have added tests, assuming new tests are warranted_. * [ ] _I understand that the `/test` comment will be ignored by the CI trigger [unless it is made by a repo admin or collaborator](https://codefresh.io/docs/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)._
Configuration menu - View commit details
-
Copy full SHA for dd0daf9 - Browse repository at this point
Copy the full SHA dd0daf9View commit details -
feat: prepare 1.0.0 release - update docs and pipeline (#165)
## What ## Why ## Notes <!-- Add any notes here --> ## Checklist * [ ] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/CONTRIBUTING.md)._ * [ ] _I have [allowed changes to my fork to be made](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)._ * [ ] _I have added tests, assuming new tests are warranted_. * [ ] _I understand that the `/test` comment will be ignored by the CI trigger [unless it is made by a repo admin or collaborator](https://codefresh.io/docs/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)._
Configuration menu - View commit details
-
Copy full SHA for 88eb8fc - Browse repository at this point
Copy the full SHA 88eb8fcView commit details
Commits on May 25, 2025
-
fix - remove unnecessary deserialization in codefresh_user activation (…
…#166) ## What ## Why ## Notes <!-- Add any notes here --> ## Checklist * [ ] _I have read [CONTRIBUTING.md](https://github.com/codefresh-io/terraform-provider-codefresh/blob/master/CONTRIBUTING.md)._ * [ ] _I have [allowed changes to my fork to be made](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)._ * [ ] _I have added tests, assuming new tests are warranted_. * [ ] _I understand that the `/test` comment will be ignored by the CI trigger [unless it is made by a repo admin or collaborator](https://codefresh.io/docs/docs/pipelines/triggers/git-triggers/#support-for-building-pull-requests-from-forks)._
Configuration menu - View commit details
-
Copy full SHA for 92fb1c3 - Browse repository at this point
Copy the full SHA 92fb1c3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.0...refs/heads/master