Siddhesh Mhadnak

Results 5 issues of Siddhesh Mhadnak

[`krew`](https://krew.sigs.k8s.io/) (which is the common way of installing `kubectl` plugins) expects the assets to be archive files. The previous two releases (0.2.1 and 0.3.0) had the assets as archive files,...

**Describe the solution you'd like** The ability to set `ssl_check_hostname` in addition to the `ssl_context`. **Additional context** [kafka-python's KafkaConsumer](https://kafka-python.readthedocs.io/en/master/apidoc/KafkaConsumer.html#kafka.KafkaConsumer) supports this parameter to be able to disable whether the SSL/TLS...

enhancement

### Changes #### Migrate build workflow to GoReleaser and GitHub CI This makes releasing updates to [Krew](https://krew.sigs.k8s.io/) easier. Also removed the Makefile, since it seems like most of its tasks...

## Is your feature request related to a problem? Please describe. When trying to debug elevated resource usage for some replicas in a replica set where the usage is sharded...

enhancement
community
triage

## Description Even with `quote_representation = '"'` set in the config file, `yamlfix` quotes already double-quoted values with single quotes. ## Steps to reproduce `.yamlfix.toml` ```toml quote_representation = '"' ```...

bug
help wanted