-
Notifications
You must be signed in to change notification settings - Fork 705
Comparing changes
Open a pull request
base repository: ansible/awx-operator
base: 2.14.0
head repository: ansible/awx-operator
compare: 2.15.0
- 11 commits
- 20 files changed
- 8 contributors
Commits on Mar 27, 2024
-
docs: add description of init container image definition (#1779)
* docs: add description of init container image definition Co-authored-by: kurokobo <kuro664@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 809491b - Browse repository at this point
Copy the full SHA 809491bView commit details -
fix: correct readinessProbe for web pod (#1786)
fix: correct readinesProbe for web pod
Configuration menu - View commit details
-
Copy full SHA for a6e7a1b - Browse repository at this point
Copy the full SHA a6e7a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07b8120 - Browse repository at this point
Copy the full SHA 07b8120View commit details -
Add noxfile and workflow to test docsite PRs (#1794)
* add noxfile with mkdocs build session * add nox build check * include reusable nox in ci workflow
Configuration menu - View commit details
-
Copy full SHA for dc0e86b - Browse repository at this point
Copy the full SHA dc0e86bView commit details -
postgresql: Cast sorted_old_postgres_pods as list (#1791)
With ansible 2.9.27 (operator-sdk v1.27.0) then the reverse filter returns an iterator so we need to cast it to list. The behavior doesn't exist when using a more recent operator-sdk version like v1.34.0 (ansible-core 2.15.8) but using the list filter on that version works too (even if not needed) "sorted_old_postgres_pods": "<list_reverseiterator object at 0x7f539eaa5610>" Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 80a9e8c - Browse repository at this point
Copy the full SHA 80a9e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c70598 - Browse repository at this point
Copy the full SHA 3c70598View commit details
Commits on Apr 1, 2024
-
Remove the ability to customize the postgres_data_dir (#1798)
* in the sclorg Postgresql 15 image, the PGDATA directory is hardcoded * if users were to modify this directory, they would only change the directory the pvc is mounted to, not the directory PostgreSQL uses. This would result in loss of data. * switch from /var/lib/pgsql/data/pgdata to /var/lib/pgsql/data/userdata
Configuration menu - View commit details
-
Copy full SHA for 7bf49c2 - Browse repository at this point
Copy the full SHA 7bf49c2View commit details
Commits on Apr 3, 2024
-
Fix "external_hostname" should not be required while using Route ingr…
…ess (#1807) Fix "external_hostname" required on OCP
Configuration menu - View commit details
-
Copy full SHA for fcbf394 - Browse repository at this point
Copy the full SHA fcbf394View commit details -
Add postgres init container to resolve permissions for some k3s deplo…
…yments (#1805) Add postgres init container if postgres_data_volume_init is true This is aimed to solve the issue where users may need to chmod or chown the postgres data volume for user 26, which is the user that is running postgres in the sclorg image. For example, one can now set the follow on the AWX spec: spec: postgres_init_container_commands: | chown 26:0 /var/lib/pgsql/data chmod 700 /var/lib/pgsql/data Deprecate postgres_init_container_resource_requirements param in favor of postgres_resource_requirements param. Signed-off-by: Seth Foster <fosterbseth@gmail.com> Co-authored-by: craph <14820052+craph@users.noreply.github.com> Co-authored-by: kurokobo <kuro664@gmail.com> Co-authored-by: Christian M. Adams <chadams@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for a5211fe - Browse repository at this point
Copy the full SHA a5211feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b02b5d - Browse repository at this point
Copy the full SHA 7b02b5dView commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 413b700 - Browse repository at this point
Copy the full SHA 413b700View 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.14.0...2.15.0