diff --git a/roles/cluster/defaults/main.yml b/roles/cluster/defaults/main.yml index ff53763..fb2259a 100644 --- a/roles/cluster/defaults/main.yml +++ b/roles/cluster/defaults/main.yml @@ -1,6 +1,6 @@ --- # Docker images defaults -vm_docker_image_tag: v1.100.1-cluster +vm_docker_image_tag: v1.101.0-cluster vminsert_docker_repository: victoriametrics/vminsert vmselect_docker_repository: victoriametrics/vmselect vmstorage_docker_repository: victoriametrics/vmstorage diff --git a/roles/single/README.md b/roles/single/README.md index bfe76ec..e51c13e 100644 --- a/roles/single/README.md +++ b/roles/single/README.md @@ -9,7 +9,7 @@ See full list at [defaults.yml](./defaults/main.yml) | Parameter | Description | Default | |-------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------| | victoriametrics_repo_url | Repository to get binaries | `https://github.com/VictoriaMetrics/VictoriaMetrics` | -| victoriametrics_version | Version to install | `v1.100.1` | +| victoriametrics_version | Version to install | `v1.101.0` | | victoriametrics_download_url | Resulting download url. | `"{{ victoriametrics_repo_url }}/releases/download/{{ victoriametrics_version }}/vmutils-{{ go_arch }}-{{ victoriametrics_version }}.tar.gz"` | | victoriametrics_utils_download_url | Resulting download url. | `"{{ victoriametrics_repo_url }}/releases/download/{{ victoriametrics_version }}/vmutils-{{ go_arch }}-{{ victoriametrics_version }}.tar.gz"` | | victoriametrics_system_user | User to run service. | `victoriametrics` | diff --git a/roles/single/defaults/main.yml b/roles/single/defaults/main.yml index a2fa0d7..034ee16 100644 --- a/roles/single/defaults/main.yml +++ b/roles/single/defaults/main.yml @@ -1,5 +1,5 @@ --- -victoriametrics_version: "v1.100.1" +victoriametrics_version: "v1.101.0" victoriametrics_platform: "{% if victoriametrics_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}" victoriametrics_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics" diff --git a/roles/vmagent/README.md b/roles/vmagent/README.md index 1221767..2ac7aa0 100644 --- a/roles/vmagent/README.md +++ b/roles/vmagent/README.md @@ -13,7 +13,7 @@ The following table lists the configurable parameters of the roles and their def | Parameter | Description | Default | |-------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------| | vmagent_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` | -| vmagent_version | vmagent version | `v1.100.1` | +| vmagent_version | vmagent version | `v1.101.0` | | vmagent_download_url | URL to download archive | `{{ vmagent_repo_url }}/releases/download/{{ vmagent_version }}/vmutils-{{ vmagent_version }}.tar.gz` | | vmagent_system_user | User to run vmagent | `vic_vm_agent` | | vmagent_system_group | Group for user of vmagent | `{{ vmagent_system_user }}` | diff --git a/roles/vmagent/defaults/main.yml b/roles/vmagent/defaults/main.yml index 86e6445..efa5bb7 100644 --- a/roles/vmagent/defaults/main.yml +++ b/roles/vmagent/defaults/main.yml @@ -1,5 +1,5 @@ --- -vmagent_version: "v1.100.1" +vmagent_version: "v1.101.0" vmagent_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics" vmagent_platform: "{% if vmagent_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}" diff --git a/roles/vmalert/README.md b/roles/vmalert/README.md index e78784f..07fae51 100644 --- a/roles/vmalert/README.md +++ b/roles/vmalert/README.md @@ -9,7 +9,7 @@ Installs `vmalert` as binary running with systemd | Parameter | Description | Default | |----------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| | vic_vm_alert_repo_url | Repository to get binaries | `https://github.com/VictoriaMetrics/VictoriaMetrics` | -| vic_vm_alert_version | Version to install | `v1.100.1` | +| vic_vm_alert_version | Version to install | `v1.101.0` | | vic_vm_alert_download_url | Resulting download url. | `"{{ vic_vm_alert_repo_url }}/releases/download/{{ vic_vm_alert_version }}/vmutils-{{ go_arch }}-{{ vic_vm_alert_version }}.tar.gz"` | | vic_vm_alert_system_user | User to run `vmalert`. | `vic_vm_alert` | | vic_vm_alert_system_group | Group to run `vmalert`. | `{{ vic_vm_alert_system_user }}` | diff --git a/roles/vmalert/defaults/main.yml b/roles/vmalert/defaults/main.yml index cbf6d1d..a613507 100644 --- a/roles/vmalert/defaults/main.yml +++ b/roles/vmalert/defaults/main.yml @@ -1,5 +1,5 @@ --- -vic_vm_alert_version: "v1.100.1" +vic_vm_alert_version: "v1.101.0" vic_vm_alert_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics" vic_vm_alert_platform: "{% if vic_vm_alert_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}" diff --git a/roles/vmauth/README.md b/roles/vmauth/README.md index c651248..0a125e8 100644 --- a/roles/vmauth/README.md +++ b/roles/vmauth/README.md @@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def | Parameter | Description | Default | |------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| | vmauth_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` | -| vmauth_version | vmauth version | `v1.100.1` | +| vmauth_version | vmauth version | `v1.101.0` | | vmauth_download_url | URL to download archive | `{{ vmauth_repo_url }}/releases/download/{{ vmauth_version }}/vmutils-{{ vmauth_version }}.tar.gz` | | vmauth_system_user | User to run vmauth | `victoriametrics` | | vmauth_system_group | Group for user of vmauth | `{{ vmauth_system_user }}` | diff --git a/roles/vmauth/defaults/main.yml b/roles/vmauth/defaults/main.yml index 114d2d5..ba7e0ff 100644 --- a/roles/vmauth/defaults/main.yml +++ b/roles/vmauth/defaults/main.yml @@ -1,5 +1,5 @@ --- -vmauth_version: "v1.100.1" +vmauth_version: "v1.101.0" vmauth_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics" vmauth_platform: "{% if vmauth_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}" diff --git a/roles/vminsert/README.md b/roles/vminsert/README.md index 0607813..ea9a329 100644 --- a/roles/vminsert/README.md +++ b/roles/vminsert/README.md @@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def | Parameter | Description | Default | |--------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------| | vminsert_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` | -| vminsert_version | vminsert version | `v1.100.1` | +| vminsert_version | vminsert version | `v1.101.0` | | vminsert_download_url | URL to download archive | `{{ vminsert_repo_url }}/releases/download/{{ vminsert_version }}/vmutils-{{ vminsert_version }}.tar.gz` | | vminsert_system_user | User to run vminsert | `victoriametrics` | | vminsert_system_group | Group for user of vminsert | `{{ vminsert_system_user }}` | diff --git a/roles/vminsert/defaults/main.yml b/roles/vminsert/defaults/main.yml index 5e87c9e..12859a3 100644 --- a/roles/vminsert/defaults/main.yml +++ b/roles/vminsert/defaults/main.yml @@ -1,5 +1,5 @@ --- -vminsert_version: "v1.100.1" +vminsert_version: "v1.101.0" vminsert_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics" vminsert_platform: "{% if vminsert_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}" diff --git a/roles/vmselect/README.md b/roles/vmselect/README.md index 0f61b2f..1f16b48 100644 --- a/roles/vmselect/README.md +++ b/roles/vmselect/README.md @@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def | Parameter | Description | Default | |--------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------| | vmselect_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` | -| vmselect_version | vmselect version | `v1.100.1` | +| vmselect_version | vmselect version | `v1.101.0` | | vmselect_download_url | URL to download archive | `{{ vmselect_repo_url }}/releases/download/{{ vmselect_version }}/vmutils-{{ vmselect_version }}.tar.gz` | | vmselect_system_user | User to run vmselect | `victoriametrics` | | vmselect_system_group | Group for user of vmselect | `{{ vmselect_system_user }}` | diff --git a/roles/vmselect/defaults/main.yml b/roles/vmselect/defaults/main.yml index 6b20508..b7f0b37 100644 --- a/roles/vmselect/defaults/main.yml +++ b/roles/vmselect/defaults/main.yml @@ -1,5 +1,5 @@ --- -vmselect_version: "v1.100.1" +vmselect_version: "v1.101.0" vmselect_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics" vmselect_platform: "{% if vmselect_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}" diff --git a/roles/vmstorage/README.md b/roles/vmstorage/README.md index 75d7a53..3e1613e 100644 --- a/roles/vmstorage/README.md +++ b/roles/vmstorage/README.md @@ -8,7 +8,7 @@ The following table lists the configurable parameters of the roles and their def | Parameter | Description | Default | |---------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| -| vmstorage_version | vmstorage version | `v1.100.1` | +| vmstorage_version | vmstorage version | `v1.101.0` | | vmstorage_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` | | vmstorage_download_url | URL to download archive | `{{ vmstorage_repo_url }}/releases/download/{{ vmstorage_version }}/vmutils-{{ vmstorage_version }}.tar.gz` | | vmstorage_system_user | User to run vmstorage | `victoriametrics` | diff --git a/roles/vmstorage/defaults/main.yml b/roles/vmstorage/defaults/main.yml index 2bbb0e2..4e6af2f 100644 --- a/roles/vmstorage/defaults/main.yml +++ b/roles/vmstorage/defaults/main.yml @@ -1,5 +1,5 @@ --- -vmstorage_version: "v1.100.1" +vmstorage_version: "v1.101.0" vmstorage_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics" vmstorage_platform: "{% if vmstorage_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"