brancz / kube-rbac-proxy

Kubernetes RBAC authorizing HTTP proxy for a single upstream.
Apache License 2.0
587 stars 189 forks source link

Release 0.16.1 fix #294

Closed ibihim closed 6 months ago

ibihim commented 6 months ago

What

Fix a regression for the removed flags.

Why

If the bool value flag was specified like --logtostderr, without the =true, it was treated like --logtostderr=true in v0.15.0. In v0.16.0 and v0.17.0, --logtostderr without any value would treat the follow up flag as its value, which leads to a regression.

liouk commented 6 months ago

/lgtm