Skip to content

Commit 8bd6843

Browse files
authored
[ROB-2886] - urllib cve patches (#1981)
* [ROB-2886] - urllib cve patches CVE-2025-66418 CVE-2025-66471 * bumping krr version * fixing install robusta-cli test * this flag was deprecated from our cli robusta-dev/robusta-cli#12
1 parent d1b0df2 commit 8bd6843

File tree

5 files changed

+1106
-1022
lines changed

5 files changed

+1106
-1022
lines changed

.github/workflows/test_robusta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Install tabulate version that fixes column width wrapping. Cannot be added to pypi as a git dependency, so adding it here
3838
pip install git+https://github.com/astanin/python-tabulate.git@b2c26bcb70e497f674b38aa7e29de12c0123708a#egg=tabulate
3939
# robusta-cli is a separate project now, it needs to be installed for gen-config
40-
pip install robusta-cli
40+
pip install git+https://github.com/robusta-dev/robusta-cli.git
4141
4242
# build robusta docker images for tests which run in-cluster on KIND
4343
- run: |-

playbooks/robusta_playbooks/krr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from robusta.integrations.prometheus.utils import generate_prometheus_config
3737
from robusta.utils.parsing import format_event_templated_string
3838

39-
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.27.0")
39+
IMAGE: str = os.getenv("KRR_IMAGE_OVERRIDE", f"{IMAGE_REGISTRY}/krr:v1.28.0")
4040
KRR_MEMORY_LIMIT: str = os.getenv("KRR_MEMORY_LIMIT", "2Gi")
4141
KRR_MEMORY_REQUEST: str = os.getenv("KRR_MEMORY_REQUEST", "2Gi")
4242
KRR_STRATEGY: str = os.getenv("KRR_STRATEGY", "simple")

0 commit comments

Comments
 (0)