chore(deps): update module github.com/openshift-pipelines/pipelines-as-code to v0.48.0#1636
Conversation
9d244ea to
3cc78a0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #1636 +/- ##
==========================================
- Coverage 87.43% 81.49% -5.95%
==========================================
Files 34 34
Lines 3566 3566
==========================================
- Hits 3118 2906 -212
- Misses 285 512 +227
+ Partials 163 148 -15
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
f9a998d to
75580b0
Compare
ebca5d7 to
38ab488
Compare
fe499a3 to
60a7e04
Compare
3af9371 to
5396824
Compare
5396824 to
8b2907b
Compare
|
🤖 Finished Review · ✅ Success · Started 8:19 PM UTC · Completed 8:22 PM UTC |
99ae02b to
9353a7d
Compare
|
🤖 Finished Review · ✅ Success · Started 8:07 PM UTC · Completed 8:11 PM UTC |
|
🤖 Review · ❌ Terminated · Started 1:17 PM UTC · Ended 1:23 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 8:57 PM UTC · Completed 9:01 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 8:30 PM UTC · Completed 8:36 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 1:59 PM UTC · Completed 2:05 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 5:46 PM UTC · Completed 5:51 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 11:24 AM UTC · Completed 11:30 AM UTC |
|
🤖 Finished Review · ✅ Success · Started 3:34 PM UTC · Completed 3:40 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 10:44 AM UTC · Completed 10:48 AM UTC |
|
🤖 Finished Review · ❌ Failure · Started 4:37 PM UTC · Completed 4:43 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 2:28 PM UTC · Completed 2:32 PM UTC |
|
🤖 Finished Review · ✅ Success · Started 1:34 AM UTC · Completed 1:40 AM UTC |
…s-code to v0.48.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
|
🤖 Finished Review · ✅ Success · Started 2:39 PM UTC · Completed 2:43 PM UTC |
This PR contains the following updates:
v0.46.0→v0.48.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
openshift-pipelines/pipelines-as-code (github.com/openshift-pipelines/pipelines-as-code)
v0.48.0Compare Source
Pipelines as Code version v0.48.0
OpenShift Pipelines as Code v0.48.0 has been released 🥳
✨ Major changes and Features
🐛 Bug Fixes
?secret=<value>was logged verbatim. Now logs only the URL path.secrets/deletepermission from the controller ServiceAccount, following the principle of least privilege.⚙️ Chores
Installation
To install this version you can install the release.yaml with
kubectlfor your platform :Openshift
Kubernetes
Documentation
The documentation for this release is available here :
https://docs.pipelinesascode.com/v0.48.0
Changelog
3811249: chore(deps): bump knative/eventing to v0.49.0 (@theakshaypant)4d0454b: chore(deps): bump mxschmitt/action-tmate from 3.23 to 3.24 (@dependabot[bot])bd262aa: chore: update incoming webhook legacy params deprecation message (@zakisk)67cfa52: docs(profiling): update guide for OTel migration (@theakshaypant)32820cb: feat(gitea): implement GetTaskURI for remote task resolution (@theakshaypant)4dac4d6: feat: Add deprecation warnings for Tekton Hub integration (@chmouel)0bb2f82: feat: add TLS configuration support (@zakisk)223e39c: fix(ci): parse JSON test output for Slack notifications (@theakshaypant)0017828: fix(github): scope App token to triggering repo (@theakshaypant)69fa323: fix(release): preserve dots in image tags for version tag pushes (@chmouel)ee5d9b0: fix(resolve): deep-copy cached resources before inlining (@theakshaypant)2c03760: fix(security): redact query string from incoming webhook log (@infernus01)402d5c7: fix: prevent GitHub Enterprise header hijacking in app token requests (@chmouel)8854274: fix: remove unused secrets/delete permission from controller (@chmouel)v0.47.0Compare Source
Pipelines as Code version v0.47.0
OpenShift Pipelines as Code v0.47.0 has been released 🥳
✨ Major changes and Features
join(),replace(),substring(),split(),trim(),upperAscii(),lowerAscii()and other standard CEL string/list operations inon-cel-expressionannotations and{{ cel: }}template expressions.kubectl describe.🐛 Bug Fixes
on-path-changeandon-cel-expressionfilters silently skipping PipelineRuns when the push event is a merge commit with no listed file changes; the Bitbucket/changesAPI is now used to diff the actual modified files./test: When a user posts/test custom1=value, the key=value argument was incorrectly treated as a PipelineRun name and bypassed on-comment annotation matching; it is now correctly passed through as a parameter.pipelineruns/statusupdate permissions; the generated status sync is now disabled for the watcher.⚙️ Chores
CleanValueKubernetesto point to the right Kubernetes label specification.gomodguardlinter withgomodguard_v2and disabled theinlinegovet check to reduce false positives.Installation
To install this version you can install the release.yaml with
kubectlfor your platform :Openshift
Kubernetes
Documentation
The documentation for this release is available here :
https://docs.pipelinesascode.com/v0.47.0
What's Changed
New Contributors
Full Changelog: tektoncd/pipelines-as-code@v0.46.0...v0.47.0
Changelog
25b9307: add sanification of the input and improve logic (@filariow)c615efb: chore(github): emit event when API rate limit exceeded (@theakshaypant)9db1fec: chore: update golangci linter configuration (@chmouel)2b9a6f1: ci: update golangci-lint to v2.12.2 (@theakshaypant)861a507: docs(on-comment): warn against built-in commands (@theakshaypant)445941b: feat(cel): enable string and list extension functions in CEL expressions (@zakisk)f841d2d: fix(bitbucket-datacenter): detect changes on merged PR push (@zakisk)529a725: fix(gitlab): post MR comment on inaccessible fork (@theakshaypant)4b1d7f7: fix(opscomments): skip key=value args as PR names (@theakshaypant)4c7b0e0: fix(reconciler): skip watcher status updates (@chmouel)6522de8: fix: label values when dot are present (@filariow)5226968: fix: linter complaints (@filariow)e75942f: fix: move from RFC1123 to LabelValue (@filariow)f05bcd0: fix: point to the right doc in formatting (@filariow)a43ae55: fix: remove unneeded check (@filariow)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.