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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ansible/ansible-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: ansible/ansible-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.1
Choose a head ref
  • 14 commits
  • 21 files changed
  • 6 contributors

Commits on May 22, 2024

  1. Fix test for get_role_list (#1361)

    (cherry picked from commit 877a4f1)
    Shrews committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7c27dab View commit details
    Browse the repository at this point in the history
  2. Bump setuptools and setuptools_scm (#1365)

    (cherry picked from commit 97d98ed)
    Shrews committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1097909 View commit details
    Browse the repository at this point in the history
  3. Update core integration testing versions (#1360) (#1368)

    (cherry picked from commit 42ef262)
    Shrews authored May 22, 2024
    Configuration menu
    Copy the full SHA
    c118b86 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update CI action versions (#1370) (#1372)

    (cherry picked from commit 69ba8e2)
    Shrews authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4c583c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Fix roles_path type in docstring (#1373) (#1375)

    (cherry picked from commit bca2310)
    Shrews authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    41e5cd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update external_interface.rst (#1353) (#1376)

    Update external_interface.rst for missing word
    
    (cherry picked from commit c3e8cdb)
    
    Co-authored-by: Jan-Piet Mens <jp@mens.de>
    Shrews and jpmens authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1191a0c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Update community comms info (#1392)

    * update community comms info
    
    (cherry picked from commit b6fe3dd)
    oraNod authored and Shrews committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    7ee1d19 View commit details
    Browse the repository at this point in the history
  2. Docs: remove IRC remnants (#1393)

    * Docs: remove IRC remnants
    
    Co-authored-by: Don Naro <dnaro@redhat.com>
    (cherry picked from commit 8e7623e)
    2 people authored and Shrews committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    9199f4c View commit details
    Browse the repository at this point in the history
  3. Docs: change Getting started EE guide reference to point to the relev…

    …ant location (#1395)
    
    (cherry picked from commit 1bad459)
    Andersson007 authored and Shrews committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    e541a37 View commit details
    Browse the repository at this point in the history
  4. Upgrade documentation requirements (#1394)

    (cherry picked from commit ca0df81)
    Shrews committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    d335d8c View commit details
    Browse the repository at this point in the history
  5. Bump jinja2 from 3.1.4 to 3.1.5 in /docs (#1407)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.4...3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit ec628a3)
    dependabot[bot] authored and Shrews committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    d4ea515 View commit details
    Browse the repository at this point in the history
  6. Bump cryptography from 43.0.1 to 44.0.1 in /docs (#1412)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.1...44.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit f95972b)
    dependabot[bot] authored and Shrews committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    ab8ca88 View commit details
    Browse the repository at this point in the history
  7. Modify volume mount behavior when source does not exist (#1408)

    Pass through container volume mounts as-is.
    
    ansible-runner will ignore adding the mountpoint to the '-v` argument list if
    the source path does not exist. Instead it should respect whatever the
    user is passing to the '--container-volume-mount' option. The exception would
    be if the user tried to pass a file as the source path; ansible-runner should
    resolve the file's parent directory.
    
    (cherry picked from commit 2989177)
    demonpig authored and Shrews committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    4ff8ce3 View commit details
    Browse the repository at this point in the history
  8. Bump core integration tests for core 2.18 release (#1401)

    (cherry picked from commit 9e0eac5)
    Shrews committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    ac1a759 View commit details
    Browse the repository at this point in the history
Loading
0