Skip to content

Commit

Permalink
chore(main): release 0.8.1 (#210)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 9, 2025
1 parent d34e944 commit 2ab8785
Show file tree
Hide file tree
Showing 4 changed files with 12 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.8.0"
".": "0.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.1](https://github.com/pl4nty/cloudflare-kubernetes-gateway/compare/v0.8.0...v0.8.1) (2025-01-09)


### Bug Fixes

* **deps:** update cloudflare/cloudflared docker tag to v2025 ([#209](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/209)) ([1e957a3](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/1e957a3fbf9cbe5b4edb54d1336ab17ec03c0e89))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.4 ([#208](https://github.com/pl4nty/cloudflare-kubernetes-gateway/issues/208)) ([d34e944](https://github.com/pl4nty/cloudflare-kubernetes-gateway/commit/d34e9444814755b0b8da5a35a0c7adeadbf7f6f4))

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


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.8.0` <!-- x-release-please-version -->
2. Install cloudflare-kubernetes-gateway: `kubectl apply -k github.com/pl4nty/cloudflare-kubernetes-gateway//config/default?ref=v0.8.1` <!-- 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.8.0` <!-- 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.1` <!-- 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.8.0 # x-release-please-version
newTag: v0.8.1 # x-release-please-version

0 comments on commit 2ab8785

Please sign in to comment.