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

patch: New mahendrapaipuri/ceems upstream release 0.3.1! #36

Merged
merged 1 commit into from
Oct 3, 2024
Merged
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
patch: 🎉 automated upstream release update
Signed-off-by: gitbot <[email protected]>
gitbot committed Oct 3, 2024
commit bdfb316b6f33282a8470a4dda2eeedae8d65701e
2 changes: 1 addition & 1 deletion roles/ceems_exporter/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
ceems_exporter_version: 0.2.1
ceems_exporter_version: 0.3.1
ceems_exporter_binary_local_dir: ""
ceems_exporter_binary_url: "https://github.com/{{ _ceems_exporter_repo }}/releases/download/v{{ ceems_exporter_version }}/\
ceems-{{ ceems_exporter_version }}.linux-{{ go_arch }}.tar.gz"
2 changes: 1 addition & 1 deletion roles/ceems_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ argument_specs:
options:
ceems_exporter_version:
description: CEEMS exporter package version. Also accepts latest as parameter.
default: "0.2.1"
default: "0.3.1"
ceems_exporter_skip_install:
description: CEEMS exporter installation tasks gets skipped when set to true.
type: bool