Releases: BojanZelic/cloudflare-zero-trust-operator
Releases · BojanZelic/cloudflare-zero-trust-operator
0.7.1
0.7.0
0.6.0
Changelog
- 8f13055 Build Release 0.6.0
What's Changed
- create containers on pull requests by @BojanZelic in #135
- chore(deps): update codecov/codecov-action action to v5 by @renovate in #136
- Upgrade kubebuilder by @BojanZelic in #133
- kubebuilder upgrade - missed couple of things by @BojanZelic in #140
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
0.5.1
Changelog
- 5eb33d1 Build Release 0.5.1
What's Changed
- fix bug when using valueFrom within access groups by @BojanZelic in #132
Full Changelog: 0.5.0...0.5.1
0.5.0
Changelog
- 64859ff Build Release 0.5.0
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
Changelog
- 21f06a0 Build Release 0.4.0
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
Changelog
- 5683d73 Build Release 0.3.2
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
Changelog
- 9f3a4ed Build Release 0.3.1
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
Changelog
- b2e61ea Build Release 0.3.0
Breaking Changes
- AutoRedirectToIdentity = false default by @BojanZelic in #65
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
- Feat/additional access rules by @BojanZelic in #67
- fix integration tests by @BojanZelic in #70 #71 #72 #69 #68
- Basic Google Groups support by @asychev in #66
New Contributors
Full Changelog: 0.2.1...0.3.0