Skip to content

chore(deps): update unbounded-tech/workflows-crossplane action to v2.17.0#4

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/unbounded-tech-workflows-crossplane-2.x
Mar 10, 2026
Merged

chore(deps): update unbounded-tech/workflows-crossplane action to v2.17.0#4
renovate[bot] merged 1 commit intomainfrom
renovate/unbounded-tech-workflows-crossplane-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2026

This PR contains the following updates:

Package Type Update Change
unbounded-tech/workflows-crossplane action minor v2.16.0v2.17.0

Release Notes

unbounded-tech/workflows-crossplane (unbounded-tech/workflows-crossplane)

v2.17.0

Compare Source

What's changed in v2.17.0
  • feat: delete extra resources (#​35) (by @​patrickleet)

    Added the ability to delete "extra resources" after test cleanup. For example, if you create an EKS cluster in extraResources in your e2e test, and want it to be cleaned up after. This gives you more control around deletion order.

    • delete-extra-resources: a JSON list of extra resource types to delete
    • delete-extra-resources-timeout-minutes: number of minutes to wait before timeout.
      e2e:
        uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e.yaml@feat/delete-extra-resources
        with:
          aws: true
          aws-use-oidc: true
          aws-account-id: "034489662075"
          aws-region: us-east-2
          aws-role-duration-seconds: 7200
          debug-resource-types: |
            [
              "observes.stacks.hops.ops.com.ai"
            ]
          delete-extra-resources: |
            [
              "autoeksclusters.aws.hops.ops.com.ai"
            ]
          timeout-minutes: 44
          cleanup-timeout-minutes: 20
          delete-extra-resources-timeout-minutes: 20
    

See full diff: v2.16.0...v2.17.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/unbounded-tech-workflows-crossplane-2.x branch from f1180cf to 34b55cf Compare March 9, 2026 19:09
@renovate renovate bot force-pushed the renovate/unbounded-tech-workflows-crossplane-2.x branch from 34b55cf to 57a83ed Compare March 9, 2026 21:31
@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Published Crossplane Package

The following Crossplane package was published as part of this PR:

Package: ghcr.io/hops-ops/knative-stack:pr-4-ed16e8ea87b38abdb8979a20fa036d1835579152

View Package

@renovate renovate bot merged commit 6115257 into main Mar 10, 2026
7 checks passed
@renovate renovate bot deleted the renovate/unbounded-tech-workflows-crossplane-2.x branch March 10, 2026 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants