diff --git a/Makefile b/Makefile index 0fd14a1..29ecb2f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CLOUDFLARED_IMAGE := cloudflare/cloudflared:2025.2.0 +CLOUDFLARED_IMAGE := cloudflare/cloudflared:2025.2.1 # sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.7/checksums-bsd YQ_VERSION := 4.40.7 YQ_SHA_AMD64 := 4f13ee9303a49f7e8f61e7d9c87402e07cc920ae8dfaaa8c10d7ea1b8f9f48ed diff --git a/manifest.yaml b/manifest.yaml index f8a3a0c..e42b897 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,9 +1,8 @@ id: cloudflared title: "Cloudflare Tunnel" -version: 2025.2.0 +version: 2025.2.1 release-notes: | - * Update to cloudflared 2025.2.0 - See [full changelog](https://github.com/cloudflare/cloudflared/blob/2025.2.0/RELEASE_NOTES) - * Update bundling process to use Deno emit module + * Update to cloudflared 2025.2.1 - See [full changelog](https://github.com/cloudflare/cloudflared/blob/2025.2.1/RELEASE_NOTES) license: Apache 2.0 wrapper-repo: "https://github.com/remcoros/cloudflared-startos" upstream-repo: "https://github.com/cloudflare/cloudflared" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index 35facab..ac57b72 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = compat.migrations - .fromMapping({}, "2025.2.0" ); + .fromMapping({}, "2025.2.1" );