OpenShift Pipelines as Code v0.33.0
πͺ 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.33.0/release.yaml
Kubernetes
kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.33.0/release.k8s.yaml
Documentation
The documentation for this release is available here :
https://release-v0-33-0.pipelines-as-code.pages.dev
Whatβs New?
-
π Features
- Implement GetFiles Func of Bitbucket Server Provider for CEL Expression. #1917
- Implement Set Client func in Bitbucket Server. #1894
- Added changes field in push event struct for Bitbucket server. #1886
- Started a new project for prow like PR management on PAC (still a WIP):
https://github.com/openshift-pipelines/pac-boussole
-
π οΈ Fixes
- Validate Repository URL on creation. #1926
- Fix GitOps Command Issue on Pushed Commit by Unauthorized User. #1922
- Fix forcetypeassert errors. #1933
- Fix handle multiline trigger comment var properly. #1934
- Fix image path in generate-releaseyaml.sh. #1920
- Fix TestGithubSecondCancelInProgress test condition. #1895
- Fix GitLab MR Not Updated Issue on Forked Repository. #1892
- Fix goreleaser Issue. #1893
- strip spaces and newlines from the comment before matching. #1924
- Fix Default Branch Issue on GitOps Comment Event in GitHub. #1918
- Fix ok-to-test comment issue for external user on GitHub. #1899
- fix(gitlab): correct the issues with obtaining pr or branch name #1901
- fix(gitlab): correct the value of SHATitle in Merge event #1902
-
π Refactors
-
π§ Dependency Updates
-
π Documentation
-
π§ͺ Testing
-
β Miscellaneous
π Summary
Category | Count |
---|---|
π Features | 3 |
π οΈ Fixes | 9 |
π Refactors | 2 |
π§ Dependency Updates | 3 |
π Documentation | 4 |
π§ͺ Testing | 2 |
β Misc | 3 |
New Contributors ππ»
All Changes
- Fix goreleaser Issue by @zakisk in #1893
- Fix GitLab MR Not Updated Issue on Forked Repository by @zakisk in #1892
- Bump docker/build-push-action from 6.12.0 to 6.13.0 by @dependabot in #1896
- fix TestGithubSecondCancelInProgress test conditio by @chmouel in #1895
- Clearification About GitOps commands on closed Pull Requests by @zakisk in #1897
- feat: add prow like PR management by @chmouel in #1903
- chore: remove @ symbol in /assign /unassign prow by @chmouel in #1904
- feat(prow): use request review for assign/unassign by @chmouel in #1905
- fix(gitlab): correct the value of SHATitle in Merge event by @l-qing in #1902
- Use prow from the pipelines-as-code-prow repo by @chmouel in #1908
- fix: correct the issues with obtaining pr or branch name by @l-qing in #1901
- feat(prow): add merge command and update params by @chmouel in #1910
- Implement Set Client func in Bitbucket Server by @zakisk in #1894
- Add Docs for Block Values in PAC Dynamic Variables by @zakisk in #1907
- Fix ok-to-test comment issue for external user on GitHub by @zakisk in #1899
- docs: Add Developer Resources documentation to Documentation menu by @aThorp96 in #1900
- Update go-github to v68 by @chmouel in #1909
- Update Jenkins-x/go-scm version by @zakisk in #1912
- Use KO for building and pushing images by @chmouel in #1913
- Add repo name on KO_DOCKER_REPO by @chmouel in #1915
- Add test for pkg/cli/color by @chmouel in #1916
- test: add unit tests for IOStreams package by @chmouel in #1919
- Fix image path in generate-releaseyaml.sh by @chmouel in #1920
- Fix trigger_comment newline by @chmouel in #1921
- Add rebase command to prow commands by @chmouel in #1923
- Fix Default Branch Issue on GitOps Comment Event in Github by @zakisk in #1918
- Implement GetFiles Func of Bitbucket Server Provider for CEL Expression by @zakisk in #1917
- fix: Validate Repository URL on creation by @chmouel in #1926
- chore: remove Dockerfile and update dev docs by @chmouel in #1927
- Clarification About GitOps Command Execution on Pushed Commits by @zakisk in #1911
- fix: strip spaces and newlines from the comment before matching by @chmouel in #1924
- pac-Prow has been renamed to boussole by @chmouel in #1928
- fix(golangci-lint): fix forcetypeassert errors by @chmouel in #1933
- fix handle multiline trigger comment var properly by @chmouel in #1934
- Fix GitOps Command Issue on Pushed Commit by Unautorized User by @zakisk in #1922
Full Changelog: v0.32.0...v0.33.0