Skip to content

Commit

Permalink
Update VictoriaMetrics components from v1.101.0 to v1.102.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Jul 17, 2024
1 parent d3e680b commit adf5acc
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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.101.0` |
| victoriametrics_version | Version to install | `v1.102.0` |
| victoriametrics_enterprise | Whether to use enterprise version of binaries. | `false` |
| victoriametrics_license_key | License key for VictoriaMetrics enterprise. | `""` |
| victoriametrics_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |
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.101.0"
victoriametrics_version: "v1.102.0"
victoriametrics_enterprise: false
victoriametrics_license_key: ""
victoriametrics_license_key_file: ""
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.101.0` |
| vmagent_version | vmagent version | `v1.102.0` |
| vmagent_enterprise | Whether to use enterprise version of binaries. | `false` |
| vmagent_license_key | License key for VictoriaMetrics enterprise. | `""` |
| vmagent_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |
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.101.0"
vmagent_version: "v1.102.0"
vmagent_enterprise: false
vmagent_license_key: ""
vmagent_license_key_file: ""
Expand Down
2 changes: 1 addition & 1 deletion roles/vmalert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.101.0` |
| vic_vm_alert_version | Version to install | `v1.102.0` |
| vic_vm_alert_enterprise | Whether to use enterprise version of binaries. | `false` |
| vic_vm_alert_license_key | License key for VictoriaMetrics enterprise. | `""` |
| vic_vm_alert_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |
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.101.0"
vic_vm_alert_version: "v1.102.0"
vic_vm_alert_enterprise: false
vic_vm_alert_license_key: ""
vic_vm_alert_license_key_file: ""
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.101.0` |
| vmauth_version | vmauth version | `v1.102.0` |
| vmauth_enterprise | Whether to use enterprise version of binaries. | `false` |
| vmauth_license_key | License key for VictoriaMetrics enterprise. | `""` |
| vmauth_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |
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.101.0"
vmauth_version: "v1.102.0"
vmauth_enterprise: false
vmauth_license_key: ""
vmauth_license_key_file: ""
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.101.0` |
| vminsert_version | vminsert version | `v1.102.0` |
| vminsert_enterprise | Whether to use enterprise version of binaries. | `false` |
| vminsert_license_key | License key for VictoriaMetrics enterprise. | `""` |
| vminsert_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |
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.101.0"
vminsert_version: "v1.102.0"
vminsert_enterprise: false
vminsert_license_key: ""
vminsert_license_key_file: ""
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.101.0` |
| vmselect_version | vmselect version | `v1.102.0` |
| vmselect_enterprise | Whether to use enterprise version of binaries. | `false` |
| vmselect_license_key | License key for VictoriaMetrics enterprise. | `""` |
| vmselect_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |
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.101.0"
vmselect_version: "v1.102.0"
vmselect_enterprise: false
vmselect_license_key: ""
vmselect_license_key_file: ""
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.101.0` |
| vmstorage_version | vmstorage version | `v1.102.0` |
| vmstorage_enterprise | Whether to use enterprise version of binaries. | `false` |
| vmstorage_license_key | License key for VictoriaMetrics enterprise. | `""` |
| vmstorage_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |
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.101.0"
vmstorage_version: "v1.102.0"
vmstorage_enterprise: false
vmstorage_license_key: ""
vmstorage_license_key_file: ""
Expand Down

0 comments on commit adf5acc

Please sign in to comment.