Maxime Leroy
Maxime Leroy
Added a release job so that when you tag a version, it automatically creates a release with each artifact downloadable as a tar.gz file
Thanks for the fix @rushaway Solves https://github.com/jason-e/rngfix/issues/11
Use common structure used for sourcemod plugins
Currently we only test for latest cluster version 1.26+ so the goal here is just to add another test with cluster version 1.21
Currently, the code is located here: - https://github.com/wiremind/grafana-pdf-exporter But the docker image is located here: - https://hub.docker.com/r/francoisminaud/grafana-pdf-export Move the image either on wiremind's dockerhub or directly in the github project:...
Fixes #18 ``` ubuntu@game:/tmp/cleanerr$ ldd cleaner.css.so ./cleaner.css.so: /lib32/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by ./cleaner.css.so) ./cleaner.css.so: /lib32/libc.so.6: version `GLIBC_2.32' not found (required by ./cleaner.css.so) ./cleaner.css.so: /lib32/libc.so.6: version `GLIBC_2.34' not found...
### Host operating system: output of `uname -a` ``` Linux node 6.1.96-flatcar #1 SMP PREEMPT_DYNAMIC Mon Jul 1 23:29:55 -00 2024 x86_64 AMD EPYC 9654 96-Core Processor AuthenticAMD GNU/Linux ```...
When pyproject.toml references its own local package to recursively include extra dependencies, it outputs a requirements.txt file which references the local package with the absolute path which is a problem...
### What happened? Recently, the --config option was removed from kubeadm upgrade following deprecation cycle: - https://github.com/kubernetes-sigs/kubespray/pull/11352 This introduces a regression because now there is no playbook to reconfigure kubeadm...