Skip to content

Commit

Permalink
chore(main): release 0.7.1 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 18, 2024
1 parent 74ef220 commit 7af2ac6
Show file tree
Hide file tree
Showing 4 changed files with 19 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.0"
".": "0.7.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit 7af2ac6

Please sign in to comment.