From 7af2ac68fc1f780e7201f5800cfb35b7c1bf2852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:22:36 +1100 Subject: [PATCH] chore(main): release 0.7.1 (#164) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ README.md | 4 ++-- config/manager/kustomization.yaml | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca6139..13708fa5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d7dba990..181056aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.7.1](https://github.com/pl4nty/cloudflare-kubernetes-gateway/compare/v0.7.0...v0.7.1) (2024-11-18) + + +### Bug Fixes + +* Allow cloudflared ICMP proxy feature ([#165](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/165)) ([131d363](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/131d3637f74317974b35c3956e621140eb27fda0)) +* **deps:** update kubernetes packages to v0.31.2 ([#171](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/171)) ([fa2f8c6](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/fa2f8c6e4229bd7a9d7d59153729a274032bf578)) +* **deps:** update module github.com/onsi/ginkgo/v2 to v2.21.0 ([#175](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/175)) ([0b45d68](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/0b45d687701ea697efa23129f6c95f0bc40035ba)) +* **deps:** update module github.com/onsi/gomega to v1.35.1 ([#176](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/176)) ([826aafa](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/826aafa84e2fbf0d27b3b42c202473b34dcf37af)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.1 ([#173](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/173)) ([9e86f68](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/9e86f683bcc7999ec9e200afea0fb234215966d7)) +* **deps:** update module sigs.k8s.io/gateway-api to v1.2.0 ([#154](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/154)) ([862cd3b](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/862cd3b644171a9df464b34e1b2e711455e7f80c)) +* release created condition in CI ([eb7eb6a](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/eb7eb6a50ec66897d2c918c83725e1f76c16f3e0)) +* release created condition in CI ([d754ad3](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/d754ad3fd220fd2bf8e217e89ad2b04060d2e02e)) +* support for exotic platforms in base image ([1de2742](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/1de2742305fc9c0247894631db4f06d3dffcbb16)) + ## [0.7.0](https://github.com/pl4nty/cloudflare-kubernetes-gateway/compare/v0.6.0...v0.7.0) (2024-10-13) diff --git a/README.md b/README.md index fcd29060..2ec9a34a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Manage Kubernetes ingress traffic with Cloudflare Tunnels via the [Gateway API]( ## Getting Started 1. Install v1 or later of the Gateway API CRDs: `kubectl apply -k github.com/kubernetes-sigs/gateway-api//config/crd?ref=v1.0.0` -2. Install cloudflare-kubernetes-gateway: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/default?ref=v0.7.0` +2. Install cloudflare-kubernetes-gateway: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/default?ref=v0.7.1` 3. [Find your Cloudflare account ID](https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids/) 4. [Create a Cloudflare API token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) with the Account Cloudflare Tunnel Edit and Zone DNS Edit permissions 5. Use them to create a Secret: `kubectl create secret -n cloudflare-gateway generic cloudflare --from-literal=ACCOUNT_ID=your-account-id --from-literal=TOKEN=your-token` @@ -57,7 +57,7 @@ spec: port: 80 ``` -8. (optional) Install Prometheus ServiceMonitors to collect controller and cloudflared metrics: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/prometheus?ref=v0.7.0` +8. (optional) Install Prometheus ServiceMonitors to collect controller and cloudflared metrics: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/prometheus?ref=v0.7.1` ## Features diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f5bd8368..ed0b7f96 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/pl4nty/cloudflare-kubernetes-gateway - newTag: v0.7.0 # x-release-please-version + newTag: v0.7.1 # x-release-please-version