Skip to content

Commit a0c8df4

Browse files
committed
Update VictoriaLogs release tag from v1.45.0 to v1.46.0
See https://github.com/VictoriaMetrics/VictoriaLogs/releases/tag/v1.46.0
1 parent f12cfd6 commit a0c8df4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

roles/vlagent/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
| vlagent_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaLogs` |
12-
| vlagent_version | vlagent version | `v1.45.0` |
12+
| vlagent_version | vlagent version | `v1.46.0` |
1313
| vlagent_enterprise | Whether to use enterprise version of binaries. | `false` |
1414
| vlagent_license_key | License key for VictoriaMetrics enterprise. | `""` |
1515
| vlagent_license_key_file | License key file for VictoriaMetrics enterprise. | `""` |

roles/vlagent/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
vlagent_version: "v1.45.0"
2+
vlagent_version: "v1.46.0"
33
vlagent_enterprise: false
44
vlagent_license_key: ""
55
vlagent_license_key_file: ""

roles/vlsingle/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
| victorialogs_repo_url | Repository to get binaries | `https://github.com/VictoriaMetrics/VictoriaLogs` |
12-
| victorialogs_version | Version to install | `v1.45.0` |
12+
| victorialogs_version | Version to install | `v1.46.0` |
1313
| victorialogs_download_url | Resulting download url. | `"{{ victorialogs_repo_url }}/releases/download/{{ victorialogs_version }}-victorialogs/victoria-logs-{{ victorialogs_platform }}-{{ go_arch }}-{{ victorialogs_version }}-victorialogs.tar.gz"` |
1414
| victorialogs_system_user | User to run service. | `victorialogs` |
1515
| victorialogs_system_group | Group to run service. | `{{ victorialogs_system_user }}` |

roles/vlsingle/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
victorialogs_version: "v1.45.0"
2+
victorialogs_version: "v1.46.0"
33
victorialogs_enterprise: false
44
victorialogs_license_key: ""
55
victorialogs_license_key_file: ""

0 commit comments

Comments
 (0)