Skip to content

Commit

Permalink
Upgrade to pulp_ansible 0.5.8
Browse files Browse the repository at this point in the history
Issue: AAH-407
  • Loading branch information
newswangerd committed Mar 8, 2021
1 parent 166d45b commit 1097798
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [ -z "$TRAVIS_TAG" ]; then
fi


git clone --depth=1 https://github.com/pulp/pulp_ansible.git --branch 0.5.6
git clone --depth=1 https://github.com/pulp/pulp_ansible.git --branch 0.5.8
if [ -n "$PULP_ANSIBLE_PR_NUMBER" ]; then
cd pulp_ansible
git fetch --depth=1 origin pull/$PULP_ANSIBLE_PR_NUMBER/head:$PULP_ANSIBLE_PR_NUMBER
Expand Down
1 change: 1 addition & 0 deletions CHANGES/407.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update to pulp-ansible 0.5.8
2 changes: 1 addition & 1 deletion galaxy_ng/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.2.2"
__version__ = "4.2.3b1"

default_app_config = "galaxy_ng.app.PulpGalaxyPluginAppConfig"
2 changes: 1 addition & 1 deletion requirements/requirements.common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ openpyxl==3.0.5 # via tablib
packaging==20.4 # via ansible-base, bleach, pulp-ansible
prometheus-client==0.8.0 # via django-prometheus
psycopg2==2.8.6 # via pulpcore
pulp-ansible==0.5.6 # via galaxy-ng (setup.py)
pulp-ansible==0.5.8 # via galaxy-ng (setup.py)
pulpcore==3.7.1 # via galaxy-ng (setup.py), pulp-ansible
pycares==3.1.1 # via aiodns
pycodestyle==2.6.0 # via flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ openpyxl==3.0.5 # via tablib
packaging==20.4 # via ansible-base, bleach, pulp-ansible
prometheus-client==0.8.0 # via django-prometheus
psycopg2==2.8.6 # via pulpcore
pulp-ansible==0.5.6 # via galaxy-ng (setup.py)
pulp-ansible==0.5.8 # via galaxy-ng (setup.py)
pulpcore==3.7.1 # via galaxy-ng (setup.py), pulp-ansible
pycares==3.1.1 # via aiodns
pycodestyle==2.6.0 # via flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ openpyxl==3.0.5 # via tablib
packaging==20.4 # via ansible-base, bleach, pulp-ansible
prometheus-client==0.8.0 # via django-prometheus
psycopg2==2.8.6 # via pulpcore
pulp-ansible==0.5.6 # via galaxy-ng (setup.py)
pulp-ansible==0.5.8 # via galaxy-ng (setup.py)
pulp-container==2.1.0 # via -r requirements/requirements.standalone.in
pulpcore==3.7.1 # via galaxy-ng (setup.py), pulp-ansible, pulp-container
pycares==3.1.1 # via aiodns
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ openpyxl==3.0.3 # via tablib
packaging==20.4 # via bleach, pulp-ansible
prometheus-client==0.8.0 # via django-prometheus
psycopg2==2.8.5 # via pulpcore
pulp-ansible==0.5.6 # via galaxy-ng (setup.py)
pulp-ansible==0.5.8 # via galaxy-ng (setup.py)
pulpcore==3.8.1 # via galaxy-ng (setup.py), pulp-ansible
pycares==3.1.1 # via aiodns
pycodestyle==2.6.0 # via flake8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run(self):
"Django~=2.2.18",
"galaxy-importer==0.2.15",
"pulpcore>=3.7,<3.9",
"pulp-ansible==0.5.6",
"pulp-ansible==0.5.8",
"django-prometheus>=2.0.0",
"drf-spectacular",
]
Expand Down

0 comments on commit 1097798

Please sign in to comment.