Skip to content

Commit

Permalink
Merge branch 'main' into rel-210
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental authored Jul 9, 2024
2 parents 3d877da + 67c7062 commit 39c6cb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/patch-1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Fix var prefixes in silence-task in role
2 changes: 1 addition & 1 deletion hacking/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.31.0
requests==2.32.0
4 changes: 2 additions & 2 deletions roles/grafana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@
created_by: "{{ silence.created_by }}"
ends_at: "{{ silence.ends_at }}"
matchers: "{{ silence.matchers }}"
org_id: "{{ datasource.org_id | default(omit) }}"
org_name: "{{ datasource.org_name | default(omit) }}"
org_id: "{{ silence.org_id | default(omit) }}"
org_name: "{{ silence.org_name | default(omit) }}"
starts_at: "{{ silence.starts_at }}"
state: "{{ silence.state | default(omit) }}"
loop: "{{ grafana_silences }}"
Expand Down

0 comments on commit 39c6cb6

Please sign in to comment.