Skip to content

Commit 7af2ac6

Browse files
chore(main): release 0.7.1 (#164)
1 parent 74ef220 commit 7af2ac6

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.7.1"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/pl4nty/cloudflare-kubernetes-gateway/compare/v0.7.0...v0.7.1) (2024-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **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))
13+
* **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))
14+
* release created condition in CI ([eb7eb6a](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/eb7eb6a50ec66897d2c918c83725e1f76c16f3e0))
15+
* release created condition in CI ([d754ad3](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/d754ad3fd220fd2bf8e217e89ad2b04060d2e02e))
16+
* support for exotic platforms in base image ([1de2742](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/1de2742305fc9c0247894631db4f06d3dffcbb16))
17+
318
## [0.7.0](https://github.com/pl4nty/cloudflare-kubernetes-gateway/compare/v0.6.0...v0.7.0) (2024-10-13)
419

520

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Manage Kubernetes ingress traffic with Cloudflare Tunnels via the [Gateway API](
55
## Getting Started
66

77
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`
8-
2. Install cloudflare-kubernetes-gateway: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/default?ref=v0.7.0` <!-- x-release-please-version -->
8+
2. Install cloudflare-kubernetes-gateway: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/default?ref=v0.7.1` <!-- x-release-please-version -->
99
3. [Find your Cloudflare account ID](https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids/)
1010
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
1111
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:
5757
port: 80
5858
```
5959
60-
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` <!-- x-release-please-version -->
60+
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` <!-- x-release-please-version -->
6161

6262
## Features
6363

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/pl4nty/cloudflare-kubernetes-gateway
8-
newTag: v0.7.0 # x-release-please-version
8+
newTag: v0.7.1 # x-release-please-version

0 commit comments

Comments
 (0)