You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changes since v0.9.1
Deprecation
Logging flags that are klog specific (--log-dir, --log-file, --logtostderr, --alsologtostderr, --one-output, --stderrthreshold, --log-file-max-size, --skip-log-headers, --add-dir-header, --skip-headers, --log-backtrace-at) are deprecated and will be removed following Kubernetes v1.25 release. More details are available in KEP-2845.
Improvements
Add new --prometheus-verb CLI flag to configure the HTTP verb used by prometheus-adapter when querying Prometheus. #509 (@ksauzz)
Update Kubernetes dependencies to v1.24 and golang version to v1.18.5. #521 (@dgrisonnet)
Bug fixes
Fix a bug where the config file wasn't closed in some scenarios. #498 (@lokichoggio)