Skip to content

Commit 8997f7f

Browse files
committed
Merge branch 'master' into ROB-1292-mcp-docs
2 parents dc4b80d + d6bcac1 commit 8997f7f

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/configuration/holmesgpt/builtin_toolsets.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Builtin Toolsets
1818
toolsets/internet
1919
toolsets/kafka
2020
toolsets/kubernetes
21+
toolsets/notion
2122
toolsets/opensearch
2223
toolsets/prometheus
2324
toolsets/rabbitmq
@@ -98,6 +99,11 @@ by the user by providing credentials or API keys to external systems.
9899
:class-card: sd-bg-light sd-bg-text-light
99100
:link: toolsets/kubernetes
100101
:link-type: doc
102+
103+
.. grid-item-card:: :octicon:`cpu;1em;` Notion
104+
:class-card: sd-bg-light sd-bg-text-light
105+
:link: toolsets/notion
106+
:link-type: doc
101107

102108
.. grid-item-card:: :octicon:`cpu;1em;` OpenSearch
103109
:class-card: sd-bg-light sd-bg-text-light

helm/robusta/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ image:
578578
# parameters for the robusta forwarder deployment
579579
kubewatch:
580580
image: ~ # image can be used to override image.registry/imageName
581-
imageName: kubewatch:v2.9.0
581+
imageName: kubewatch:v2.11.0
582582
imagePullPolicy: IfNotPresent
583583
pprof: True
584584
resources:

src/robusta/integrations/jira/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _get_issue_for_labels(self, labels):
150150

151151
issue = issues.get("issues")[0]
152152
if issues.get("total", 0) > 1:
153-
logging.warn(f"More than one issue found for query: '{query}', picking most recent one")
153+
logging.warning(f"More than one issue found for query: '{query}', picking most recent one")
154154
logging.debug(f"Picked issue '{issue}'")
155155

156156
return issue

0 commit comments

Comments
 (0)