Accepting request 1088322 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible
add changelog from old package OBS-URL: https://build.opensuse.org/request/show/1088322 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible-runner?expand=0&rev=6
This commit is contained in:
parent
5bcce19d8b
commit
9698aca0fe
@ -13,4 +13,108 @@ Fri May 5 07:13:27 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 20 21:01:20 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- new package ansible-runner
|
||||
- LARGE update to 2.3.2
|
||||
changelogs:
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/1.4.8
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/1.4.9
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.0.0
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.0.1
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.0.2
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.0.3
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.0.4
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.1.1
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.1.2
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.1.3
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.1.4
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.2.0
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.2.1
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.2.2
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.3.0
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.3.1
|
||||
* https://github.com/ansible/ansible-runner/releases/tag/2.3.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 11:00:44 UTC 2022 - pgajdos@suse.com
|
||||
|
||||
- do not require python-mock: the testsuite is not running anyway
|
||||
and newer testsuite (e. g. 2.1.3) will not use mock at all
|
||||
https://trello.com/c/S6eADbii/64-remove-python-mock
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 23 17:43:04 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 1.4.7
|
||||
* Fixed an issue where byte sequences in the output that are not
|
||||
interpretable as UTF-8 would break the job execution.
|
||||
* Fixed a bug that broke Ansible playbook execution prior to
|
||||
version 2.8 of Ansible
|
||||
* Fix an issue with --process_isoloation_*_ paths parsing cli args
|
||||
* Switch extravar format so we can support more than just string
|
||||
types
|
||||
* Make sure job events folder is created earlier to prevent
|
||||
errors when using immediately after starting a runner job
|
||||
* Annotate all runner_on events with start/end/duration times
|
||||
- Drop 0001-Use-the-correct-python-executable-for-tests.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 15:39:49 UTC 2020 - Lars Vogdt <lars@linux-schulserver.de>
|
||||
|
||||
- update to 1.4.4:
|
||||
+ 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 missing ssh_key parameter from module interface
|
||||
+ Fix a bug where the ssh agent process would hang around after
|
||||
process isolation exit causing a failure to remove temporary directories
|
||||
1.4.2 (2019-10-04)
|
||||
+ Reverted ansible-runner --version to print a semantic version number
|
||||
1.4.1 (2019-10-03)
|
||||
+ Fixed a bug that prevented ANSIBLE_HOST_KEY_CHECKING from being respected
|
||||
1.4.0 (2019-09-20)
|
||||
+ Added changed count to stats data
|
||||
+ Added initial support for gathering performance statistics using
|
||||
the system's cgroup interface
|
||||
+ Fix command line args override missing from module run kwargs
|
||||
+ Omit inventory argument entirely if no inventory content is supplied
|
||||
this allows ansible to pick up inventory from implicit locations and ansible.cfg
|
||||
+ Fix an issue where Runner wouldn't properly clean up process
|
||||
isolation temporary directories
|
||||
+ Fix error generated if unsafe parameter is used on vars prompt tasks
|
||||
+ Fix an issue where additional callback plugins weren't being
|
||||
used when defined in the environment
|
||||
+ Fix an issue where Runner would stop returning events after the
|
||||
playbook finished when using run_async
|
||||
+ Fix an issue where unicode in task data 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
|
||||
- run fdupes
|
||||
- remove upstreamed patch:
|
||||
0001-Use-the-correct-python-executable-for-tests.patch
|
||||
- disable tests again for now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 12:14:09 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 1.3.4:
|
||||
* make class __name__ match Ansible expectation
|
||||
* bundle six.ensure_str to avoid pinning to a new six version
|
||||
* Updating for 1.3.4 release
|
||||
* Adopt modified upstream packaging
|
||||
* Add missing lockfile RPM dependency
|
||||
* Fix an issue with missing options
|
||||
* port old callback tests to integration folder
|
||||
* Fix missing toplevel host events docs issue
|
||||
* Move integration data folder, add new test
|
||||
- fix license - ansible-runner also contains code licensed under
|
||||
GPL-3.0-or-later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 13:06:16 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- enable tests in %check
|
||||
- add 0001-Use-the-correct-python-executable-for-tests.patch to fix
|
||||
tests with python3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 06:28:48 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- Initial packaging (version 1.3.3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user