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.14.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.15.0
Choose a head ref
  • 11 commits
  • 20 files changed
  • 8 contributors

Commits on Mar 27, 2024

  1. docs: add description of init container image definition (#1779)

    * docs: add description of init container image definition
    
    Co-authored-by: kurokobo <kuro664@gmail.com>
    zaki-lknr and kurokobo authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    809491b View commit details
    Browse the repository at this point in the history
  2. fix: correct readinessProbe for web pod (#1786)

    fix: correct readinesProbe for web pod
    kurokobo authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a6e7a1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b8120 View commit details
    Browse the repository at this point in the history
  4. 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
    oraNod authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    dc0e86b View commit details
    Browse the repository at this point in the history
  5. 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>
    dsavineau authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    80a9e8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c70598 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. 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
    rooftopcellist authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7bf49c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Fix "external_hostname" should not be required while using Route ingr…

    …ess (#1807)
    
    Fix "external_hostname" required on OCP
    TheRealHaoLiu authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fcbf394 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a5211fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b02b5d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

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