Compare commits

..

5 Commits

Author SHA1 Message Date
ff2d7cd5c6 Merge pull request 'Update cloudflare/cloudflared Docker tag to v2025.8.0' (#111) from renovate/cloudflare-cloudflared-2025.x into main
All checks were successful
release-charts-cloudflared / release (push) Successful in 20s
renovate / renovate (push) Successful in 35s
Reviewed-on: #111
2025-08-12 00:07:41 +00:00
81d33840bf downgrade actions
All checks were successful
renovate / renovate (push) Successful in 43s
2025-08-11 17:26:17 -05:00
b5a367af6a update checkout
Some checks failed
renovate / renovate (push) Failing after 2s
2025-08-11 17:10:28 -05:00
2ed348b7db Update cloudflare/cloudflared Docker tag to v2025.8.0
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 1m30s
2025-08-09 00:01:30 +00:00
8d4a0f2ba2 remove workflow
All checks were successful
renovate / renovate (push) Successful in 36s
2025-07-31 16:39:52 -05:00
3 changed files with 2 additions and 42 deletions

View File

@@ -1,40 +0,0 @@
name: process-repository
on:
schedule:
- cron: '@daily'
workflow_dispatch:
jobs:
process-repository:
runs-on: ubuntu-latest
steps:
- name: Checkout Python Script
uses: actions/checkout@v4
with:
repository: alexlebens/workflow-scripts
ref: main
token: ${{ secrets.BOT_TOKEN }}
path: workflow-scripts
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: pip install requests immutabledict
- name: Run Script
env:
INSTANCE_URL: ${{ vars.INSTANCE_URL }}
REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }}
LOG_LEVEL: DEBUG
ISSUE_STALE_DAYS: 3
ISSUE_STALE_TAG: stale
ISSUE_EXCLUDE_TAG: Renovate
PULL_REQUEST_STALE_DAYS: 3
PULL_REQUEST_STALE_TAG: stale
run: python ./workflow-scripts/process-repository.py

View File

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

View File

@@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token
# -- Default image
image:
repository: cloudflare/cloudflared
tag: "2025.7.0"
tag: "2025.8.0"
pullPolicy: IfNotPresent
# -- Default resources