Stano Bocinec

Results 11 issues of Stano Bocinec

I'm experiencing one weird issue with `npm install puppeteer` - the installation idenfinitely hangs on ` Downloading Chromium r662092 - 111.6 Mb [====================] 99% 0.0s`. The same has been already...

Default `max-age` `Cache-control` value in the project's README.md and tests suggest users to use very high value 630720000 (20y). [RFC 2616](https://www.ietf.org/rfc/rfc2616.txt) mentions the `Expires` value SHOULD NOT be more than...

Hey fluentd-docker-image maintaners! I've noticed that debian based fluentd images (debian & armhf) do not have the fluent homedir created: ``` $ docker run -it --rm fluent/fluentd:v1.6.2-debian-1.0 sh $grep fluent...

### Description Fixes [`kubernetes_daemon_set_v1` resource to wait for rollout](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2092). Current check for the rollout when `wait_for_rollout = true` is ineffective and is not waiting for rollout at all as it...

breaking-change
size/M

Hello local-path-provisioner community! Security scanners in our org complain about excessive RBAC permissions granted to `local-path-provisioner` through the [`local-path-provisioner-role` `ClusterRole`](https://github.com/rancher/local-path-provisioner/blob/master/deploy/chart/local-path-provisioner/templates/clusterrole.yaml), specifically [`*` granted for `["endpoints", "persistentvolumes", "pods"]`](https://github.com/rancher/local-path-provisioner/blob/master/deploy/chart/local-path-provisioner/templates/clusterrole.yaml#L12-L14). I wonder, does...

## Description Fix `list-all` script to handle paginated output correctly, even no `google-cloud-sdk-*-linux*` is found in any of the pages. Fixes #90 ## Motivation and Context I have described the...

### Describe the bug Listing `gcloud` versions with the current asdf version fails at the moment: ``` $ asdf list-all gcloud `Plugin gcloud's list-all callback script failed with output: $...

bug

Fix `v1` Cluster CRD `PriorityClassName` description field that's not properly formatted Ref: https://github.com/redpanda-data/redpanda-operator/pull/154

Bump default `kminion` chart appVersion to `2.2.12` to bring in all the latest security fixes and update the chart version to `0.14.2`. Refs: - https://github.com/redpanda-data/kminion/compare/v2.2.8...v2.2.12

Upgrade `github.com/lestrrat-go/jwx/v2` dependency to `v2.1.4` to address `[CVE-2025-22868](https://www.cve.org/CVERecord?id=CVE-2025-22868)`. Note: ` v2.1` of the dependency introduced breaking changes in `jwt.ParseRequest()` but I don't see it being used here, so it should...