Releases: openshift-pipelines/pipelines-as-code
v0.23.0
Pipelines as Code version v0.23.0
OpenShift Pipelines as Code v0.23.0 has been released 🥳
This major release introduce new features among bugfixes, testing and docs.
-
Multiple GitHub Apps support: PaC supports now multiple GitHub Applications pointing to the same cluster, each GitHub application is attached to their own controller. There is no support for CLI or operator to deploy those extra controllers. See the documentation on how to get started deploying them. Doc, PR, Video
-
Improved changeds files (and additionally removed/changed/deleted) in CEL expressions and template variable. Doc PR
-
Add Annotation to integrate with Results. PR
-
Create config leader election configmaps PR
-
Improved metrics support for Gitlab and Bitbucket provider Doc PR
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.23.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.23.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-23-0.pipelines-as-code.pages.dev
Changelog
- a304b8a: Add -O option to not reinstall kind (@chmouel)
- 943502c: Add fix-golangci-lint and fix-linters targets (@chmouel)
- b667aba: Add more tests for consoleui.tektondashboard (@chmouel)
- d479075: Add test for applyIncomingParams (@chmouel)
- e22a349: Bump actions/upload-artifact from 3 to 4 (@dependabot[bot])
- b89347a: Bump docker/metadata-action from 5.3.0 to 5.4.0 (@dependabot[bot])
- 3efeee0: Bump docker/metadata-action from 5.4.0 to 5.5.0 (@dependabot[bot])
- 8b878cf: Bump github/codeql-action from 2 to 3 (@dependabot[bot])
- 4521bfe: Bump golang.org/x/crypto from 0.15.0 to 0.17.0 (@dependabot[bot])
- b0e5d76: Create config leader election configmaps (@piyush-garg)
- 1eec60c: Fix Dockerfile build (@piyush-garg)
- efe34de: Fix flaky unit tests (@piyush-garg)
- b14dd80: Fix golangci-linters error (@chmouel)
- 3c4ef0c: Ignore dependabot PRs for gitlint (@piyush-garg)
- 597c237: Improve get changed files (@kcloutie)
- 6bdc43d: Increase the test coverage for consoleui/openshift (@chmouel)
- c85618a: Merge kind-e2e-tests and kind-nightly together (@chmouel)
- 5df4613: Multi namespace support (@chmouel)
- 31a1acd: Only log err when failing to rm gitea test repo (@chmouel)
- 147aab1: Parse configmap on every reconcilation (@chmouel)
- 33b96b7: Revise metrics emission to reflect data for both GitLab and Bitbucket (@savitaashture)
- a8244bd: Rework the pull request template (@chmouel)
- 29ebe61: Show a better help with makefile (@chmouel)
- 53afff6: Show only the latest major versions in docs (@chmouel)
- ad1ecec: Use more pre-commit instead of make target (@chmouel)
- 10bdd7c: add annotation to integrate with Tekton Results (@ramessesii2)
- 0bd8115: fix gh-workflow-ci.sh script (@chmouel)
- 010faa8: fix lint error (@ramessesii2)
- 9b4c81a: fix make lint to have lint-python in there (@chmouel)
- b9a0a1d: fix some errors found by shellcheck (@chmouel)
- 5445980: shellcheck on all shell scripts (@chmouel)
v0.22.6
Pipelines as Code version v0.22.6
OpenShift Pipelines as Code v0.22.6 has been released 🥳
This minor release addresses the issue regarding the images are not available in previous release:
- Fix Dockerfile not getting build #1539
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.22.6/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.6/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-6.pipelines-as-code.pages.dev
Changelog
- 82e3146: Fix Dockerfile build (@piyush-garg)
- 61dcdf9: Release yaml generated from efd7828 for release v0.22.5 (@)
v0.22.5
Pipelines as Code version v0.22.5
OpenShift Pipelines as Code v0.22.5 has been released 🥳
This minor releases address a few issues, and update some of the documentation, the main fixes are:
- Fix running incoming webhook on Github Enterprise #1521 #1523
- Set timeout on http.Client when fetching remote tasks #1514
- Make sure to sort secrets by longest when hiding #1505
- Fix event_title matching by CEL on GitHub #1525
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.22.5/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.5/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-5.pipelines-as-code.pages.dev
Changelog
- db90821: Add allbinaries target to the Makefile (@chmouel)
- d928ce4: Add codespell to the lint-md (@chmouel)
- 0f662c2: Add end-to-end testing for clean GitOps comment in the pull request (@savitaashture)
- 6c4db0c: Add private URL example to GitLab URL (@chmouel)
- a43138b: Add tech preview shortcode (@chmouel)
- 3053676: Addressing the event title matching issue (@savitaashture)
- ad33c4e: Bump actions/setup-go from 4 to 5 (@dependabot[bot])
- 0971fd8: Bump docker/build-push-action from 5.0.0 to 5.1.0 (@dependabot[bot])
- 5c0708a: Bump docker/metadata-action from 5.0.0 to 5.3.0 (@dependabot[bot])
- 5ac002e: Enable new golangci-lint rules (@chmouel)
- 27ed5b5: Fixing tkn pac create repo message in README (@chmouel)
- efd7828: Increase the timeout for e2e tests (@piyush-garg)
- ac21dd4: Install deps and setup env for
make dev
(@roman-kiselenko) - 8781aab: Let deploy a new controller with a 2nd GitHub app (@chmouel)
- c91a6c0: Make sure to apply the template after generating (@chmouel)
- 8859aff: Make sure to sort secrets by longest when hiding (@chmouel)
- ec42f94: Make the remote annotations from pipelines as TP (@chmouel)
- 453a948: Move second-controller.py to hack/ (@chmouel)
- 5ea2be0: Refactor getInstallationIDFromPayload function (@chmouel)
- 6083a01: Refactor provider Interface (@chmouel)
- dbaafb1: Remove black and use ruff format to format check (@chmouel)
- 1c04d70: Remove tmate debug and only enable it when requet (@chmouel)
- 430122a: Removed tkn-pac resolve message from generate command (@savitaashture)
- bd4ad2f: Resolve GitOps comment problem with push requests (@savitaashture)
- 823ebbb: Set timeout for http.Client (@chmouel)
- 9a00add: Setup some debug to debug the e2e tests (@chmouel)
- a8826c7: Update all dependencies (@chmouel)
- acb4bd9: Update go-toolset image to latest (@chmouel)
- a85fc2e: Update pre-commit hooks (@chmouel)
- 646c4af: Update test yaml with increased timeout (@savitaashture)
- bfb0107: Update vale styles to latest (@chmouel)
- f0267bd: add properly the namespace (@chmouel)
- c0e0e5d: fix running incoming webhook on GHE (@chmouel)
- a105d55: make ci working still until we merge #1518 (@chmouel)
- 18bb994: pass ghe url when creating prun on incoming event (@chmouel)
- dfd126d: properly create the second secret (@chmouel)
- 6dcb48e: set --controller-image to ko for e2e tests (@chmouel)
- 1ca0631: we need to create the configmap before patching it (@chmouel)
v0.22.4
Pipelines as Code version v0.22.4
OpenShift Pipelines as Code v0.22.4 has been released 🥳
The minor release fixes GitOps comment problem with push requests as well as updated doc to indicate some of the features as beta
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.22.4/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.4/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-4.pipelines-as-code.pages.dev
Changelog
v0.22.3
Pipelines as Code version v0.22.3
OpenShift Pipelines as Code v0.22.3 has been released 🥳
This release addresses concealing secrets within logs by sorting them by the longest. If two secrets share the same prefix, the shorter one may obscure first, revealing the end of the longer one, especially within a loop where text replacements don't occur.
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.22.3/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.3/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-3.pipelines-as-code.pages.dev
Changelog
v0.22.2
Pipelines as Code version v0.22.2
OpenShift Pipelines as Code v0.22.2 has been released 🥳
This release bump the knative dependency to address a CVE issue #1503
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.22.2/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.2/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-2.pipelines-as-code.pages.dev
Changelog
v0.22.1
Pipelines as Code version v0.22.1
OpenShift Pipelines as Code v0.22.1 has been released 🥳
This minor release fixes the pac policy issue that was introduced in the previous release. The policy would still allow organisation users even if the policy was set and the users was not in the policy groups specified. Demo: https://youtu.be/watch?v=Zfp6p3Cfgvw PR: #1497
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.22.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.1/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-1.pipelines-as-code.pages.dev
Changelog
v0.22.0
Pipelines as Code version v0.22.0
OpenShift Pipelines as Code v0.22.0 has been released 🥳
Changes
-
Support of remote task on remote Pipeline
- Pipelines as Code introduces the capability to add remote tasks on remote Pipeline, allowing to share a remote Pipeline across multiple repositories.Users can override tasks from the remote pipeline by adding a task with the same name.
- Doc: https://release-v0-22-0.pipelines-as-code.pages.dev/docs/guide/resolver/#overriding-tasks-from-a-remote-pipeline-on-a-pipelinerun
- Demo: https://youtu.be/PetZInZTbM8?si=4P6VoYnl_dSbMAjG
-
Pipelines as Code now enables access to the complete body and headers through the template variable, with CEL filtering available as a CEL expression.
-
Pipelines as Code now displays improved status messages, providing enhanced details that include both the Namespace and the associated PipelineRun.
-
Add GitOps comments functionality to push request
-
In Pipelines as Code, users can now include GitOps comments for commits on push requests, utilizing commands such as /test, /retest, and /cancel. The supported GitOps comments encompass:
- /test, /test branch:stable
- /retest, /retest branch:stable
- /cancel, /cancel branch:stable
- /test , /test branch:stable
- /retest , /retest branch:stable
- /cancel , /cancel branch:stable
-
Doc: test comments, cancel comments
-
Demos:
-
If a user specifies commands like /retest or /test without any argument in a comment on a branch, the test will automatically be performed on the main branch.
-
If the user includes a branch specification such as
/retest branch:test
or/test branch:test
, the test will be executed on the commit where the comment is located, with the context of thetest
branch.
-
-
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.22.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.22.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-22-0.pipelines-as-code.pages.dev
Changelog
- f2db9f7: Add GitOps comments functionality to push request (@savitaashture)
- e07e441: Add a better status message (@chmouel)
- efe8613: Add cel filtering for matching on body and headers (@chmouel)
- b9aaf90: Add ruff python linter (@chmouel)
- 8e9305f: Add support for body and headers in params (@chmouel)
- 0edaa50: Add support of remote task on remote Pipeline (@chmouel)
- df65bf3: Bump actions/checkout from 2 to 4 (@dependabot[bot])
- c0fd155: Bump golang.org/x/net from 0.14.0 to 0.17.0 (@dependabot[bot])
- d81b08e: Bump tektoncd/pipeline to v0.53.0 (@piyush-garg)
- 2a00049: Create codacy.yml (@chmouel)
- 081caff: Docs improvements and reorganization (@chmouel)
- 37ec9a9: Fix secret cleanup issue (@savitaashture)
- 33c9f63: Fix using gitclone clustertask when detected avail (@chmouel)
- 9569021: Make status message as templates (@chmouel)
- 6978c28: Redirect to the page on docs (@chmouel)
- 3e271fd: Remove 0.15.1 pin dependency (@chmouel)
- 03330fb: Remove codacy and add codeql (@chmouel)
- c499b22: Rephrase the getting started guide (@chmouel)
- 3ccb287: Update container images SHA256 to the latest (@chmouel)
- 8c59966: Update dependencies (@chmouel)
- adfd2fc: Update go-toolset to latest (@chmouel)
- 7f0f4f0: Update hugo-book to latest version (@chmouel)
- 1f1be2c: Use ruff in pre-commit (@chmouel)
- 6920760: chore: add k8s resource name formatter (@vbelouso)
- 48fe45f: chore: repository name sanitizer (@vbelouso)
- dd018a1: fix spelling mistake (@vbelouso)
- b8a129b: fix(gitlab/webhooks): revision when there are multiple commits (@TheiLLeniumStudios)
- f0b6fdd: pre-commit rule update (@chmouel)
v0.21.5
Pipelines as Code version v0.21.5
OpenShift Pipelines as Code v0.21.5 has been released 🥳
This minor release fixes multiple bugs:
-
Fix secret cleanup issue when pac performs a cleanup when max-keep-runs is exceeded
PR: #1487
-
Fix using git-clone clustertask when detected avail
We now detect cluster task by default (unless user set it to false) for the git-clone if available we use it. If not we use the hub task.
PR: #1478
-
Fix fetching oldest revision when there are multiple commits as part of the same push / tag for GitLab
PR: #1488
-
Fix special character escaping for repository name
PR: #1475
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.21.5/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.21.5/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-21-5.pipelines-as-code.pages.dev
Changelog
- e7edace: Fix secret cleanup issue (@savitaashture)
- 29cf1ad: Fix using gitclone clustertask when detected avail (@chmouel)
- 73b082a: Release yaml generated from 3216956 for release v0.21.4 (@)
- 1cae5c6: chore: add k8s resource name formatter (@vbelouso)
- 4e4c471: chore: repository name sanitizer (@vbelouso)
- e2a7999: fix(gitlab/webhooks): revision when there are multiple commits (@TheiLLeniumStudios)
v0.21.4
Pipelines as Code version v0.21.4
OpenShift Pipelines as Code v0.21.4 has been released 🥳
This is a minor release addressing a security issue on the github.com/grpc/grpc-go dependency:
- This addresses GHSA-qppj-fm5r-hxr3 by not allowing more server handlers to be run than the HTTP/2 MAX_CONCURRENT_STREAMS setting.
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.21.4/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.21.4/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-21-4.pipelines-as-code.pages.dev
Changelog
- 3216956: Bump tektoncd/pipeline and grpc (@piyush-garg)