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.31.0 #109

Open
github-actions bot opened this issue Dec 18, 2024 · 0 comments
Open

[openshift-pipelines/pipelines-as-code] v0.31.0 #109

github-actions bot opened this issue Dec 18, 2024 · 0 comments

Comments

@github-actions
Copy link
Contributor

OpenShift Pipelines as Code v0.31.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.31.0/release.yaml

Kubernetes

kubectl apply -f https://github.com/openshift-pipelines/pipelines-as-code/releases/download/v0.31.0/release.k8s.yaml

Documentation

The documentation for this release is available here :

https://release-v0-31-0.pipelines-as-code.pages.dev

What’s New?

  • 🚀 Features

    • New CLI command for testing glob patterns against Git directories. #1841
    • Support for escaped commas (,) in PipelineRun annotations. #1825
  • 🛠️ Fixes

    • Fixed generateName matching for webhooks. #1855
    • Resolved CEL issues for Bitbucket Server push events. #1857
    • Improved YAML validation and error handling for Bitbucket Server. #1846
    • Reduced E2E test flakiness caused by Go’s timer behavior changes. #1856
    • Skipped flaky tests on OSX ARM64. #1848
    • Prevented empty onEvent and onTargetBranch annotations. #1851
  • 🔄 Refactors

    • Refactored YAML validation for better readability. #1858
    • Migrated to new GitLab Go API client. #1866
  • 🔧 Dependency Updates

    • Updated golang.org/x/crypto to avoid vulnerabilities. #1861
    • Bumped docker/build-push-action to v6.10.0. #1842
  • 📝 Documentation

    • Improved wording and examples for on-path-change and ignore functionality. #1860
    • Added GitLint to Makefile for pre-commit checks. #1860
  • 🧪 Testing

    • Added E2E test for GitHub cancel-in-progress. #1865
    • Enhanced Gitea test for bad YAML. #1864
  • Miscellaneous

    • Added support matrix shortcode to policy guide. #1868
    • Enabled disabling health probes via an environment variable. #1862

📊 Summary

Category Count
🚀 Features 2
🛠️ Fixes 6
🔄 Refactors 3
🔧 Dependency Updates 3
📝 Documentation 2
🧪 Testing 3
❇ Misc 3

Full Changelog: GitHub Release

New Contributors 🙏🏻

https://github.com/openshift-pipelines/pipelines-as-code/releases/tag/v0.31.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