Skip to content

Commit

Permalink
chore(vmagent): upgrade to v1.106.0
Browse files Browse the repository at this point in the history
Release-As: 1.5.5
  • Loading branch information
meysam81 committed Nov 7, 2024
1 parent 3427c58 commit 51e564d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: meysam81
name: general
version: 1.5.4
version: 1.5.5
readme: README.md
authors:
- Meysam Azad <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion roles/vmagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ vmagent_user: vmagent
#### Default value
```YAML
vmagent_version: 1.104.0
vmagent_version: 1.106.0
```
### vmagent_vmutils_url
Expand Down
2 changes: 1 addition & 1 deletion roles/vmagent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ vmagent_remote_write_token_file: ""
vmagent_remote_write_username: ""
vmagent_scrape_interval: 30s
vmagent_user: vmagent
vmagent_version: 1.104.0
vmagent_version: 1.106.0
vmagent_vmutils_url: https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/v{{ vmagent_version | regex_replace('^v', '') }}/vmutils-{{ vmagent_os }}-{{ vmagent_arch }}-v{{ vmagent_version | regex_replace('^v', '') }}.tar.gz

Check warning on line 24 in roles/vmagent/defaults/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[line-length]

Line too long (238 > 160 characters)

0 comments on commit 51e564d

Please sign in to comment.