Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 4, 2025
1 parent 45b40ad commit db43cb1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.8.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.8.0](https://github.com/pl4nty/cloudflare-kubernetes-gateway/compare/v0.7.2...v0.8.0) (2025-01-04)


### Features

* add gateway infrastructure parameter to disable operator's deployment ([#166](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/166)) ([8388f71](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/8388f710f65e4f6383ab473da219260220a10521))
* **deps:** update cloudflare/cloudflared docker tag to v2024.12.2 ([#195](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/195)) ([7561f32](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/7561f322e3bfa3290a8913a08a4f566abf3deb34))


### Bug Fixes

* cloudflared ServiceMonitor match any namespace ([623a5e7](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/623a5e755a32f050fbcc4dec5046c3b7be1be05f))
* **deps:** update kubernetes packages to v0.32.0 ([#196](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/196)) ([f9738e6](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/f9738e601d88142e3388f283e0450c1a658a3d14))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.1 ([#201](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/201)) ([22887c7](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/22887c7a2379533d364254008ea1576afc4f76ef))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.2 ([#205](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/205)) ([d9b852d](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/d9b852d52488a1f51e4f2c0c6db25036785f95a8))
* **deps:** update module github.com/onsi/gomega to v1.36.1 ([#193](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/193)) ([150ec11](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/150ec11915eec436415875d43ee0df98149556da))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.3 ([#190](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/190)) ([f4dc86b](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/f4dc86b96f5c86e5d88b1eb9d293f30633d2d8d1))
* RBAC to disable deployment ([45b40ad](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/45b40adda0182faa219ce9ff248eed08e23eebb0))
* README split example yaml to avoid race condition, warn about orphaned hostnames ([50e9027](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/50e9027c22ebb3e46ad3827501b5ab940be4644d))

## [0.7.2](https://github.com/pl4nty/cloudflare-kubernetes-gateway/compare/v0.7.1...v0.7.2) (2024-11-30)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2` <!-- x-release-please-version -->
2. Install cloudflare-kubernetes-gateway: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/default?ref=v0.8.0` <!-- x-release-please-version -->
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`
Expand Down Expand Up @@ -59,7 +59,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.2` <!-- x-release-please-version -->
8. (optional) Install Prometheus ServiceMonitors to collect controller and cloudflared metrics: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/prometheus?ref=v0.8.0` <!-- x-release-please-version -->

## Features

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/pl4nty/cloudflare-kubernetes-gateway
newTag: v0.7.2 # x-release-please-version
newTag: v0.8.0 # x-release-please-version

0 comments on commit db43cb1

Please sign in to comment.