From 73007c1fa740a86f8ac45d87395a395fc802ae1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:38:57 +0000 Subject: [PATCH] feat(Dependencies): Update dependency deNBI/autoscaling-cluster to v1.8.5 | datasource | package | from | to | | ----------- | ------------------------- | ----- | ----- | | github-tags | deNBI/autoscaling-cluster | 1.8.4 | 1.8.5 | --- roles/master/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/master/defaults/main.yml b/roles/master/defaults/main.yml index 7865974..1cc7738 100644 --- a/roles/master/defaults/main.yml +++ b/roles/master/defaults/main.yml @@ -1,7 +1,7 @@ autoscaling_user: "ubuntu" autoscaling_home: "/home/{{autoscaling_user}}/autoscaling" autoscaling_env: virtualenv -autoscaling_version: 1.8.4 +autoscaling_version: 1.8.5 scaling_files: cluster_pw: "{{ autoscaling_home }}/cluster_pw.json" slurm_version: v22.5.3