Skip to content

Releases: BojanZelic/cloudflare-zero-trust-operator

0.7.1

10 Jan 22:30
Compare
Choose a tag to compare

Changelog

0.7.0

04 Jan 22:52
Compare
Choose a tag to compare

Changelog

0.6.0

29 Dec 22:42
Compare
Choose a tag to compare

Changelog

What's Changed

Upgrade Instructions

This release makes some changes with how the operator exports metrics; The controller no longer needs a sidecar container for metric authentication. Please make sure you're also running 0.6.0 of the helm chart.

Full Changelog: 0.5.2...0.6.0

0.5.2

27 Dec 23:00
Compare
Choose a tag to compare

Changelog

0.5.1

27 Dec 21:32
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

24 Dec 03:35
Compare
Choose a tag to compare

Changelog

What's Changed

  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1 by @renovate in #109
  • chore(deps): update tibdex/github-app-token action to v2 by @renovate in #99
  • fix(deps): update kubernetes packages to v0.28.4 by @renovate in #89
  • chore(deps): update docker/build-push-action action to v5 by @renovate in #101
  • chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #104
  • chore(deps): update docker/setup-qemu-action action to v3 by @renovate in #112
  • fix(deps): update module github.com/cloudflare/cloudflare-go to v0.82.0 by @renovate in #113
  • Bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #122
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #121
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 by @dependabot in #124
  • fix(deps): update module github.com/spf13/viper to v1.19.0 by @renovate in #116
  • Add oidc claims support by @kadaan in #130

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

13 Nov 20:41
Compare
Choose a tag to compare

Changelog

What's Changed

  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0 by @renovate in #103
  • Upgrade golang and libs by @BojanZelic in #108
  • chore(deps): update goreleaser/goreleaser-action action to v5 by @renovate in #100
  • Cloudflare logo support for access application by @BojanZelic in #111

Full Changelog: 0.3.2...0.4.0

0.3.2

12 Oct 00:26
Compare
Choose a tag to compare

Changelog

What's Changed

  • fix(deps): update module github.com/cloudflare/cloudflare-go to v0.63.0 by @renovate in #80
  • fix(deps): update kubernetes packages to v0.26.3 by @renovate in #83
  • chore(deps): update actions/setup-go action to v4 by @renovate in #82
  • fix(deps): update module github.com/onsi/gomega to v1.27.4 by @renovate in #77
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.14.6 by @renovate in #86
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.2 by @renovate in #84
  • fix(deps): update module github.com/go-logr/logr to v1.2.4 by @renovate in #88
  • fix(deps): update module github.com/onsi/gomega to v1.27.6 by @renovate in #85
  • fix(deps): update module github.com/cloudflare/cloudflare-go to v0.65.0 by @renovate in #87
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.4 by @renovate in #91
  • fix(deps): update module github.com/cloudflare/cloudflare-go to v0.67.0 by @renovate in #90
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.5 by @renovate in #92
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.0 by @renovate in #97
  • chore(deps): update actions/checkout action to v4 by @renovate in #98
  • fix(deps): update module github.com/spf13/viper to v1.16.0 by @renovate in #96
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #105

Full Changelog: 0.3.1...0.3.2

0.3.1

14 Mar 23:54
Compare
Choose a tag to compare

Changelog

What's Changed

  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.0 by @renovate in #50
  • fix(deps): update kubernetes packages to v0.26.2 by @renovate in #62
  • add headers to autogenerated helm files by @BojanZelic in #76
  • Feature/additional policies support by @BojanZelic in #73
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.14.5 by @renovate in #48
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.9.1 by @renovate in #78
  • Helm Chart: Fix wrong ServiceAccount name in RBAC role bindings by @asychev in #75
  • remove alpha notice & notice about requring multiple auth keys by @BojanZelic in #79

Full Changelog: 0.3.0...0.3.1

0.3.0

07 Mar 03:35
Compare
Choose a tag to compare

Changelog

Breaking Changes

To Migrate:

# Ensure that autoRedirectToIdentity is set on your CloudflareAccessApplication CRs

apiVersion: cloudflare.zelic.io/v1alpha1
kind: CloudflareAccessApplication
metadata:
  name: domain-example
spec:
  autoRedirectToIdentity: true

What's New

New Contributors

Full Changelog: 0.2.1...0.3.0