yellowhat

Results 32 issues of yellowhat

### What happened? Hi, I would like to upload a folder to a remote host but only once, successive changes to the source should be ignored. From my understanding `ignore_changes`...

kind/bug
impact/usability
awaiting-upstream
awaiting/core

Hi, I would like to propose to simplify the `auto_tag` function to this: ```python def auto_tag(args, auto_tags): """ Applies the given tags to the resource properties if applicable. """ if...

- [x] This is not a feature request (existing functionality does not work, **not** missing functionality). I will request features on [forum](https://www.reddit.com/r/tutanota/) or via support. - [x] I've searched and...

bug
topic: calendar

#### What this PR does / why we need it Revert https://github.com/prometheus-community/helm-charts/commit/a80cc01d4c7124f5e3845508c73c214357beea45 [This](https://github.com/prometheus-community/helm-charts/issues/5529#issuecomment-2913386184) is better. #### Which issue this PR fixes *(optional, in `fixes #(, fixes #, ...)` format, will...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | minor | `v5.8.0` -> `v5.9.0` | --- ### Release...

renovate

Update SearXNG to 52ffc4c7f ## New commits: - [fix] qwant engine: order query parameters to prevent 403 forbidden (#5410) (52ffc4c7f) - Revert "[fix] !weather crashes - cls.TURN .. (#5309)" (0245327fc)...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Mattraks/delete-workflow-runs](https://redirect.github.com/Mattraks/delete-workflow-runs) | action | digest | `0073229` -> `86d29a7` | --- ### Configuration...

renovate

Hi, after updating to `ghcr.io/hadolint/hadolint:v2.14.0-alpine`, I get: ``` ./kind/Dockerfile:12 DL3041 warning: Specify version with `dnf install -y -`. ``` The `Dockerfile`: ```Dockerfile FROM quay.io/podman/stable:v5.6.1 ENV KIND_EXPERIMENTAL_PROVIDER podman # Set kubeconfig...

#### What this PR does / why we need it The [MR](https://github.com/prometheus-community/helm-charts/pull/6098) broke the deployment with `kubeRBACProxy.enabled=true`, as `*Probes`: ```yaml livenessProbe: httpGet: ... port: http ... readinessProbe: httpGet: port: metrics...