Skip to content

Commit efe3885

Browse files
StringKeclaude
andcommitted
chore: bump version to 0.14.0
Release v0.14.0 with Zero Trust CRDs: - 14 new CRDs for Access, Gateway, Device, and Network management - WARP routing support for private network access - Upstream PR fixes (#178, #166, #158) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ecfd2b8 commit efe3885

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.13.1
6+
VERSION ?= 0.14.0
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ kind: Kustomization
99
images:
1010
- name: controller
1111
newName: ghcr.io/stringke/cloudflare-operator
12-
newTag: 0.13.1
12+
newTag: 0.14.0

0 commit comments

Comments
 (0)