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/awx-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.15.0
Choose a base ref
...
head repository: ansible/awx-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.16.0
Choose a head ref
  • 7 commits
  • 21 files changed
  • 7 contributors

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    a5d5028 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. adding new variables for redhat hybrid cloud console to metrics-utili…

    …ty (#1816)
    
    adding new variables for redhat hybrid cloud console shipping
    simplifying configmap and secret setup
    making pvc creation conditional on ship_target type being directory
    aknochow authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e6e1025 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Output debug resource to file in molecule test (#1823)

    - output all relevant k8s resource to file on failure
    - output awx job list and job details to file on failure
    - output all pod logs to file on failure
    - added STORE_DEBUG_OUTPUT to enable debug output gathering
    - added DEBUG_OUTPUT_DIR to control where the debug output files will be stored
    - when molecule test fail in CI trigger artifact gathering
    TheRealHaoLiu authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0b37f76 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. docs: add a tip to add extra settings through configmaps or secrets a…

    …nd improve an example for that (#1824)
    
    * docs: add a tip to add extra settings through configmaps or secrets and improve an example for that
    kurokobo authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b7370d0 View commit details
    Browse the repository at this point in the history
  2. Bump the dependencies group in /docs with 1 update (#1802)

    Bumps the dependencies group in /docs with 1 update: [mkdocs-ansible](https://github.com/ansible/mkdocs-ansible).
    
    Updates `mkdocs-ansible` from 24.2.1 to 24.3.0
    - [Release notes](https://github.com/ansible/mkdocs-ansible/releases)
    - [Commits](ansible/mkdocs-ansible@v24.2.1...v24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-ansible
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c7c7171 View commit details
    Browse the repository at this point in the history
  3. Format Markdown list properly in upgrading.md (#1825)

    Ensures the list is properly rendered in readthedocs website.
    Improves the documentation to build and serve the docs locally.
    
    Co-authored-by: Florian Sey <[email protected]>
    sey and sey authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f8bbe9f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. backup: Remove default parameter from jinja map (#1839)

    The default paramater from the jinja map filter has been added in the
    2.11.0 release.
    However, the downstream ansible operator is still using ansible 2.9
    with jinja 2.10.x so using the default parameter leads to the
    following error:
    
    TASK [Dump ingress tls secret names from awx spec and data into file]
    ********************************
    The error was: jinja2.exceptions.FilterArgumentError: Unexpected
    keyword argument 'default'
    fatal: [localhost]: FAILED! => {
      "msg": "Unexpected failure during module execution.",
      "stdout": ""
    }
    
    Rather than using the default parameter with the map filter then add the
    selectattr filter to get only the items with tls_secret defined and then
    get the tls_secret attribute with the map filter.
    
    This also gets rid of the when statement since we always get an empty
    list when no tls_secret are present in ingress_hosts so the loop statement
    will be skipped on the empty list.
    
    Finally this changes the default value from the ingress_hosts field because
    it's a list rather than a string.
    
    https://jinja.palletsprojects.com/en/latest/templates/#jinja-filters.map
    
    Signed-off-by: Dimitri Savineau <[email protected]>
    dsavineau authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3fa6085 View commit details
    Browse the repository at this point in the history
Loading