Skip to content

Commit

Permalink
Bump pulp_ansible version to 0.16.x
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
gerrod3 committed Dec 5, 2022
1 parent 3d34356 commit 77e0643
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .ci/ansible/settings.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TOKEN_SIGNATURE_ALGORITHM = "ES256"
CACHE_ENABLED = True
REDIS_HOST = "localhost"
REDIS_PORT = 6379
TELEMETRY = False
ANALYTICS = False

{% if api_root is defined %}
API_ROOT = {{ api_root | repr }}
Expand Down
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-184-g9a51359
2021.08.26-187-g287fc4d
2 changes: 1 addition & 1 deletion .github/workflows/scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ fi
cd ..


git clone --depth=1 https://github.com/pulp/pulp_ansible.git --branch 0.15.0
git clone --depth=1 https://github.com/pulp/pulp_ansible.git --branch 0.16.0
cd pulp_ansible

if [ -n "$PULP_ANSIBLE_PR_NUMBER" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TAG=ci_build
if [ -e $REPO_ROOT/../pulp_ansible ]; then
PULP_ANSIBLE=./pulp_ansible
else
PULP_ANSIBLE=git+https://github.com/pulp/pulp_ansible.git@0.15.0
PULP_ANSIBLE=git+https://github.com/pulp/pulp_ansible.git@0.16.0
fi
if [ -e $REPO_ROOT/../pulp_container ]; then
PULP_CONTAINER=./pulp_container
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.common.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/requirements.common.txt setup.py
#
Expand Down Expand Up @@ -232,7 +232,7 @@ protobuf==4.21.7
# via pulpcore
psycopg2==2.9.4
# via pulpcore
pulp-ansible==0.15.0
pulp-ansible==0.16.0
# via galaxy-ng (setup.py)
pulp-container==2.14.1
# via galaxy-ng (setup.py)
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.insights.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/requirements.insights.txt requirements/requirements.insights.in setup.py
#
Expand Down Expand Up @@ -252,7 +252,7 @@ protobuf==4.21.7
# via pulpcore
psycopg2==2.9.4
# via pulpcore
pulp-ansible==0.15.0
pulp-ansible==0.16.0
# via galaxy-ng (setup.py)
pulp-container==2.14.1
# via galaxy-ng (setup.py)
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.standalone.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/requirements.standalone.txt requirements/requirements.standalone.in setup.py
#
Expand Down Expand Up @@ -232,7 +232,7 @@ protobuf==4.21.7
# via pulpcore
psycopg2==2.9.4
# via pulpcore
pulp-ansible==0.15.0
pulp-ansible==0.16.0
# via galaxy-ng (setup.py)
pulp-container==2.14.1
# via galaxy-ng (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def _format_pulp_requirement(plugin, specifier=None, ref=None, gh_namespace="pul
requirements = [
"galaxy-importer>=0.4.6,<0.5.0",
"pulpcore>=3.21.3,<3.22.0",
"pulp_ansible>=0.15.0,<0.16.0",
"pulp_ansible>=0.16.0,<0.17.0",
"django-prometheus>=2.0.0",
"drf-spectacular",
"pulp-container>=2.14.1,<2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

additional_repos:
- bindings: true
branch: 0.15.0
branch: 0.16.0
name: pulp_ansible
org: pulp
- bindings: true
Expand Down

0 comments on commit 77e0643

Please sign in to comment.