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.28.1 to 0.29.0 #184

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps github.com/openshift-pipelines/pipelines-as-code from 0.28.1 to 0.29.0.

Release notes

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

v0.29.0

Pipelines as Code version v0.29.0

OpenShift Pipelines as Code v0.29.0 has been released 🥳

This version bring many fixes and performances improvement.

  • Performance and Metrics Enhancements

    • New metrics added to monitor pipeline run durations and active runs, improving observability.
  • Git Provider Improvements

    • Fixed issues with GitLab handling for over 20 files in .tekton/.
    • Enhanced GitLab pagination for improved handling of merge request diffs.
    • Improved error handling and fixed crashes for invalid Bitbucket payloads.
  • Bitbucket Server fixes

    • Fixed panic issues in the PAC controller when dealing with empty commits and tag deletion events on GitLab.
    • Addressed pipeline variable resolution issues on Bitbucket Server.
    • Ensure Git authentication token validity before processing to prevent security risks.
  • Bitbucket Cloud fixes

    • Fixed tag reference issues on Bitbucket Cloud.
  • Concurrency

    • Enhanced handling of concurrency, including the Watcher queue initialization and failure continuation. Watcher used to fail and not being able to process other PipelineRun when a failure was occurring when starting the PipelineRun (on for example on a busy server). This now has been fixed.
  • Documentation and Usability Updates

    • Various minor fixes, including typo corrections, markdown linting, and installation guidance improvements.
    • Bumped versions for dependencies such as docker/build-push-action and jwt, improving security and compatibility.

Installation

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

OpenShift

... (truncated)

Commits
  • 2609b4b Continue when failing the concurrency (#1810)
  • 7e6c443 Fix Variables Resolution in PipelineRun on Bitbucket Server (#1817)
  • 684efda Fix tag ref for Bitbucket Cloud (#1782)
  • e4a3b86 add dependabot auto merge
  • 3723cde Fix gitauth secrets cleanup
  • 3e8567c Allow disabling HA with PAC_DISABLE_HA
  • cf499ef Make sure we collect the right prun in the Queue
  • 9dd1a16 Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
  • eed98d8 Add gitlab pagination for diff listing
  • 29db090 Expose config for Watcher performance tuning
  • 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.28.1 to 0.29.0.
- [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.28.1...v0.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 11, 2024
@vdemeester vdemeester merged commit 9a8dd21 into main Nov 11, 2024
3 checks passed
@vdemeester vdemeester deleted the dependabot/go_modules/github.com/openshift-pipelines/pipelines-as-code-0.29.0 branch November 11, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant