Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Prometheus 2.3.0 (#124)
Browse files Browse the repository at this point in the history
[minor] new prometheus version
  • Loading branch information
paulfantom committed Jun 9, 2018
1 parent 85ebb4b commit d062629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
prometheus_version: 2.2.1
prometheus_version: 2.3.0

prometheus_config_dir: /etc/prometheus
prometheus_db_dir: /var/lib/prometheus
Expand Down
2 changes: 1 addition & 1 deletion molecule/alternative/tests/test_alternative.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')
DEFAULT_VERSION = "2.2.1"
DEFAULT_VERSION = "2.3.0"


@pytest.mark.parametrize("dirs", [
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
os.environ['MOLECULE_INVENTORY_FILE']).get_hosts('all')
DEFAULT_VERSION = "2.2.1"
DEFAULT_VERSION = "2.3.0"


@pytest.mark.parametrize("dirs", [
Expand Down

0 comments on commit d062629

Please sign in to comment.