All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.10.0 - 2024-11-08
- Go: Upgrade to v1.23.2.
- Main: Implement pagination.
- Main: Report triggers with unknown arguments.
0.9.0 - 2024-09-16
- Upgraded Go to v1.23.1
- Upgraded Kubernetes dependencies to latest
0.8.1 - 2024-09-05
- Correctly handle user logins with
[bot]
in their name
0.8.0 - 2024-08-30
- Add the GitHub username as a label on the PipelineRun
0.7.1 - 2024-07-22
- Correctly check for draft
0.7.0 - 2024-07-22
- Handle draft PRs and if triggered from opening add a comment stating that the trigger was ignored
0.6.0 - 2024-07-18
0.5.0 - 2024-04-05
- Added gsociprivate-pull-secret imagePullSecret to task run template
0.4.1 - 2024-04-04
- Update RegEx to support optional whitespace infront of
/run
commands
0.4.0 - 2024-03-11
- Updated Tekton Pipelines to latest release
- Updated the base Dockerfile to Go v1.22
0.3.0 - 2024-02-05
- Added
securityContext
to task pod