Skip to content

v0.33.0

Latest
Compare
Choose a tag to compare
@osp-pac osp-pac released this 14 Feb 14:28
· 92 commits to main since this release

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