From c6cf19e4c0884f979ff776503762a5f885c3c617 Mon Sep 17 00:00:00 2001 From: Eduardo Olivares Date: Fri, 25 Aug 2023 10:36:23 +0200 Subject: [PATCH] Update latest stable tag to 0.6.14 - latest supporting python3.6 A new tag is needed after 0.6.13 because the tag and the value configured at infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml should be aligned in order to use it as the latest python3.6 supported Tobiko version. Change-Id: Ibd573d7b75e492259883ea1a6e455ee917a43f89 --- infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml b/infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml index 2b454d565..f794e468f 100644 --- a/infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml +++ b/infrared_plugin/roles/tobiko-ir-init/tasks/main.yaml @@ -12,7 +12,7 @@ vars: deploy_dir: '{{ tobiko_src_dir | realpath }}' deploy_git_repo: '{{ tobiko_git_repo }}' - deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.13') }}" + deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.14') }}" deploy_git_remote: "{{ tobiko_git_remote | default('') }}" when: create_tobiko_dir is changed