Releases: openshift-pipelines/pipelines-as-code
v0.24.2
Pipelines as Code version v0.24.2
OpenShift Pipelines as Code v0.24.2 has been released 🥳
This release address a bug when using Pipelines as Code concurrency with multiple controllers 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.24.2/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.2/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-24-2.pipelines-as-code.pages.dev
Changelog
- 24313af: Fix TestGithubSecondPullRequestConcurrency test (@chmouel)
- 16f7c77: Fix release pipeline for wrong version (@piyush-garg)
- 9bfbf19: Fix version and release yaml (@piyush-garg)
- 3f138b9: Release yaml generated from d4fa4c5 for release 0.24.1 (@)
- e8f1752: fix race conditions on pr concurrency (@chmouel)
v0.24.1
Pipelines as Code version v0.24.1
OpenShift Pipelines as Code v0.24.1 has been released 🥳
- This release address a bug when using GitOps comments with the GitLab provider not posting pipelinerun status as comment. 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.24.1/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.1/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-24-1.pipelines-as-code.pages.dev
Changelog
v0.24.0
Pipelines as Code version v0.24.0
OpenShift Pipelines as Code v0.24.0 has been released 🥳
This major release introduce new features among bugfixes, testing and docs.
-
Add support for fetching pipeline from hub in annotation: PAC now supports fetching pipeline from hub if specified with annotation
pipelinesascode.tekton.dev/pipeline
. Only one annotation can be provided and can specify the version of pipeline custom hub just same like task. PR -
Removed duplicate filed from changed file: Now changed files will not contain the duplicate name if same file is changed in multiple commits. PR
-
Fix data race while using multiple PAC controller. PR
-
Validate the length of secret name conforming to k8s rules. 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.24.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.24.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://docs.pipelinesascode.com/v0.24.0/
Changelog
- fc2ceb8: Add docs generation script (@chmouel)
- 766736c: Add namespace argument in the script (@pratap0007)
- 07ebf15: Add support for fetching pipeline from hub (@piyush-garg)
- b9c1715: Bump actions/cache from 3 to 4 (@dependabot[bot])
- eb2b6f3: Bump docker/metadata-action from 5.5.0 to 5.5.1 (@dependabot[bot])
- 00b6cfa: Bump tektoncd/pipeline to v0.56.0 LTS (@piyush-garg)
- 574f93d: Corrected metrics title (@savitaashture)
- 4ffa114: Make sure to make the secret conforms to k8 naming (@chmouel)
- f4b9d1a: Make sure to remove duplicates from changed files (@chmouel)
- f219c99: Only report failed kind e2e when not pull request (@chmouel)
- 5b1c594: Readd slack notification on failure (@chmouel)
- 14343a8: Revised if statement to address validation of names (@savitaashture)
- b0f191b: Use a mutex when updating the PAC info (@chmouel)
- 4bdfa0f: e2e: add more log of where the github push going (@chmouel)
- f161688: fix if conditions on kind-e2e-tests (@chmouel)
- f781a4c: ignore coverage files in gitignore (@chmouel)
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