Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/openshift-pipelines/pipelines-as-code from 0.27.1 to 0.27.2 #2236

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps github.com/openshift-pipelines/pipelines-as-code from 0.27.1 to 0.27.2.

Release notes

Sourced from github.com/openshift-pipelines/pipelines-as-code's releases.

v0.27.2

Pipelines as Code version v0.27.2

OpenShift Pipelines as Code v0.27.2 has been released 🥳

This minor release address mainly a regression on the {{ event_type }} variable which was previously changed to different type of comments depending of the gitops comment (for example retest-all would be set when the user issue a /retest) it is now reply as before to {{ pull_request }} to not break pipelinerun who were relying on it.

Installation

To install this version you can install the release.yaml with kubectl for your platform :

Openshift

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.27.2/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.27.2/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-27-2.pipelines-as-code.pages.dev

Changelog

  • b466ac774ee40051e30d6b18937b52cb0a2e94af: Add log for TestGHPullRequestConcurrencyMultiplePR (@​chmouel)
  • 4f338ba128841d8e7c8adf773b0bc89436300579: Bump docker/build-push-action from 5.4.0 to 6.0.0 (@​dependabot[bot])
  • dc5b23eec53858b8546f2c9bf91398b92a177030: Bump docker/build-push-action from 6.0.0 to 6.1.0 (@​dependabot[bot])
  • 7bd9ed075bb630334a5512ed6e3d1a761913028f: Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (@​dependabot[bot])
  • 8b046451e7495f78050630fd8643555d82032c0e: Bump ko-build/setup-ko from 0.6 to 0.7 (@​dependabot[bot])
  • afeee531523a509973ab9f2f01b71173bf758b77: Implement GetTaskURI for GitLab provider (@​chmouel)
  • d149fa8a3a2f9a1314744fd238153adf81550837: Replace deprecated GetMergeRequestChanges function ( <>)
  • 35d7f7cc886ccf27580c18c771f7b60764f9c26b: Tweak the non-matching pipelinerun test (@​enarha)
  • 639d92c6f6ba44086f9835331dc894124c40ace6: Update resolver.md (@​yuzp1996)
  • 24cc9cedc97094be035a8d5476b8e9a1d90bcfc1: feat(docs): use /dev/random for generating secrets (@​chmouel)
  • f80c5893eb4c14117cbcebc4bccb03e0791ea5a5: feat: Allow non-admin users to get install info (@​chmouel)
  • 7663fb1147f1181de5ed42bb6c44053211c43c43: fix: Correct event-type setting for on-comment prs (@​chmouel)
  • be424e4f4aeb5629c59f99a3bb3e76b12b9ca0b1: fix: Revert GitOps event_type to pull_request (@​chmouel)
  • 9cd8ba8663999212fcae1496bea7837689d2d20c: move to upstream ruff image (@​chmouel)
  • 5fb31b528c5349548f638fdbd50de266657481ee: update goreleaser to version 2 (@​chmouel)
Commits
  • 7663fb1 fix: Correct event-type setting for on-comment prs
  • be424e4 fix: Revert GitOps event_type to pull_request
  • d149fa8 Replace deprecated GetMergeRequestChanges function
  • aec0e67 docs: fix typo tkn pac resolver -> tkn pac resolve
  • 7bd9ed0 Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7
  • 9cd8ba8 move to upstream ruff image
  • dc5b23e Bump docker/build-push-action from 6.0.0 to 6.1.0
  • 639d92c Update resolver.md
  • 8b04645 Bump ko-build/setup-ko from 0.6 to 0.7
  • afeee53 Implement GetTaskURI for GitLab provider
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/openshift-pipelines/pipelines-as-code](https://github.com/openshift-pipelines/pipelines-as-code) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/openshift-pipelines/pipelines-as-code/releases)
- [Changelog](https://github.com/openshift-pipelines/pipelines-as-code/blob/main/.goreleaser.yml)
- [Commits](openshift-pipelines/pipelines-as-code@v0.27.1...v0.27.2)

---
updated-dependencies:
- dependency-name: github.com/openshift-pipelines/pipelines-as-code
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Used by dependabot - identifies all PRs created by dependabot kind/misc Categorizes issue or PR as a miscellaneuous one. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. labels Jul 8, 2024
@tekton-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 8, 2024
Copy link
Member

@jkandasa jkandasa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 8, 2024
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jkandasa

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 8, 2024
@tekton-robot tekton-robot merged commit e85db6b into main Jul 8, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/openshift-pipelines/pipelines-as-code-0.27.2 branch July 8, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependencies Used by dependabot - identifies all PRs created by dependabot kind/misc Categorizes issue or PR as a miscellaneuous one. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesnt merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants