Skip to content

Commit

Permalink
Upgrade package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Chacon committed May 29, 2019
1 parent f6d696c commit e00758e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ tests/__pycache__
.cache
.vagrant
tests/roles
.pytest_cache
.pytest_cache
venv/
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
## General
prom2teams_version: 2.3.0
prom2teams_version: 2.3.1
prom2teams_required_libs:
- python3
- python3-pip
Expand Down
3 changes: 3 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
molecule<2
ansible>=2.5,<=2.8
python-vagrant==0.5.15
7 changes: 6 additions & 1 deletion templates/prom2teams.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ Path: {{ prom2teams_template_path }} # default: app resources template
{% if prom2teams_groupalertsby is defined %}
[Group Alerts]
Field: {{ prom2teams_groupalertsby }}
{% endif %}
{% endif %}

{% if prom2teams_ignored_extra_labels is defined %}
[Labels]
Excluded: {{ prom2teams_ignored_extra_labels|join(', ') }}
{% endif %}

0 comments on commit e00758e

Please sign in to comment.