diff --git a/README.md b/README.md index 1427cf8..b360b5f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ proxysql_percona_release: latest # The ProxySQL version which should be installed if not using the ProxySQL # repository. # Type: Int -proxysql_version: 1.4.14 +proxysql_version: 1.4.15 # Configuration @@ -379,7 +379,7 @@ proxysql_percona_admin_tool: ### 1) Full configuration example Here you can see a full example of a configuration of ProxySQL. In this case -the role will download the `1.4.14` package directly and not use the repository +the role will download the `1.4.15` package directly and not use the repository (`proxysql_use_official_repo` is set to `False`). This is basically (with some small changes) the [test.yml](tests/test.yml) @@ -389,7 +389,7 @@ file which is used for testing. - hosts: proxysql gather_facts: True vars: - proxysql_version: 1.4.14 + proxysql_version: 1.4.15 proxysql_service_enabled: True proxysql_use_official_repo: True proxysql_login_admin_host: 127.0.0.1 @@ -624,7 +624,7 @@ You can install ProxySQL directly from a ```yaml - hosts: proxysql vars: - proxysql_version: 1.4.14 + proxysql_version: 1.4.15 proxysql_use_official_repo: False proxysql_use_percona_repo: False proxysql_login_admin_host: 127.0.0.1 @@ -861,14 +861,14 @@ An high level overview can be found in the following table: | Distribution | Version | Official repository | Percona repository | Package | |--------------|---------|---------------------|--------------------|---------| -| CentOS | 7 | yes | no | 1.4.14 | -| Debian | 8 | yes | yes | 1.4.14 | -| Debian | 9 | yes | yes | 1.4.14 | -| Ubuntu | 14.04 | yes | yes | 1.4.14 | -| Ubuntu | 16.04 | yes | yes | 1.4.14 | -| Ubuntu | 17.10 | no | yes | 1.4.14 | -| Ubuntu | 18.04 | no | yes | 1.4.14 | -| Ubuntu | 18.10 | no | yes | 1.4.14 | +| CentOS | 7 | yes | no | 1.4.15 | +| Debian | 8 | yes | yes | 1.4.15 | +| Debian | 9 | yes | yes | 1.4.15 | +| Ubuntu | 14.04 | yes | yes | 1.4.15 | +| Ubuntu | 16.04 | yes | yes | 1.4.15 | +| Ubuntu | 17.10 | no | yes | 1.4.15 | +| Ubuntu | 18.04 | no | yes | 1.4.15 | +| Ubuntu | 18.10 | no | yes | 1.4.15 | ```sh diff --git a/defaults/main.yml b/defaults/main.yml index 21609bb..df325d1 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -30,7 +30,7 @@ proxysql_percona_release: latest # The ProxySQL version which should be installed if not using the ProxySQL # repository. # Type: Int -proxysql_version: 1.4.14 +proxysql_version: 1.4.15 # Configuration diff --git a/tests/docker_test_runner.travis.yml b/tests/docker_test_runner.travis.yml index 654639b..c856092 100644 --- a/tests/docker_test_runner.travis.yml +++ b/tests/docker_test_runner.travis.yml @@ -32,10 +32,10 @@ docker_container_environments: proxysql_use_percona_repo: True skip_images: - CentOS_7 - "1_4_14": + "1_4_15": proxysql_use_official_repo: False proxysql_use_percona_repo: False - proxysql_version: 1.4.14 + proxysql_version: 1.4.15 docker_container_volumes: "__PATH__": diff --git a/tests/docker_test_runner.yml b/tests/docker_test_runner.yml index 0e84ae9..dc65e14 100644 --- a/tests/docker_test_runner.yml +++ b/tests/docker_test_runner.yml @@ -37,10 +37,10 @@ docker_container_environments: proxysql_use_percona_repo: True skip_images: - CentOS_7 - "1_4_14": + "1_4_15": proxysql_use_official_repo: False proxysql_use_percona_repo: False - proxysql_version: 1.4.14 + proxysql_version: 1.4.15 docker_container_volumes: "__PATH__": diff --git a/tests/test.yml b/tests/test.yml index 6aa6cdc..0a058ad 100644 --- a/tests/test.yml +++ b/tests/test.yml @@ -3,7 +3,7 @@ - hosts: all gather_facts: True vars: - proxysql_version: 1.4.14 + proxysql_version: 1.4.15 proxysql_service_enabled: True proxysql_use_official_repo: True proxysql_login_admin_host: 127.0.0.1