Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: chmouel/pipelines-as-code

Tags

v0.36.1

Toggle v0.36.1's commit message
fix homebrew

Signed-off-by: Chmouel Boudjnah <[email protected]>

v0.35.3

Toggle v0.35.3's commit message

Partially verified

This commit is signed with the committer’s verified signature.
chmouel’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix(homebrew): goreleaser issue and cask install doc

Signed-off-by: Ben Dronen <[email protected]>

v0.35.2

Toggle v0.35.2's commit message

Verified

This tag was signed with the committer’s verified signature.
zakisk Zaki Shaikh
release v0.35.2

v0.36.0

Toggle v0.36.0's commit message

Verified

This tag was signed with the committer’s verified signature.
zakisk Zaki Shaikh
v0.36.0 release

v0.35.1

Toggle v0.35.1's commit message

Verified

This tag was signed with the committer’s verified signature.
zakisk Zaki Shaikh
Release v0.35.1

v0.35.0

Toggle v0.35.0's commit message
feat: Implement setting to skip push events for PR commits

*   Add `skip-push-event-for-pr-commits` configuration setting.
*   Skip processing push events when the commit SHA is present in an open pull
request.
*   Prevent duplicate pipeline runs triggered by both push and pull request
events for the same commit.
*   Document the new configuration setting.

Fixes openshift-pipelines#2101

Signed-off-by: Chmouel Boudjnah <[email protected]>
Co-authored-by: Gemini

v0.34.0

Toggle v0.34.0's commit message
use a static list for the list of allowed users

github.event.pull_request.user.permissions is not working

v0.33.2

Toggle v0.33.2's commit message

Verified

This tag was signed with the committer’s verified signature.
zakisk Zaki Shaikh
release v0.33.2

v0.33.1

Toggle v0.33.1's commit message

Verified

This commit was signed with the committer’s verified signature.
chmouel Chmouel Boudjnah
Backport fixes for 0.33.x

Fixes from some of the incompatibilities when doing the backport from
main to 0.33.x release

Signed-off-by: Chmouel Boudjnah <[email protected]>

v0.33.0

Toggle v0.33.0's commit message
Fix GitOps Command Issue on Pushed Commit by Unautorized User

Issue: when an unautorized user sends GitOps comment on a pushed commit,
PAC is triggering CI since access check is done only for pull_request
event in verifyRepoAndUser func of controller.

Solution: added a check for push event and Ops comment event
type in verifyRepoAndUser func.

https://issues.redhat.com/browse/SRVKP-7110

Signed-off-by: Zaki Shaikh <[email protected]>