Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roles/all: update all components to release v1.100.1 #61

Merged
merged 1 commit into from
Apr 12, 2024
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 roles/cluster/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Docker images defaults
vm_docker_image_tag: v1.99.0-cluster
vm_docker_image_tag: v1.100.1-cluster
vminsert_docker_repository: victoriametrics/vminsert
vmselect_docker_repository: victoriametrics/vmselect
vmstorage_docker_repository: victoriametrics/vmstorage
Expand Down
2 changes: 1 addition & 1 deletion roles/single/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.99.0` |
| victoriametrics_version | Version to install | `v1.100.1` |
| 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` |
Expand Down
2 changes: 1 addition & 1 deletion roles/single/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
victoriametrics_version: "v1.99.0"
victoriametrics_version: "v1.100.1"

victoriametrics_platform: "{% if victoriametrics_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
victoriametrics_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
Expand Down
2 changes: 1 addition & 1 deletion roles/vmagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.99.0` |
| vmagent_version | vmagent version | `v1.100.1` |
| 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 }}` |
Expand Down
2 changes: 1 addition & 1 deletion roles/vmagent/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
vmagent_version: "v1.99.0"
vmagent_version: "v1.100.1"

vmagent_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
vmagent_platform: "{% if vmagent_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
Expand Down
2 changes: 1 addition & 1 deletion roles/vmalert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.99.0` |
| vic_vm_alert_version | Version to install | `v1.100.1` |
| 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 }}` |
Expand Down
2 changes: 1 addition & 1 deletion roles/vmalert/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
vic_vm_alert_version: "v1.99.0"
vic_vm_alert_version: "v1.100.1"

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 %}"
Expand Down
2 changes: 1 addition & 1 deletion roles/vmauth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.99.0` |
| vmauth_version | vmauth version | `v1.100.1` |
| 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 }}` |
Expand Down
2 changes: 1 addition & 1 deletion roles/vmauth/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
vmauth_version: "v1.99.0"
vmauth_version: "v1.100.1"

vmauth_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
vmauth_platform: "{% if vmauth_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
Expand Down
2 changes: 1 addition & 1 deletion roles/vminsert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.99.0` |
| vminsert_version | vminsert version | `v1.100.1` |
| 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 }}` |
Expand Down
2 changes: 1 addition & 1 deletion roles/vminsert/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
vminsert_version: "v1.99.0"
vminsert_version: "v1.100.1"

vminsert_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
vminsert_platform: "{% if vminsert_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
Expand Down
2 changes: 1 addition & 1 deletion roles/vmselect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.99.0` |
| vmselect_version | vmselect version | `v1.100.1` |
| 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 }}` |
Expand Down
2 changes: 1 addition & 1 deletion roles/vmselect/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
vmselect_version: "v1.99.0"
vmselect_version: "v1.100.1"

vmselect_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
vmselect_platform: "{% if vmselect_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
Expand Down
2 changes: 1 addition & 1 deletion roles/vmstorage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.99.0` |
| vmstorage_version | vmstorage version | `v1.100.1` |
| 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` |
Expand Down
2 changes: 1 addition & 1 deletion roles/vmstorage/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
vmstorage_version: "v1.99.0"
vmstorage_version: "v1.100.1"

vmstorage_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
vmstorage_platform: "{% if vmstorage_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
Expand Down
Loading