Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codefresh-io/terraform-provider-codefresh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: codefresh-io/terraform-provider-codefresh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/master
Choose a head ref
  • 5 commits
  • 67 files changed
  • 2 contributors

Commits on Apr 22, 2025

  1. 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)._
    masontikhonov authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    2945191 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. 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)._
    ilia-medvedev-codefresh authored May 18, 2025
    Configuration menu
    Copy the full SHA
    2e3fd14 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. 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)._
    ilia-medvedev-codefresh authored May 20, 2025
    Configuration menu
    Copy the full SHA
    dd0daf9 View commit details
    Browse the repository at this point in the history
  2. 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)._
    ilia-medvedev-codefresh authored May 20, 2025
    Configuration menu
    Copy the full SHA
    88eb8fc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. 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)._
    ilia-medvedev-codefresh authored May 25, 2025
    Configuration menu
    Copy the full SHA
    92fb1c3 View commit details
    Browse the repository at this point in the history
Loading