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

Prometheus 2.3.0 #124

Merged
merged 3 commits into from
Jun 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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