-
Notifications
You must be signed in to change notification settings - Fork 706
Comparing changes
Open a pull request
base repository: ansible/awx-operator
base: 2.15.0
head repository: ansible/awx-operator
compare: 2.16.0
- 7 commits
- 21 files changed
- 7 contributors
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a5d5028 - Browse repository at this point
Copy the full SHA a5d5028View commit details
Commits on Apr 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for e6e1025 - Browse repository at this point
Copy the full SHA e6e1025View commit details
Commits on Apr 12, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 0b37f76 - Browse repository at this point
Copy the full SHA 0b37f76View commit details
Commits on Apr 17, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b7370d0 - Browse repository at this point
Copy the full SHA b7370d0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c7c7171 - Browse repository at this point
Copy the full SHA c7c7171View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f8bbe9f - Browse repository at this point
Copy the full SHA f8bbe9fView commit details
Commits on Apr 23, 2024
-
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]>Configuration menu - View commit details
-
Copy full SHA for 3fa6085 - Browse repository at this point
Copy the full SHA 3fa6085View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.15.0...2.16.0