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](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components). 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) Documentation: * Add documentation about Helm3 installation. #491 (@Ruwan-Ranganath) * Update apiregistration.k8s.io to v1 in the manifests. #494 (@grzesuav)