Skip to content

Commit

Permalink
chore: prepare v1.2.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Mar 19, 2024
1 parent b6bb7a3 commit 860d9fd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Table of Contents

- [v1.2.1](#v121)
- [v1.2.0](#v120)
- [v1.1.0](#v101)
- [v1.0.3](#v103)
Expand All @@ -17,6 +18,30 @@
- [v0.1.1](#v011)
- [v0.1.0](#v010)

## [v1.2.1]

> Release date: 2024-03-19
### Fixes

- Fixed an issue where operator wasn't able to update `ControlPlane` `ClusterRole` or `ClusterRoleBinding`
when they got out of date.
[#11](https://github.com/Kong/gateway-operator/pull/11)

### Changes

- KGO now uses `GATEWAY_OPERATOR_` prefix for all flags, including the `zap` related logging flags.
This means that the following can now be set:
- `-zap-devel` (env: `GATEWAY_OPERATOR_ZAP_DEVEL`)
- `-zap-encoder` (env: `GATEWAY_OPERATOR_ZAP_ENCODER`)
- `-zap-log-level` (env: `GATEWAY_OPERATOR_ZAP_LOG_LEVEL`)
- `-zap-stacktrace-level` (env: `GATEWAY_OPERATOR_ZAP_STACKTRACE_LEVEL`)
- `-zap-time-encoding` (env: `GATEWAY_OPERATOR_ZAP_TIME_ENCODING`)

For more details about those please consult [`zap.Options` pkg.go.dev][zap_bindflags]

[zap_bindflags]: https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/log/zap#Options.BindFlags

## [v1.2.0]

> Release date: 2024-03-15
Expand Down Expand Up @@ -575,6 +600,7 @@ leftovers from previous operator deployments in the cluster. The user needs to d
(clusterrole, clusterrolebinding, validatingWebhookConfiguration) before
re-installing the operator through the bundle.

[v1.2.1]: https://github.com/Kong/gateway-operator-archive/compare/v1.2.0..v1.2.1
[v1.2.0]: https://github.com/Kong/gateway-operator-archive/compare/v1.1.0..v1.2.0
[v1.1.0]: https://github.com/Kong/gateway-operator-archive/compare/v1.0.3..v1.1.0
[v1.0.3]: https://github.com/Kong/gateway-operator-archive/compare/v1.0.2..v1.0.3
Expand Down

0 comments on commit 860d9fd

Please sign in to comment.