Skip to content

Commit e87f7a8

Browse files
authored
Merge pull request #71 from VictoriaMetrics/bump-1.103.0
bump to 1.103.0
2 parents fb46242 + edb02b8 commit e87f7a8

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

roles/single/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See full list at [defaults.yml](./defaults/main.yml)
99
| Parameter | Description | Default |
1010
|-------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
1111
| victoriametrics_repo_url | Repository to get binaries | `https://github.com/VictoriaMetrics/VictoriaMetrics` |
12-
| victoriametrics_version | Version to install | `v1.102.1` |
12+
| victoriametrics_version | Version to install | `v1.103.0` |
1313
| victoriametrics_enterprise | Whether to use enterprise version of binaries. | `false` |
1414
| victoriametrics_license_key | License key for VictoriaMetrics enterprise. | `""` |
1515
| victoriametrics_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |

roles/single/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
victoriametrics_version: "v1.102.1"
2+
victoriametrics_version: "v1.103.0"
33
victoriametrics_enterprise: false
44
victoriametrics_license_key: ""
55
victoriametrics_license_key_file: ""

roles/vmagent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following table lists the configurable parameters of the roles and their def
1313
| Parameter | Description | Default |
1414
|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
1515
| vmagent_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` |
16-
| vmagent_version | vmagent version | `v1.102.1` |
16+
| vmagent_version | vmagent version | `v1.103.0` |
1717
| vmagent_enterprise | Whether to use enterprise version of binaries. | `false` |
1818
| vmagent_license_key | License key for VictoriaMetrics enterprise. | `""` |
1919
| vmagent_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |

roles/vmagent/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
vmagent_version: "v1.102.1"
2+
vmagent_version: "v1.103.0"
33
vmagent_enterprise: false
44
vmagent_license_key: ""
55
vmagent_license_key_file: ""

roles/vmalert/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Installs `vmalert` as binary running with systemd
1111
| Parameter | Description | Default |
1212
|----------------------------------|-------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
1313
| vic_vm_alert_repo_url | Repository to get binaries | `https://github.com/VictoriaMetrics/VictoriaMetrics` |
14-
| vic_vm_alert_version | Version to install | `v1.102.1` |
14+
| vic_vm_alert_version | Version to install | `v1.103.0` |
1515
| vic_vm_alert_enterprise | Whether to use enterprise version of binaries. | `false` |
1616
| vic_vm_alert_license_key | License key for VictoriaMetrics enterprise. | `""` |
1717
| vic_vm_alert_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |

roles/vmalert/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
vic_vm_alert_version: "v1.102.1"
2+
vic_vm_alert_version: "v1.103.0"
33
vic_vm_alert_enterprise: false
44
vic_vm_alert_license_key: ""
55
vic_vm_alert_license_key_file: ""

roles/vmauth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def
99
| Parameter | Description | Default |
1010
|------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
1111
| vmauth_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` |
12-
| vmauth_version | vmauth version | `v1.102.1` |
12+
| vmauth_version | vmauth version | `v1.103.0` |
1313
| vmauth_enterprise | Whether to use enterprise version of binaries. | `false` |
1414
| vmauth_license_key | License key for VictoriaMetrics enterprise. | `""` |
1515
| vmauth_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |

roles/vmauth/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
vmauth_version: "v1.102.1"
2+
vmauth_version: "v1.103.0"
33
vmauth_enterprise: false
44
vmauth_license_key: ""
55
vmauth_license_key_file: ""

roles/vminsert/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def
99
| Parameter | Description | Default |
1010
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
1111
| vminsert_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` |
12-
| vminsert_version | vminsert version | `v1.102.1` |
12+
| vminsert_version | vminsert version | `v1.103.0` |
1313
| vminsert_enterprise | Whether to use enterprise version of binaries. | `false` |
1414
| vminsert_license_key | License key for VictoriaMetrics enterprise. | `""` |
1515
| vminsert_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |

roles/vminsert/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
vminsert_version: "v1.102.1"
2+
vminsert_version: "v1.103.0"
33
vminsert_enterprise: false
44
vminsert_license_key: ""
55
vminsert_license_key_file: ""

roles/vmselect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def
99
| Parameter | Description | Default |
1010
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|
1111
| vmselect_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` |
12-
| vmselect_version | vmselect version | `v1.102.1` |
12+
| vmselect_version | vmselect version | `v1.103.0` |
1313
| vmselect_enterprise | Whether to use enterprise version of binaries. | `false` |
1414
| vmselect_license_key | License key for VictoriaMetrics enterprise. | `""` |
1515
| vmselect_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |

roles/vmselect/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
vmselect_version: "v1.102.1"
2+
vmselect_version: "v1.103.0"
33
vmselect_enterprise: false
44
vmselect_license_key: ""
55
vmselect_license_key_file: ""

roles/vmstorage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following table lists the configurable parameters of the roles and their def
88

99
| Parameter | Description | Default |
1010
|---------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
11-
| vmstorage_version | vmstorage version | `v1.102.1` |
11+
| vmstorage_version | vmstorage version | `v1.103.0` |
1212
| vmstorage_enterprise | Whether to use enterprise version of binaries. | `false` |
1313
| vmstorage_license_key | License key for VictoriaMetrics enterprise. | `""` |
1414
| vmstorage_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |

roles/vmstorage/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
vmstorage_version: "v1.102.1"
2+
vmstorage_version: "v1.103.0"
33
vmstorage_enterprise: false
44
vmstorage_license_key: ""
55
vmstorage_license_key_file: ""

0 commit comments

Comments
 (0)