Compare commits

..

3 Commits

Author SHA1 Message Date
0ee82ec2e8 chore(deps): update dependency cloudflare/cloudflared to v2026.2.0
All checks were successful
lint-and-test / lint-helm (pull_request) Successful in 16s
lint-and-test / chart-testing (pull_request) Successful in 1m53s
2026-02-07 00:32:01 +00:00
ce0c5dc817 feat: remove manager
All checks were successful
lint-and-test / lint-helm (push) Successful in 11s
release-charts-gitea-actions / release (push) Successful in 24s
lint-and-test / chart-testing (push) Successful in 30s
renovate / renovate (push) Successful in 50s
2026-02-06 18:31:19 -06:00
20ecfbeec5 fix: add bumpVersion 2026-02-06 18:31:04 -06:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: cloudflared
version: 2.2.2
version: 2.3.0
description: Cloudflared Tunnel
keywords:
- cloudflare

View File

@@ -12,5 +12,4 @@ sources:
maintainers:
- name: alexlebens
icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4
# renovate: datasource=github-releases depName=gitea/act_runner
appVersion: 0.2.11

View File

@@ -52,7 +52,13 @@
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}",
"addLabels": ["image"],
"automerge": false
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
}
]
},
{
"description": "Automerge generic-device-plugin image on digest",