8000 Tags · ansible/ansible-runner · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ansible/ansible-runner

Tags

2.4.1

Toggle 2.4.1's commit message
Bump core integration tests for core 2.18 release (#1401)

(cherry picked from commit 9e0eac5)

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove CodeCov upload from CI (#1357)

2.3.6

Toggle 2.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Untag instead of force remove image for podman (#1342) (#1344)

now cleanup_images will behave the same for podman and docker

(cherry picked from commit d51a2f3)

Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>

2.3.5

Toggle 2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix pexpect child shutdown race (#1331) (#1336)

* ensure that any stdout data produced by the child after the last `expect()` call is consumed

Co-authored-by: Matt Davis <6775756+nitzmahone@users.noreply.github.com>

2.3.4

Toggle 2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Give more detail when we cannot process a non-JSON streamed line (#1186…

…) (#1258)

Pack the line information into job_explanation for technical reasons

Limit line length in these error messages to print to 1000 characters

Update tests to check for more error reporting

2.3.3

Toggle 2.3.3's commit message
Release 2.3.3

2.3.2

Toggle 2.3.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Emit periodic keepalive events from `Worker` (#1191) (#1201)

* new CLI arg and envvar for `Worker` mode to optionally emit regular keepalive events; fixes issues with container runtimes that assume long-silent stdout == hung process

---------

Co-authored-by: Alan Rominger <arominge@redhat.com>
(cherry picked from commit fd9d67a)

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Flush buffer in streaming interface before writing zip data (#1162)

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Flush buffer in streaming interface before writing zip data (#1163)

2.3.0

Toggle 2.3.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
remove any pipe files before zip/unzipping (#1133)

* Write test to demonstrate job hang on pipes

* Remove any pipe files before zip/unzipping

- Prevents hangs when zipping, unzipping artifacts dir. If python
attempts to open a fifo pipe, it will block indefinitely until it can
read data from the pipe.

* move fifo check below symlink

Co-authored-by: Alan Rominger <arominge@redhat.com>
0