Releases: Kuadrant/kuadrant-operator
v1.0.0-rc6
This release enables installations of Authorino Operator v0.15.0, Limitador Operator v0.12.0, DNS Operator v0.9.0, WASM Shim v0.7.0 and ConsolePlugin quay.io/kuadrant/console-plugin:v0.0.13
What's Changed
Exciting New Features 🎉
- Automate CSV generation by @didierofrivia in #37
- wasm shim image from env var by @eguzki in #41
- refactor: controller-runtime v0.16.3 by @KevFan in #246
- Enhanced observability for the limitador instance by @eguzki in #301
- refactor: align using CEL for target ref validation by @KevFan in #364
- feat: accepted policy status condition by @KevFan in #347
- Reconcile Sub Component Limitador CR by @Boomatang in #350
- feat: auth policy enforced condition by @KevFan in #411
- refactor: api machinary by @KevFan in #396
- AP Defaults by @KevFan in #503
- RLP Defaults by @KevFan in #456
- AuthPolicy Atomic Overrides by @Boomatang in #525
- RLP atomic override by @KevFan in #523
- Have Istio optional by @eguzki in #645
- refactor: parrallel tests by @KevFan in #689
- Target ref by @dlaw4608 in #691
- Update kind to v0.23.0 by @dlaw4608 in #725
- fix: tlspolicy enforced condition when certificate/issuer ready condition is missing by @KevFan in #715
- refactor: integration tests for dns & tls policy target ref CEL validation by @KevFan in #756
- Update limitador to 0.9.0 by @eguzki in #608
- Bump go version to 1.22 🚀 by @eguzki in #779
- Update Gateway API to v1.1 by @adam-cattermole in #780
- Helm Charts by @didierofrivia in #728
- Transition to Cross-Compilation for faster Docker Build Times by @dlaw4608 in #802
- feat: set quay image expiry to prevent overflow of images by @KevFan in #851
- Envoy Gateway support by @eguzki in #859
- refactor: policy machinery v0.2.0 by @KevFan in #876
- feat: check dependency for state of the world reconciler by @KevFan in #870
- wasm configuration types refactor by @eguzki in #868
- authorino version v0.18.0 by @eguzki in #898
- ratelimitpolicy v1beta3 by @eguzki in #875
- consoleplugin reconciler by @eguzki in #884
- refactor: tls policy status to state of the world tasks by @KevFan in #885
- refactor: effective tls policies reconciler by @KevFan in #927
- Install sail-operator 0.1.0 by @adam-cattermole in #944
- 951 finalize ratelimitpolicy v1beta3 by @eguzki in #976
- Support HTTPQueryParamMatch as CEL routeRuleConditions by @alexsnaps in #981
- feat: tls section name support by @KevFan in #983
- alignment: TargetSection print column for DNS and TLS policy by @KevFan in #1015
Bug Fixing 🐞
- [fix: integration-tests] Ensure Istio gateways are ready by @guicassolato in #185
- codecov: do not fail ci on error by @KevFan in #228
- docs: fix user guide authenticated rl for app devs based on authpolicy/v1beta2 by @guicassolato in #282
- Fix bug in response validation rules by @adam-cattermole in #287
- Update Keycloak examples by @guicassolato in #311
- Include missing unit test by @Boomatang in #344
- Missing space in quickstart script by @adam-cattermole in #412
- Make selection of subnet using docker more flexible. by @Boomatang in #557
- fix: isAuthPolicyEnforcedCondition failing in eventually by @KevFan in #629
- Fix override RLPs on multiple gateway parents by @guicassolato in #659
- cert manager api as dependency by @eguzki in #680
- Reconcile out of order gateway resource creation. by @Boomatang in #638
- remove cert-manager as dependency by @eguzki in #727
- Fix release workflow by @didierofrivia in #803
- fix: lower case img tags for image building by @KevFan in #783
- fix: incorrect kuadrant status if limitador/authorino is not found by @KevFan in #1000
- Case insensitive header matching and safe lookup by @alexsnaps in #1017
- Remove max number of auth rules constraint by @guicassolato in #1019
- fix: nil pointer for invalid path for auth by @KevFan in #1018
Other Changes
- update resource requirements by @eguzki in #35
- pin dev k8s cluster to 1.22.7 by @eguzki in #36
- update kuadrant core controller manifests by @eguzki in #42
- update kuadrant core controller manifests by @eguzki in #44
- reduce dev env resource requirements by @eguzki in #45
- update kuadrant core controller manifests by @eguzki in #46
- remove unused permissions by @eguzki in #43
- Kubebuilder-tools workaround for darwin/arm64 arch by @didierofrivia in #49
- Kuadrant API by @didierofrivia in #50
- Kuadrant controllers by @didierofrivia in #53
- Kuadrant reconciling by @didierofrivia in #54
- Fixing tests by @didierofrivia in #55
- Kuadrant merge docs by @didierofrivia in #63
- Fixing linting tasks by @didierofrivia in #67
- Fixing user guides by @didierofrivia in #70
- Kuadrant Merge by @didierofrivia in #48
- Change codeowners to team engineering by @didierofrivia in #101
- remove duplicated crds by @eguzki in #100
- kap remove hosts from authscheme by @eguzki in #99
- GH ACtions: multi arch images by @eguzki in #108
- Fix dependencies namespace propagation by @didierofrivia in #109
- local operator catalog raw file based format by @eguzki in #107
- Ossm merge by @alexsnaps in #112
- [changelog] Adding change log: first 2 releases logged by @didierofrivia in #114
- Example AuthPolicy - OIDC/K8s auth by @guicassolato in #116
- fixup broken links in the authpolicy example by @guicassolato in #117
- [docs] Fixing sh commands by @didierofrivia in #118
- Better CSV annotations by @didierofrivia in #120
- User guide: Protecting an API with JSON Web Tokens (JWTs) and Kubernetes authnz using Kuadrant by @guicassolato in #119
- [docs] Add rate limit to OIDC+K8s auth user guide by @guicassolato in http...
v1.0.0-rc5
This release enables installations of Authorino Operator v0.15.0, Limitador Operator v0.12.0, DNS Operator v0.9.0, WASM Shim v0.7.0 and ConsolePlugin quay.io/kuadrant/console-plugin:v0.0.13
What's Changed
Exciting New Features 🎉
- Automate CSV generation by @didierofrivia in #37
- wasm shim image from env var by @eguzki in #41
- refactor: controller-runtime v0.16.3 by @KevFan in #246
- Enhanced observability for the limitador instance by @eguzki in #301
- refactor: align using CEL for target ref validation by @KevFan in #364
- feat: accepted policy status condition by @KevFan in #347
- Reconcile Sub Component Limitador CR by @Boomatang in #350
- feat: auth policy enforced condition by @KevFan in #411
- refactor: api machinary by @KevFan in #396
- AP Defaults by @KevFan in #503
- RLP Defaults by @KevFan in #456
- AuthPolicy Atomic Overrides by @Boomatang in #525
- RLP atomic override by @KevFan in #523
- Have Istio optional by @eguzki in #645
- refactor: parrallel tests by @KevFan in #689
- Target ref by @dlaw4608 in #691
- Update kind to v0.23.0 by @dlaw4608 in #725
- fix: tlspolicy enforced condition when certificate/issuer ready condition is missing by @KevFan in #715
- refactor: integration tests for dns & tls policy target ref CEL validation by @KevFan in #756
- Update limitador to 0.9.0 by @eguzki in #608
- Bump go version to 1.22 🚀 by @eguzki in #779
- Update Gateway API to v1.1 by @adam-cattermole in #780
- Helm Charts by @didierofrivia in #728
- Transition to Cross-Compilation for faster Docker Build Times by @dlaw4608 in #802
- feat: set quay image expiry to prevent overflow of images by @KevFan in #851
- Envoy Gateway support by @eguzki in #859
- refactor: policy machinery v0.2.0 by @KevFan in #876
- feat: check dependency for state of the world reconciler by @KevFan in #870
- wasm configuration types refactor by @eguzki in #868
- authorino version v0.18.0 by @eguzki in #898
- ratelimitpolicy v1beta3 by @eguzki in #875
- consoleplugin reconciler by @eguzki in #884
- refactor: tls policy status to state of the world tasks by @KevFan in #885
- refactor: effective tls policies reconciler by @KevFan in #927
- Install sail-operator 0.1.0 by @adam-cattermole in #944
- 951 finalize ratelimitpolicy v1beta3 by @eguzki in #976
- Support HTTPQueryParamMatch as CEL routeRuleConditions by @alexsnaps in #981
- feat: tls section name support by @KevFan in #983
- alignment: TargetSection print column for DNS and TLS policy by @KevFan in #1015
Bug Fixing 🐞
- [fix: integration-tests] Ensure Istio gateways are ready by @guicassolato in #185
- codecov: do not fail ci on error by @KevFan in #228
- docs: fix user guide authenticated rl for app devs based on authpolicy/v1beta2 by @guicassolato in #282
- Fix bug in response validation rules by @adam-cattermole in #287
- Update Keycloak examples by @guicassolato in #311
- Include missing unit test by @Boomatang in #344
- Missing space in quickstart script by @adam-cattermole in #412
- Make selection of subnet using docker more flexible. by @Boomatang in #557
- fix: isAuthPolicyEnforcedCondition failing in eventually by @KevFan in #629
- Fix override RLPs on multiple gateway parents by @guicassolato in #659
- cert manager api as dependency by @eguzki in #680
- Reconcile out of order gateway resource creation. by @Boomatang in #638
- remove cert-manager as dependency by @eguzki in #727
- Fix release workflow by @didierofrivia in #803
- fix: lower case img tags for image building by @KevFan in #783
- fix: incorrect kuadrant status if limitador/authorino is not found by @KevFan in #1000
- Case insensitive header matching and safe lookup by @alexsnaps in #1017
- Remove max number of auth rules constraint by @guicassolato in #1019
- fix: nil pointer for invalid path for auth by @KevFan in #1018
Other Changes
- update resource requirements by @eguzki in #35
- pin dev k8s cluster to 1.22.7 by @eguzki in #36
- update kuadrant core controller manifests by @eguzki in #42
- update kuadrant core controller manifests by @eguzki in #44
- reduce dev env resource requirements by @eguzki in #45
- update kuadrant core controller manifests by @eguzki in #46
- remove unused permissions by @eguzki in #43
- Kubebuilder-tools workaround for darwin/arm64 arch by @didierofrivia in #49
- Kuadrant API by @didierofrivia in #50
- Kuadrant controllers by @didierofrivia in #53
- Kuadrant reconciling by @didierofrivia in #54
- Fixing tests by @didierofrivia in #55
- Kuadrant merge docs by @didierofrivia in #63
- Fixing linting tasks by @didierofrivia in #67
- Fixing user guides by @didierofrivia in #70
- Kuadrant Merge by @didierofrivia in #48
- Change codeowners to team engineering by @didierofrivia in #101
- remove duplicated crds by @eguzki in #100
- kap remove hosts from authscheme by @eguzki in #99
- GH ACtions: multi arch images by @eguzki in #108
- Fix dependencies namespace propagation by @didierofrivia in #109
- local operator catalog raw file based format by @eguzki in #107
- Ossm merge by @alexsnaps in #112
- [changelog] Adding change log: first 2 releases logged by @didierofrivia in #114
- Example AuthPolicy - OIDC/K8s auth by @guicassolato in #116
- fixup broken links in the authpolicy example by @guicassolato in #117
- [docs] Fixing sh commands by @didierofrivia in #118
- Better CSV annotations by @didierofrivia in #120
- User guide: Protecting an API with JSON Web Tokens (JWTs) and Kubernetes authnz using Kuadrant by @guicassolato in #119
- [docs] Add rate limit to OIDC+K8s auth user guide by @guicassolato in http...
v1.0.0-rc4
This release enables installations of Authorino Operator v0.14.0, Limitador Operator v0.12.0, DNS Operator v0.8.0, WASM Shim v0.7.0 and ConsolePlugin quay.io/kuadrant/console-plugin:v0.0.8
What's Changed
Exciting New Features 🎉
- Automate CSV generation by @didierofrivia in #37
- wasm shim image from env var by @eguzki in #41
- refactor: controller-runtime v0.16.3 by @KevFan in #246
- Enhanced observability for the limitador instance by @eguzki in #301
- refactor: align using CEL for target ref validation by @KevFan in #364
- feat: accepted policy status condition by @KevFan in #347
- Reconcile Sub Component Limitador CR by @Boomatang in #350
- feat: auth policy enforced condition by @KevFan in #411
- refactor: api machinary by @KevFan in #396
- AP Defaults by @KevFan in #503
- RLP Defaults by @KevFan in #456
- AuthPolicy Atomic Overrides by @Boomatang in #525
- RLP atomic override by @KevFan in #523
- Have Istio optional by @eguzki in #645
- refactor: parrallel tests by @KevFan in #689
- Target ref by @dlaw4608 in #691
- Update kind to v0.23.0 by @dlaw4608 in #725
- fix: tlspolicy enforced condition when certificate/issuer ready condition is missing by @KevFan in #715
- refactor: integration tests for dns & tls policy target ref CEL validation by @KevFan in #756
- Update limitador to 0.9.0 by @eguzki in #608
- Bump go version to 1.22 🚀 by @eguzki in #779
- Update Gateway API to v1.1 by @adam-cattermole in #780
- Helm Charts by @didierofrivia in #728
- Transition to Cross-Compilation for faster Docker Build Times by @dlaw4608 in #802
- feat: set quay image expiry to prevent overflow of images by @KevFan in #851
- Envoy Gateway support by @eguzki in #859
- refactor: policy machinery v0.2.0 by @KevFan in #876
- feat: check dependency for state of the world reconciler by @KevFan in #870
- wasm configuration types refactor by @eguzki in #868
- authorino version v0.18.0 by @eguzki in #898
- ratelimitpolicy v1beta3 by @eguzki in #875
- consoleplugin reconciler by @eguzki in #884
- refactor: tls policy status to state of the world tasks by @KevFan in #885
- refactor: effective tls policies reconciler by @KevFan in #927
- Install sail-operator 0.1.0 by @adam-cattermole in #944
- 951 finalize ratelimitpolicy v1beta3 by @eguzki in #976
- Support HTTPQueryParamMatch as CEL routeRuleConditions by @alexsnaps in #981
- feat: tls section name support by @KevFan in #983
Bug Fixing 🐞
- [fix: integration-tests] Ensure Istio gateways are ready by @guicassolato in #185
- codecov: do not fail ci on error by @KevFan in #228
- docs: fix user guide authenticated rl for app devs based on authpolicy/v1beta2 by @guicassolato in #282
- Fix bug in response validation rules by @adam-cattermole in #287
- Update Keycloak examples by @guicassolato in #311
- Include missing unit test by @Boomatang in #344
- Missing space in quickstart script by @adam-cattermole in #412
- Make selection of subnet using docker more flexible. by @Boomatang in #557
- fix: isAuthPolicyEnforcedCondition failing in eventually by @KevFan in #629
- Fix override RLPs on multiple gateway parents by @guicassolato in #659
- cert manager api as dependency by @eguzki in #680
- Reconcile out of order gateway resource creation. by @Boomatang in #638
- remove cert-manager as dependency by @eguzki in #727
- Fix release workflow by @didierofrivia in #803
- fix: lower case img tags for image building by @KevFan in #783
- fix: incorrect kuadrant status if limitador/authorino is not found by @KevFan in #1000
Other Changes
- update resource requirements by @eguzki in #35
- pin dev k8s cluster to 1.22.7 by @eguzki in #36
- update kuadrant core controller manifests by @eguzki in #42
- update kuadrant core controller manifests by @eguzki in #44
- reduce dev env resource requirements by @eguzki in #45
- update kuadrant core controller manifests by @eguzki in #46
- remove unused permissions by @eguzki in #43
- Kubebuilder-tools workaround for darwin/arm64 arch by @didierofrivia in #49
- Kuadrant API by @didierofrivia in #50
- Kuadrant controllers by @didierofrivia in #53
- Kuadrant reconciling by @didierofrivia in #54
- Fixing tests by @didierofrivia in #55
- Kuadrant merge docs by @didierofrivia in #63
- Fixing linting tasks by @didierofrivia in #67
- Fixing user guides by @didierofrivia in #70
- Kuadrant Merge by @didierofrivia in #48
- Change codeowners to team engineering by @didierofrivia in #101
- remove duplicated crds by @eguzki in #100
- kap remove hosts from authscheme by @eguzki in #99
- GH ACtions: multi arch images by @eguzki in #108
- Fix dependencies namespace propagation by @didierofrivia in #109
- local operator catalog raw file based format by @eguzki in #107
- Ossm merge by @alexsnaps in #112
- [changelog] Adding change log: first 2 releases logged by @didierofrivia in #114
- Example AuthPolicy - OIDC/K8s auth by @guicassolato in #116
- fixup broken links in the authpolicy example by @guicassolato in #117
- [docs] Fixing sh commands by @didierofrivia in #118
- Better CSV annotations by @didierofrivia in #120
- User guide: Protecting an API with JSON Web Tokens (JWTs) and Kubernetes authnz using Kuadrant by @guicassolato in #119
- [docs] Add rate limit to OIDC+K8s auth user guide by @guicassolato in #121
- [docs] User guide 'Authenticated rate limiting with JWTs and Kubernetes authnz' to doc directory by @guicassolato in #122
- Fix conditions in examples by @alexsnaps in #123
- [refactor] GW utils for all types of policies by @guicassolato in #134
- wasm shim image env var name does n...
v1.0.0-rc3
This release enables installations of Authorino Operator v0.14.0, Limitador Operator v0.12.0, DNS Operator v0.8.0, WASM Shim v0.7.0 and ConsolePlugin quay.io/kuadrant/console-plugin:v0.0.8
What's Changed
Exciting New Features 🎉
- Automate CSV generation by @didierofrivia in #37
- wasm shim image from env var by @eguzki in #41
- refactor: controller-runtime v0.16.3 by @KevFan in #246
- Enhanced observability for the limitador instance by @eguzki in #301
- refactor: align using CEL for target ref validation by @KevFan in #364
- feat: accepted policy status condition by @KevFan in #347
- Reconcile Sub Component Limitador CR by @Boomatang in #350
- feat: auth policy enforced condition by @KevFan in #411
- refactor: api machinary by @KevFan in #396
- AP Defaults by @KevFan in #503
- RLP Defaults by @KevFan in #456
- AuthPolicy Atomic Overrides by @Boomatang in #525
- RLP atomic override by @KevFan in #523
- Have Istio optional by @eguzki in #645
- refactor: parrallel tests by @KevFan in #689
- Target ref by @dlaw4608 in #691
- Update kind to v0.23.0 by @dlaw4608 in #725
- fix: tlspolicy enforced condition when certificate/issuer ready condition is missing by @KevFan in #715
- refactor: integration tests for dns & tls policy target ref CEL validation by @KevFan in #756
- Update limitador to 0.9.0 by @eguzki in #608
- Bump go version to 1.22 🚀 by @eguzki in #779
- Update Gateway API to v1.1 by @adam-cattermole in #780
- Helm Charts by @didierofrivia in #728
- Transition to Cross-Compilation for faster Docker Build Times by @dlaw4608 in #802
- feat: set quay image expiry to prevent overflow of images by @KevFan in #851
- Envoy Gateway support by @eguzki in #859
- refactor: policy machinery v0.2.0 by @KevFan in #876
- feat: check dependency for state of the world reconciler by @KevFan in #870
- wasm configuration types refactor by @eguzki in #868
- authorino version v0.18.0 by @eguzki in #898
- ratelimitpolicy v1beta3 by @eguzki in #875
- consoleplugin reconciler by @eguzki in #884
- refactor: tls policy status to state of the world tasks by @KevFan in #885
- refactor: effective tls policies reconciler by @KevFan in #927
- Install sail-operator 0.1.0 by @adam-cattermole in #944
- 951 finalize ratelimitpolicy v1beta3 by @eguzki in #976
- Support HTTPQueryParamMatch as CEL routeRuleConditions by @alexsnaps in #981
- feat: tls section name support by @KevFan in #983
Bug Fixing 🐞
- [fix: integration-tests] Ensure Istio gateways are ready by @guicassolato in #185
- codecov: do not fail ci on error by @KevFan in #228
- docs: fix user guide authenticated rl for app devs based on authpolicy/v1beta2 by @guicassolato in #282
- Fix bug in response validation rules by @adam-cattermole in #287
- Update Keycloak examples by @guicassolato in #311
- Include missing unit test by @Boomatang in #344
- Missing space in quickstart script by @adam-cattermole in #412
- Make selection of subnet using docker more flexible. by @Boomatang in #557
- fix: isAuthPolicyEnforcedCondition failing in eventually by @KevFan in #629
- Fix override RLPs on multiple gateway parents by @guicassolato in #659
- cert manager api as dependency by @eguzki in #680
- Reconcile out of order gateway resource creation. by @Boomatang in #638
- remove cert-manager as dependency by @eguzki in #727
- Fix release workflow by @didierofrivia in #803
- fix: lower case img tags for image building by @KevFan in #783
Other Changes
- update resource requirements by @eguzki in #35
- pin dev k8s cluster to 1.22.7 by @eguzki in #36
- update kuadrant core controller manifests by @eguzki in #42
- update kuadrant core controller manifests by @eguzki in #44
- reduce dev env resource requirements by @eguzki in #45
- update kuadrant core controller manifests by @eguzki in #46
- remove unused permissions by @eguzki in #43
- Kubebuilder-tools workaround for darwin/arm64 arch by @didierofrivia in #49
- Kuadrant API by @didierofrivia in #50
- Kuadrant controllers by @didierofrivia in #53
- Kuadrant reconciling by @didierofrivia in #54
- Fixing tests by @didierofrivia in #55
- Kuadrant merge docs by @didierofrivia in #63
- Fixing linting tasks by @didierofrivia in #67
- Fixing user guides by @didierofrivia in #70
- Kuadrant Merge by @didierofrivia in #48
- Change codeowners to team engineering by @didierofrivia in #101
- remove duplicated crds by @eguzki in #100
- kap remove hosts from authscheme by @eguzki in #99
- GH ACtions: multi arch images by @eguzki in #108
- Fix dependencies namespace propagation by @didierofrivia in #109
- local operator catalog raw file based format by @eguzki in #107
- Ossm merge by @alexsnaps in #112
- [changelog] Adding change log: first 2 releases logged by @didierofrivia in #114
- Example AuthPolicy - OIDC/K8s auth by @guicassolato in #116
- fixup broken links in the authpolicy example by @guicassolato in #117
- [docs] Fixing sh commands by @didierofrivia in #118
- Better CSV annotations by @didierofrivia in #120
- User guide: Protecting an API with JSON Web Tokens (JWTs) and Kubernetes authnz using Kuadrant by @guicassolato in #119
- [docs] Add rate limit to OIDC+K8s auth user guide by @guicassolato in #121
- [docs] User guide 'Authenticated rate limiting with JWTs and Kubernetes authnz' to doc directory by @guicassolato in #122
- Fix conditions in examples by @alexsnaps in #123
- [refactor] GW utils for all types of policies by @guicassolato in #134
- wasm shim image env var name does not match deployment var name by @eguzki in #136
- fix:
ComputeGatewayDiffs
when missing...
v1.0.0-rc2
This release enables installations of Authorino Operator v0.14.0, Limitador Operator v0.11.0, DNS Operator v0.8.0, WASM Shim v0.7.0 and ConsolePlugin quay.io/kuadrant/console-plugin:v0.0.8
What's Changed
Exciting New Features 🎉
- Automate CSV generation by @didierofrivia in #37
- wasm shim image from env var by @eguzki in #41
- refactor: controller-runtime v0.16.3 by @KevFan in #246
- Enhanced observability for the limitador instance by @eguzki in #301
- refactor: align using CEL for target ref validation by @KevFan in #364
- feat: accepted policy status condition by @KevFan in #347
- Reconcile Sub Component Limitador CR by @Boomatang in #350
- feat: auth policy enforced condition by @KevFan in #411
- refactor: api machinary by @KevFan in #396
- AP Defaults by @KevFan in #503
- RLP Defaults by @KevFan in #456
- AuthPolicy Atomic Overrides by @Boomatang in #525
- RLP atomic override by @KevFan in #523
- Have Istio optional by @eguzki in #645
- refactor: parrallel tests by @KevFan in #689
- Target ref by @dlaw4608 in #691
- Update kind to v0.23.0 by @dlaw4608 in #725
- fix: tlspolicy enforced condition when certificate/issuer ready condition is missing by @KevFan in #715
- refactor: integration tests for dns & tls policy target ref CEL validation by @KevFan in #756
- Update limitador to 0.9.0 by @eguzki in #608
- Bump go version to 1.22 🚀 by @eguzki in #779
- Update Gateway API to v1.1 by @adam-cattermole in #780
- Helm Charts by @didierofrivia in #728
- Transition to Cross-Compilation for faster Docker Build Times by @dlaw4608 in #802
- feat: set quay image expiry to prevent overflow of images by @KevFan in #851
- Envoy Gateway support by @eguzki in #859
- refactor: policy machinery v0.2.0 by @KevFan in #876
- feat: check dependency for state of the world reconciler by @KevFan in #870
- wasm configuration types refactor by @eguzki in #868
- authorino version v0.18.0 by @eguzki in #898
- ratelimitpolicy v1beta3 by @eguzki in #875
- consoleplugin reconciler by @eguzki in #884
- refactor: tls policy status to state of the world tasks by @KevFan in #885
- refactor: effective tls policies reconciler by @KevFan in #927
- Install sail-operator 0.1.0 by @adam-cattermole in #944
- 951 finalize ratelimitpolicy v1beta3 by @eguzki in #976
- Support HTTPQueryParamMatch as CEL routeRuleConditions by @alexsnaps in #981
- feat: tls section name support by @KevFan in #983
Bug Fixing 🐞
- [fix: integration-tests] Ensure Istio gateways are ready by @guicassolato in #185
- codecov: do not fail ci on error by @KevFan in #228
- docs: fix user guide authenticated rl for app devs based on authpolicy/v1beta2 by @guicassolato in #282
- Fix bug in response validation rules by @adam-cattermole in #287
- Update Keycloak examples by @guicassolato in #311
- Include missing unit test by @Boomatang in #344
- Missing space in quickstart script by @adam-cattermole in #412
- Make selection of subnet using docker more flexible. by @Boomatang in #557
- fix: isAuthPolicyEnforcedCondition failing in eventually by @KevFan in #629
- Fix override RLPs on multiple gateway parents by @guicassolato in #659
- cert manager api as dependency by @eguzki in #680
- Reconcile out of order gateway resource creation. by @Boomatang in #638
- remove cert-manager as dependency by @eguzki in #727
- Fix release workflow by @didierofrivia in #803
- fix: lower case img tags for image building by @KevFan in #783
Other Changes
- update resource requirements by @eguzki in #35
- pin dev k8s cluster to 1.22.7 by @eguzki in #36
- update kuadrant core controller manifests by @eguzki in #42
- update kuadrant core controller manifests by @eguzki in #44
- reduce dev env resource requirements by @eguzki in #45
- update kuadrant core controller manifests by @eguzki in #46
- remove unused permissions by @eguzki in #43
- Kubebuilder-tools workaround for darwin/arm64 arch by @didierofrivia in #49
- Kuadrant API by @didierofrivia in #50
- Kuadrant controllers by @didierofrivia in #53
- Kuadrant reconciling by @didierofrivia in #54
- Fixing tests by @didierofrivia in #55
- Kuadrant merge docs by @didierofrivia in #63
- Fixing linting tasks by @didierofrivia in #67
- Fixing user guides by @didierofrivia in #70
- Kuadrant Merge by @didierofrivia in #48
- Change codeowners to team engineering by @didierofrivia in #101
- remove duplicated crds by @eguzki in #100
- kap remove hosts from authscheme by @eguzki in #99
- GH ACtions: multi arch images by @eguzki in #108
- Fix dependencies namespace propagation by @didierofrivia in #109
- local operator catalog raw file based format by @eguzki in #107
- Ossm merge by @alexsnaps in #112
- [changelog] Adding change log: first 2 releases logged by @didierofrivia in #114
- Example AuthPolicy - OIDC/K8s auth by @guicassolato in #116
- fixup broken links in the authpolicy example by @guicassolato in #117
- [docs] Fixing sh commands by @didierofrivia in #118
- Better CSV annotations by @didierofrivia in #120
- User guide: Protecting an API with JSON Web Tokens (JWTs) and Kubernetes authnz using Kuadrant by @guicassolato in #119
- [docs] Add rate limit to OIDC+K8s auth user guide by @guicassolato in #121
- [docs] User guide 'Authenticated rate limiting with JWTs and Kubernetes authnz' to doc directory by @guicassolato in #122
- Fix conditions in examples by @alexsnaps in #123
- [refactor] GW utils for all types of policies by @guicassolato in #134
- wasm shim image env var name does not match deployment var name by @eguzki in #136
- fix:
ComputeGatewayDiffs
when missing...
v1.0.0-rc1
What's Changed
Exciting New Features 🎉
- ratelimitpolicy v1beta3 by @eguzki in #875
- consoleplugin reconciler by @eguzki in #884
- refactor: tls policy status to state of the world tasks by @KevFan in #885
- refactor: effective tls policies reconciler by @KevFan in #927
- Install sail-operator 0.1.0 by @adam-cattermole in #944
- 951 finalize ratelimitpolicy v1beta3 by @eguzki in #976
- Support HTTPQueryParamMatch as CEL routeRuleConditions by @alexsnaps in #981
- feat: tls section name support by @KevFan in #983
Other Changes
- Fix various panel queries by @david-martin in #900
- ADD: Watch limitador CR on cluster by @Boomatang in #883
- bundle includes openshift custom annotation by @eguzki in #901
- Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by @dependabot in #864
- helm manifests template based by @eguzki in #904
- bump version to v0.12.0-dev by @eguzki in #906
- Authorino CR reconcile moved to state of the world reconciler. by @Boomatang in #865
- csv annotation description by @eguzki in #907
- allow for a listener with no hostname set by @maleck13 in #908
- refactor: sotw conventions by @KevFan in #909
- auth controller test flake by @maleck13 in #911
- Add an excludeAddresses option in DNSPolicy by @maleck13 in #869
- ADD: Warning doc on labels by @Boomatang in #881
- update health check propagation by @philbrookes in #903
- sotw: event predicates by @guicassolato in #915
- [docs] Console Plugin install guide by @jasonmadigan in #919
- sotw: remove debug diff by @guicassolato in #921
- Script by @R-Lawton in #917
- Add gw provider specific cmds to set up monitors by @david-martin in #926
- update install doc for openshift by @maleck13 in #923
- topology CM lookup, inject into console-plugin deployment by @jasonmadigan in #920
- update ratelimitpolicy references to v1beta3 by @eguzki in #932
- helm: keep namespace in manager.yaml and remove from helm overlay by @eguzki in #934
- Sotw add limitador reconcile by @Boomatang in #887
- Consoleplugin mutator by @eguzki in #935
- Update: Improve get kuadrant resource by @Boomatang in #910
- Rename kuadrant-console to kuadrant-console-plugin by @jasonmadigan in #940
- small updates and improvements for install docs by @maleck13 in #939
- REMOVE: kuadrant controller management of limitador by @Boomatang in #888
- extend health check spec by @maksymvavilov in #936
- tests: Add test suite common resource labels and fix dnsrecord cleanup by @mikenairn in #941
- tests: Add dns record deletion tests (orphan records) by @mikenairn in #942
- ci: Add kuadrant status check step to test jobs by @mikenairn in #943
- Disable Authorino webhooks service by @guicassolato in #945
- point at latest healthcheck spec by @maksymvavilov in #947
- Authpolicy/v1beta3 by @Boomatang in #924
- sotw: rlp workflow by @guicassolato in #893
- dep: bump policy machinery to v0.6.0 by @KevFan in #950
- Update steps for setting up metrics on openshift, focusing on single … by @david-martin in #953
- Test updates (Enable race detection and disable output interceptor) by @mikenairn in #956
- sotw: dnspolicy by @mikenairn in #937
- tests: Update DNSPolicy tests by @mikenairn in #960
- UPDATE: bump authPolicy to v1beta3 in guides by @Boomatang in #949
- Add observability setup to Kubernetes install guide by @david-martin in #957
- 'Update dependencies image versions' workflow_dispatch by @guicassolato in #966
- dnspolicy section name support by @mikenairn in #961
- chore: Tidy up dnspolicy controller code and files by @mikenairn in #967
- fix: Remove dnspolicy lb immutable validation by @mikenairn in #968
- chore: TLS and DNS Policy API cleanup by @mikenairn in #972
- remove secret perm as not using it by @maleck13 in #974
- sotw: auth by @guicassolato in #952
- refactor: target status -> discoverability reconciler by @KevFan in #958
- Move DNS and TLS Policies to v1 by @mikenairn in #973
- Integrate
AuthConfig
'sv1beta3
changes inAuthPolicy
by @adam-cattermole in #971 - Replace
dynamicMetadata
withfilters
in user-guides by @adam-cattermole in #987 - AuthPolicy top-level conditions based on CEL only by @guicassolato in #988
- REFACTOR: Kuadtrant Status by @Boomatang in #991
- Update openshift observability resources to use gateway-system namespace by @david-martin in #969
- add on-cluster healtcheck test and prevent enforced false on not healhy probes by @maksymvavilov in #977
- Policy:Bump:v1 by @Boomatang in #993
- remove unused code by @guicassolato in #992
- Quickstart fix by @R-Lawton in #996
- fix: Add policy conflict to dnspolicy validation by @mikenairn in #995
- Preparing info for ArtifactHub.io by @didierofrivia in #975
Full Changelog: v0.11.0...v1.0.0-rc1
v0.11.0
What's Changed
Exciting New Features 🎉
- Envoy Gateway support by @eguzki in #859
- refactor: policy machinery v0.2.0 by @KevFan in #876
- feat: check dependency for state of the world reconciler by @KevFan in #870
- wasm configuration types refactor by @eguzki in #868
- authorino version v0.18.0 by @eguzki in #898
Other Changes
- chore: Simplify DNSPolicy API by @mikenairn in #858
- add dns record orphan alert by @maleck13 in #862
- remove CHANGELOG.md by @eguzki in #874
- bump version to 0.11.0-dev by @eguzki in #873
- catalog only needs default channel by @eguzki in #880
- Use API to generate EPs and remove OCM support by @maksymvavilov in #799
- Support for OSSM v2.6 by @adam-cattermole in #857
- Update local observability stack steps by @david-martin in #886
- 🔥 "replaces" from bundle by @eguzki in #892
Full Changelog: v0.10.0...v0.11.0
v0.11.0-rc1
What's Changed
Exciting New Features 🎉
- Envoy Gateway support by @eguzki in #859
- refactor: policy machinery v0.2.0 by @KevFan in #876
- feat: check dependency for state of the world reconciler by @KevFan in #870
- wasm configuration types refactor by @eguzki in #868
- authorino version v0.18.0 by @eguzki in #898
Other Changes
- chore: Simplify DNSPolicy API by @mikenairn in #858
- add dns record orphan alert by @maleck13 in #862
- remove CHANGELOG.md by @eguzki in #874
- bump version to 0.11.0-dev by @eguzki in #873
- catalog only needs default channel by @eguzki in #880
- Use API to generate EPs and remove OCM support by @maksymvavilov in #799
- Support for OSSM v2.6 by @adam-cattermole in #857
- Update local observability stack steps by @david-martin in #886
- 🔥 "replaces" from bundle by @eguzki in #892
Full Changelog: v0.10.0...v0.11.0-rc1
v0.10.0
What's Changed
Exciting New Features 🎉
Other Changes
- fix: helm chart image refs by @mikenairn in #839
- Add missing test timeout by @adam-cattermole in #841
- fix stream redirect commands by @eguzki in #842
- Update auth config json test by @adam-cattermole in #844
- Delete dns records when listener hostname changes by @mikenairn in #850
- tests: Fix flaky dnspolicy test by @mikenairn in #854
- add azure to local env supported providers by @philbrookes in #853
- fix: observability setup guide by @mikenairn in #856
- State of the world reconciler by @Boomatang in #838
- Build information log with version, hash and dirty attributes by @eguzki in #861
Full Changelog: v0.9.0-rc1...v0.10.0
v0.9.0
What's Changed
Exciting New Features 🎉
- Have Istio optional by @eguzki in #645
- refactor: parrallel tests by @KevFan in #689
- Target ref by @dlaw4608 in #691
- Update kind to v0.23.0 by @dlaw4608 in #725
- fix: tlspolicy enforced condition when certificate/issuer ready condition is missing by @KevFan in #715
- refactor: integration tests for dns & tls policy target ref CEL validation by @KevFan in #756
- Update limitador to 0.9.0 by @eguzki in #608
- Bump go version to 1.22 🚀 by @eguzki in #779
- Update Gateway API to v1.1 by @adam-cattermole in #780
- Helm Charts by @didierofrivia in #728
- Transition to Cross-Compilation for faster Docker Build Times by @dlaw4608 in #802
Bug Fixing 🐞
- Fix override RLPs on multiple gateway parents by @guicassolato in #659
- cert manager api as dependency by @eguzki in #680
- Reconcile out of order gateway resource creation. by @Boomatang in #638
- remove cert-manager as dependency by @eguzki in #727
- Fix release workflow by @didierofrivia in #803
- fix: lower case img tags for image building by @KevFan in #783
Other Changes
- Partially Enforced sets Enforced status to true by @maksymvavilov in #679
- Add info about protocol selection for tracing by @david-martin in #683
- Add info about sloth dashboard by @david-martin in #648
- Dashboard response codes grouping by @david-martin in #684
- Update makefile to support standalone Podman by @Boomatang in #687
- add blank line so p tag gets closed when generating html by @thomasmaas in #692
- tests: Use inmemory provider backed managed zones by @mikenairn in #658
- Add request latencies per API to PE dashboard by @david-martin in #694
- Set gateway-api-state-metrics version to 0.4.0 (latest at this time) … by @david-martin in #695
- github release notes generation configuration by @eguzki in #682
- GH-551 check traversability of generated endpoints by @maksymvavilov in #613
- istio-optional: iteration 2 by @eguzki in #681
- rate limit policy: header match support in wasm configuration by @eguzki in #698
- Add routing stategy conflict integration test by @maksymvavilov in #699
- chore: Remove DNSRecord ownerID generation by @mikenairn in #716
- Gh 668 by @R-Lawton in #693
- broken link: fix latest ref by @jasonmadigan in #736
- remove extra patch step and change naming by @R-Lawton in #740
- Update guide to allow for different prereq cluster setup by @david-martin in #742
- 444 add a gh action for deploying and verifying dashboards alerts load ok with quickstart by @ehearneRedHat in #708
- adding gh actions for promq tests if alerts directory is modified by @R-Lawton in #741
- Add maintainers file by @david-martin in #763
- changed app developer dashboard to new dashboard id by @ehearneRedHat in #764
- enhanced gateway api topology by @eguzki in #751
- base reconciler reconciles status by @eguzki in #752
- fix flaky test: TestNewGatewayEventMapper by @eguzki in #774
- Kubernetes install guide by @jasonmadigan in #710
- Refer to the DNS HealthCheckSpeck from dns-operator repo by @maksymvavilov in #723
- Add OpenSSF Badge by @david-martin in #781
- add metrics for DNS events by @philbrookes in #707
- Object types by @eguzki in #777
- Bump helm.sh/helm/v3 from 3.14.0 to 3.14.3 by @dependabot in #784
- Update default template with latest manifests by @didierofrivia in #788
- Helm dependencies CI fix by @didierofrivia in #791
- Refactor patrially enforced condition for dnspolicy by @maksymvavilov in #722
- Release button by @didierofrivia in #796
- Remove reconcile of subcomponent configuration by @Boomatang in #795
- dns: Pin DNS Operator version to v0.4.1 by @mikenairn in #804
- Add license scan report and status by @fossabot in #833
- Remove ManagedZone API by @mikenairn in #793
- Release adjustments and documentation by @didierofrivia in #834
- Add Alerts Panels to PE Dashboard by @ehearneRedHat in #753
- [workflow] Fix sign and message params by @didierofrivia in #835
New Contributors
- @thomasmaas made their first contribution in #692
- @fossabot made their first contribution in #833
Full Changelog: v0.8.0...v0.9.0-rc1