Set the new stable release as 0.4.9

This new release includes below important fixes:
- https://review.opendev.org/c/x/tobiko/+/808856
- https://review.opendev.org/c/x/tobiko/+/808707
- https://review.opendev.org/c/x/tobiko/+/807846
- https://review.opendev.org/c/x/tobiko/+/808062

Change-Id: I064f856a316a2677a2cfca1edadc4961e9c9e2b5
This commit is contained in:
Federico Ressi 2021-09-16 11:32:26 +02:00
parent af377b71ac
commit bf6fe14d0d
1 changed files with 1 additions and 1 deletions

View File

@ -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.4.7') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.4.9') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed