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

[openshift-pipelines/pipelines-as-code] v0.33.0 #119

Open
github-actions bot opened this issue Feb 15, 2025 · 0 comments
Open

[openshift-pipelines/pipelines-as-code] v0.33.0 #119

github-actions bot opened this issue Feb 15, 2025 · 0 comments

Comments

@github-actions
Copy link
Contributor

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

  • 🛠️ 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

    • Use prow from the pipelines-as-code-prow repo. #1908
    • Use KO for building and pushing images. #1913
  • 🔧 Dependency Updates

    • Bump docker/build-push-action from 6.12.0 to 6.13.0. #1896
    • Update Jenkins-x/go-scm version. #1912
    • Update go-github to v68. #1909
  • 📝 Documentation

    • Add Developer Resources documentation to Documentation menu. #1900
    • Add Docs for Block Values in PAC Dynamic Variables. #1907
    • Clarification About GitOps Command Execution. #1911#1897
  • 🧪 Testing

    • Add unit tests for IOStreams package. #1919
    • Add test for pkg/cli/color. #1916
  • Miscellaneous

    • Remove Dockerfile and update dev docs. #1927
    • Add repo name on KO_DOCKER_REPO. #1915
    • Added changes field in push event struct for Bitbucket server. #1886

📊 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

https://github.com/openshift-pipelines/pipelines-as-code/releases/tag/v0.33.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants