Vitaliy

Results 7 issues of Vitaliy

When --make-token is used a token is stored in ~/.peppercache with an expiration time. However, it's possible that server will expire this token sooner for some reason (we found that...

bug

The changes to support Django 5.0 are already on master, so this PR adds it to test matrix to resolve #74 Also, Django 5.0 [dropped support](https://docs.djangoproject.com/en/5.0/releases/5.0/#python-compatibility) for Python < 3.10...

Minimal changes needed to build multiarch containers, using go 1.21

GitHub supports annotating PRs with comments attached to relevant files/lines - for example, https://github.com/pytest-dev/pytest-github-actions-annotate-failures is a plugin that does this for pytest failures. **Describe the solution you would like** This...

enhancement
good first issue

### Describe the bug a clear and concise description of what the bug is. Upgrading to kube-prometheus-stack version 58.x with `thanosRuler.enabled=true` broke thanos-ruler, with: ` create Pod thanos-ruler-prometheus-kube-prometheus-thanos-ruler-0 in StatefulSet...

bug

Example output: ``` aws_rds_database_connections_sum{account_alias="example-account",account_id="redacted-id-here",dimension_DBInstanceIdentifier="",dimension_DatabaseClass="",dimension_EngineName="",dimension_ProxyName="mysql-example-proxy",dimension_Target="",dimension_TargetGroup="",dimension_TargetRole="",name="global",region="us-west-2"} 5595 aws_rds_database_connections_sum{account_alias="example-account",account_id="redacted-id-here",dimension_DBInstanceIdentifier="",dimension_DatabaseClass="",dimension_EngineName="",dimension_ProxyName="mysql-example-proxy",dimension_Target="",dimension_TargetGroup="default",dimension_TargetRole="READWRITE",name="global",region="us-west-2"} 5595 aws_rds_database_connections_sum{account_alias="example-account",account_id="redacted-id-here",dimension_DBInstanceIdentifier="",dimension_DatabaseClass="",dimension_EngineName="",dimension_ProxyName="mysql-example-proxy",dimension_Target="",dimension_TargetGroup="default",dimension_TargetRole="READ_ONLY",name="global",region="us-west-2"} 0 aws_rds_database_connections_sum{account_alias="example-account",account_id="redacted-id-here",dimension_DBInstanceIdentifier="",dimension_DatabaseClass="",dimension_EngineName="",dimension_ProxyName="mysql-example-proxy",dimension_Target="db:mysql-example-proxy",dimension_TargetGroup="default",dimension_TargetRole="",name="global",region="us-west-2"} 5595 aws_rds_database_connections_sum{account_alias="example-account",account_id="redacted-id-here",dimension_DBInstanceIdentifier="mysql-example-proxy",dimension_DatabaseClass="",dimension_EngineName="",dimension_ProxyName="",dimension_Target="",dimension_TargetGroup="",dimension_TargetRole="",name="arn:aws:rds:us-west-2:redacted-id-here:db:mysql-example-proxy",region="us-west-2"} 6251 ``` Fixes #1460

/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** Testing upgrade from `Client version: 1.29.2 (git-v1.29.2)` to `Client version: 1.30.1 (git-v1.30.1)` **2....

kind/bug