Skip to content

Tags: kurokobo/awx

Tags

24.4.0

Toggle 24.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix up ansible-test sanity checks due to ansible 2.17 release (ansibl…

…e#15208)

* Fix up ansible sanity checks

* Fix awx-collection test failure

* Add ignore for ansible-test 2.17 

---------

Signed-off-by: Seth Foster <fosterbseth@gmail.com>
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>

24.3.1

Toggle 24.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do some aesthetic adjustments to role presentation fields (ansible#15153

)

* Do some asthetic adjustments to role presentation fields

* Correctly test managed setup

* Minor migration adjustments

24.3.0

Toggle 24.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backports previously approved corrections. (ansible#15121)

* Backports previously approved corrections.

* Deleted a blank line in inventories line 100

24.2.0

Toggle 24.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Publish amd64 and arm64 awx image on release (ansible#15053)

* Stage multi-arch awx image

- change CI to use `make awx-kube-build` instead of build playbook
- update staging CI to build and push multiarch awx image
- update doc to use `make awx-kube-build` to build awx image
- remove build playbook (no longer used)

24.1.0

Toggle 24.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dockerfile: Fix collectstatic command (ansible#15035)

Recent changes in awx and/or django ansible base cause the django
collectstatic command to fail when using an empty settings file.
Instead, use the defaults settings file from controller via
DJANGO_SETTINGS_MODULE=awx.settings.defaults

[linux/amd64 builder 13/13] RUN AWX_SETTINGS_FILE=/dev/null
SKIP_SECRET_KEY_CHECK=yes SKIP_PG_VERSION_CHECK=yes
/var/lib/awx/venv/awx/bin/awx-manage collectstatic --noinput --clear
Traceback (most recent call last):
(...)
django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly
configured. Please supply the ENGINE value. Check settings documentation for
more details.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>

24.0.0

Toggle 24.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prune dangle image periodically (ansible#14957)

Prune dangle image periodically

pairs with ansible/ansible-runner#1342

this fix the problem of us forcefully remove images when setting changing ee image that's being used in a job causing the job to fail

23.9.0

Toggle 23.9.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Publish multi-arch versioned awx-ee

dependent on ansible/awx-ee#235

23.8.1

Toggle 23.8.1's commit message
Fix the persistent breakage when cleaning up branches

The github workflow that we have set up for branch deletion doesn't work:

- the `on: delete` event does not support the `branches:` filter
- the `mode` flag for the aws_s3 module does not have `delete` as one
  of the options.  The proper option appears to be `delobj`.

23.8.0

Toggle 23.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch to docker_compose_v2 in tools playbook (ansible#14872)

Switch to docker_compose_v2

Fix
```
"Configuration error - kwargs_from_env() got an unexpected keyword argument 'ssl_version'"}
```

23.7.0

Toggle 23.7.0's commit message
Avoid EDA dev env port conflict

* Not many, if any, folks use the notebook feature. It kind of goes in
  and out of popularity. We've used it in the past when we work on
  features that require visualization (i.e. network graphs, workflows).
  Might as well keep it around in case we use it again.