joe miller

Results 44 issues of joe miller

It would be interesting to support other versioning schemes besides SemVer. CalVer (https://calver.org/) comes to mind. Are there others we should consider?

enhancement
help wanted
question

**Describe the bug** We're seeing a consistent timeout on a specific query we run after upgrading from carbonapi 0.10 to 0.14 (running current master). The query is (some redactions): ```...

performance

promtail 2.6.0 [introduced](https://github.com/grafana/loki/commit/1d1461824d03b13004ed918d89f76ae38acb9a3b) a breaking change that moved `stream_lag_labels` from the `clients[*]` block into a new `options` block in the config file: https://grafana.com/docs/loki/latest/clients/promtail/configuration/#options_config The helm chart should support the ability...

**What steps did you take and what happened:** Deploying Velero helm chart via ArgoCD leaves the CRDs showing as OutOfSync due to a missing label in the deployed CRDs. ![image](https://user-images.githubusercontent.com/377603/150037632-7f6c91c7-d6b0-4fc0-b16a-c6e3a0806418.png)...

velero

https://github.com/zalando/go-keyring looks interesting. It supports macOS, Linux (dbus secret service), and windows, without requiring CGO. This could simplify testing and CI/CD pipeline for vault-token-helper

Followup from #21, #23 Support for vault namespaces was not considered in the original design and then added later. It was added by cat'ing together `VAULT_ADDR + VAULT_NAMESPACE` and using...

Tokens issued by the vault auth/okta backend have the 'renew=true' attribute set but when they're renewed with `vault renew` the ttl does not actually increase. I believe this is becaues...

If an org has >100 databases only the first 100 will be returned with `pscale database list`.