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.25.0 to 0.26.0 #146

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Bumps github.com/openshift-pipelines/pipelines-as-code from 0.25.0 to 0.26.0.

Release notes

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

v0.26.0

Pipelines as Code version v0.26.0

OpenShift Pipelines as Code v0.26.0 has been released 🥳

This is a major release with major new changes:

  • Passing arguments to /test, /retest or gitops comments. You can now pass argument as key/value to the gitops commands to let you redefined the standard params or custom params. PR Doc

    2parameters-as-args.mp4
  • ConfigMap is now getting watch on change instead of read every time on every requests, which should generate less loads on the cluster PR

  • Pipelines-as-Code random entropy has now increased from 4 to 6 which should avoid name conflicts when there is a lot of pipelineruns PR

  • Validation Error of a PipelineRuns are now reported properly to the events stream of the user PR

  • When there is a initial failure with Pipelines as Code when for example there is an issue with the cluster, the error was previously left after doing a /retest until we update the PR with a new SHA, this now should get cleared PR

  • When we were doing gitops commands (like /test /retest or others) we were previously acting on deleted comments, we are now only acting on newly created comment PR

  • A lot of refactoring under the hood to make the code a bit more optimised.

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.26.0/release.yaml

Kubernetes

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

Documentation

The documentation for this release is available here :

https://release-v0-26-0.pipelines-as-code.pages.dev

Changelog

  • bf0a99cfc5aa74e9d8c66a101496e44b249f1dca: Add doc for passing arguments to GitOps commands (@​chmouel)
  • 755cbbd843cc00e07bb90c4d33bc1b1f2a609b7a: Add e2e for pass-arguments-to-gitops-comments (@​chmouel)
  • d9750b22af099209f24e13e54c51829ec2395db5: Adds configutils package to validate and assign config (@​sm43)
  • 5ecb9ead0fd8a8dfb1e4c5e49b093e0b09cc9c12: Cleanup unused code (@​sm43)
  • 25443d2063b8e576b1142cf851d1b1f4579a4899: Console UI: define a copy of pacopts instead from run (@​sm43)
  • 77935d350933a25012716ea3e6bd3c9ef9905424: Custom Console ui: removes SetPacInfo func with a NewCustomConsole (@​sm43)
  • 9e41b5088dad0fbd780000a0ce8c38b682663c41: Do not run e2e tests as unit tests (@​chmouel)

... (truncated)

Commits
  • d1dbd12 try to fix documentation for cloudfare docs
  • 755cbbd Add e2e for pass-arguments-to-gitops-comments
  • bf0a99c Add doc for passing arguments to GitOps commands
  • 39e9eee pass arguments as parameters to gitops comments
  • 459a40b Setup pac config syncer (#1662)
  • 9237056 Increase the entropy in generated pac secrets
  • d87b05f Fix some links in the documentation
  • 2e6478a Filter some of the noises from the logs
  • d291f32 Refactor info/pacopts: init params run with default values
  • 0b91ecd Refactors configure repo: moves config check inside provider pkg
  • 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.25.0 to 0.26.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.25.0...v0.26.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 Apr 18, 2024
@chmouel chmouel merged commit 61ce626 into main Apr 22, 2024
3 checks passed
@chmouel chmouel deleted the dependabot/go_modules/github.com/openshift-pipelines/pipelines-as-code-0.26.0 branch April 22, 2024 14:19
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