Accepting request 1150184 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
update to 2.3.5 OBS-URL: https://build.opensuse.org/request/show/1150184 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-runner?expand=0&rev=9
This commit is contained in:
parent
ba2af1ddfe
commit
1436d9f2cd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79a1bd134d813c8ea3740599c6fd961a11425ce7757f2fd725cf56d6a1a7236c
|
|
||||||
size 178697
|
|
3
ansible-runner-2.3.5.tar.gz
Normal file
3
ansible-runner-2.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd9ddd5765870ea3c545b6cb47aaad5f04d9a30a628dd3fcdb4f367a28c22085
|
||||||
|
size 178905
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 14 20:22:04 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 2.3.5:
|
||||||
|
* fix pexpect child shutdown race (#1331) by @TheRealHaoLiu in
|
||||||
|
#1336
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 7 07:34:22 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Thu Sep 7 07:34:22 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
@ -85,7 +92,7 @@ Thu Feb 20 15:39:49 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>
|
|||||||
+ Fix some unicode issues when using command line override on python 2.7
|
+ Fix some unicode issues when using command line override on python 2.7
|
||||||
+ Fix an issue with file handles not closing on the pexpect pty
|
+ Fix an issue with file handles not closing on the pexpect pty
|
||||||
+ Fix missing ssh_key parameter from module interface
|
+ Fix missing ssh_key parameter from module interface
|
||||||
+ Fix a bug where the ssh agent process would hang around after
|
+ Fix a bug where the ssh agent process would hang around after
|
||||||
process isolation exit causing a failure to remove temporary directories
|
process isolation exit causing a failure to remove temporary directories
|
||||||
1.4.2 (2019-10-04)
|
1.4.2 (2019-10-04)
|
||||||
+ Reverted ansible-runner --version to print a semantic version number
|
+ Reverted ansible-runner --version to print a semantic version number
|
||||||
@ -98,10 +105,10 @@ Thu Feb 20 15:39:49 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>
|
|||||||
+ Fix command line args override missing from module run kwargs
|
+ Fix command line args override missing from module run kwargs
|
||||||
+ Omit inventory argument entirely if no inventory content is supplied
|
+ Omit inventory argument entirely if no inventory content is supplied
|
||||||
this allows ansible to pick up inventory from implicit locations and ansible.cfg
|
this allows ansible to pick up inventory from implicit locations and ansible.cfg
|
||||||
+ Fix an issue where Runner wouldn't properly clean up process
|
+ Fix an issue where Runner wouldn't properly clean up process
|
||||||
isolation temporary directories
|
isolation temporary directories
|
||||||
+ Fix error generated if unsafe parameter is used on vars prompt tasks
|
+ Fix error generated if unsafe parameter is used on vars prompt tasks
|
||||||
+ Fix an issue where additional callback plugins weren't being
|
+ Fix an issue where additional callback plugins weren't being
|
||||||
used when defined in the environment
|
used when defined in the environment
|
||||||
+ Fix an issue where Runner would stop returning events after the
|
+ Fix an issue where Runner would stop returning events after the
|
||||||
playbook finished when using run_async
|
playbook finished when using run_async
|
||||||
@ -109,7 +116,7 @@ Thu Feb 20 15:39:49 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>
|
|||||||
+ Fix issues using vaulted data that would cause Runner to fail
|
+ Fix issues using vaulted data that would cause Runner to fail
|
||||||
+ Fix an issue where artifact-dir was only allowed in ad-hoc mode
|
+ Fix an issue where artifact-dir was only allowed in ad-hoc mode
|
||||||
- run fdupes
|
- run fdupes
|
||||||
- remove upstreamed patch:
|
- remove upstreamed patch:
|
||||||
0001-Use-the-correct-python-executable-for-tests.patch
|
0001-Use-the-correct-python-executable-for-tests.patch
|
||||||
- disable tests again for now
|
- disable tests again for now
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ansible-runner
|
Name: ansible-runner
|
||||||
Version: 2.3.4
|
Version: 2.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Run ansible-playbook inside an execution environment
|
Summary: Run ansible-playbook inside an execution environment
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user