diff --git a/Armada.egg-info/PKG-INFO b/Armada.egg-info/PKG-INFO index 776e919b..89916d4b 100644 --- a/Armada.egg-info/PKG-INFO +++ b/Armada.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: Armada -Version: 1.1.0.dev687 +Version: 1.1.0.dev688 Summary: Tool for managing multiple Helm charts with dependencies by centralizing all configurations in a single Armada YAML and providing life-cycle hooks for all Helm releases. Home-page: https://airshipit.org Author: The Airship Authors @@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.10 License-File: LICENSE +License-File: AUTHORS Armada ====== diff --git a/Armada.egg-info/SOURCES.txt b/Armada.egg-info/SOURCES.txt index d194d640..b2518bd4 100644 --- a/Armada.egg-info/SOURCES.txt +++ b/Armada.egg-info/SOURCES.txt @@ -5,10 +5,13 @@ .stestr.conf .style.yapf .zuul.yaml +AUTHORS CONTRIBUTING.rst +ChangeLog LICENSE Makefile README.rst +bindep.txt controller.sh entrypoint.sh plugin.yaml @@ -233,5 +236,7 @@ tools/gate/playbooks/build-charts.yaml tools/gate/playbooks/debug-report.yaml tools/gate/playbooks/docker-image-build.yaml tools/gate/playbooks/git-config.yaml +tools/gate/playbooks/roles tools/gate/playbooks/vars.yaml -tools/gate/playbooks/files/docker-systemd.conf \ No newline at end of file +tools/gate/roles/disable-systemd-resolved/tasks/disable-systemd-resolved.yaml +tools/gate/roles/disable-systemd-resolved/tasks/main.yaml \ No newline at end of file diff --git a/Armada.egg-info/pbr.json b/Armada.egg-info/pbr.json index 8e8b46a1..e63a7f31 100644 --- a/Armada.egg-info/pbr.json +++ b/Armada.egg-info/pbr.json @@ -1 +1 @@ -{"git_version": "5658b3d", "is_release": false} \ No newline at end of file +{"git_version": "23d7142", "is_release": false} \ No newline at end of file diff --git a/Armada.egg-info/requires.txt b/Armada.egg-info/requires.txt index 594843d7..11f41a7c 100644 --- a/Armada.egg-info/requires.txt +++ b/Armada.egg-info/requires.txt @@ -3,6 +3,7 @@ configparser deepdiff<=5.8.1 docutils falcon +gitpython importlib_metadata jsonschema<=3.2.0 keystoneauth1<=5.1.1 @@ -16,10 +17,10 @@ oslo.policy<=3.10.1 oslo.utils<=4.12.3 prometheus-client==0.8.0 pylibyaml==0.1.0 -python_dateutil==2.8.2 +python-dateutil==2.8.1 PyYAML<=5.4.1 reno -requests==2.27.0 +requests==2.23.0 retry setuptools<=45.2.0 six diff --git a/doc/requirements.txt b/doc/requirements.txt index 764aac4d..e82ef36d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,13 +1,13 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Sphinx==6.1.3 -sphinx-rtd-theme==0.5.0 -reno -pylibyaml==0.1.0 -plantuml -sphinxcontrib-apidoc==0.3.0 # BSD -sphinxcontrib-plantuml==0.25 -jinja2 +docutils<=0.17 +Jinja2<=3.0.3 MarkupSafe<2.1.0, >=0.9.2 -docutils \ No newline at end of file +plantuml +pylibyaml==0.1.0 +reno +sphinx-rtd-theme==0.5.0 +Sphinx==3.3.1 +sphinxcontrib-apidoc==0.3.0 # BSD +sphinxcontrib-plantuml==0.25 \ No newline at end of file diff --git a/requirements-direct.txt b/requirements-direct.txt index 1ce2dbbc..1d00022f 100644 --- a/requirements-direct.txt +++ b/requirements-direct.txt @@ -1,10 +1,11 @@ click configparser deepdiff<=5.8.1 -docutils +docutils<=0.17 falcon gitpython -importlib_metadata +importlib-metadata~=2.0 +Jinja2<=3.0.3 jsonschema<=3.2.0 keystoneauth1<=5.1.1 kubernetes==26.1.0 @@ -17,14 +18,14 @@ oslo.policy<=3.10.1 oslo.utils<=4.12.3 prometheus-client==0.8.0 pylibyaml==0.1.0 -python_dateutil==2.8.2 +python-dateutil==2.8.1 PyYAML<=5.4.1 reno -requests==2.27.0 +requests==2.23.0 retry setuptools<=45.2.0 six -Sphinx +Sphinx==3.3.1 sphinx_rtd_theme==0.5.0 urllib3 >= 1.21.1, <= 1.25.11 uWSGI==2.0.21 diff --git a/requirements-frozen.txt b/requirements-frozen.txt index d33ba6a7..908b2d0c 100644 --- a/requirements-frozen.txt +++ b/requirements-frozen.txt @@ -3,23 +3,23 @@ attrs==23.1.0 Babel==2.12.1 cachetools==5.3.0 certifi==2022.12.7 -charset-normalizer==2.0.12 +chardet==3.0.4 click==8.1.3 configparser==5.3.0 debtcollector==2.5.0 decorator==5.1.1 deepdiff==5.8.1 -docutils==0.19 +docutils==0.17 dulwich==0.21.3 falcon==3.1.1 gitdb==4.0.10 GitPython==3.1.31 google-auth==2.17.3 -idna==3.4 +idna==2.10 imagesize==1.4.1 -importlib-metadata==6.5.0 +importlib-metadata==2.1.3 iso8601==1.1.0 -Jinja2==3.1.2 +Jinja2==3.0.3 jsonschema==3.2.0 keystoneauth1==5.1.1 kubernetes==26.1.0 @@ -49,11 +49,11 @@ Pygments==2.15.1 pylibyaml==0.1.0 pyparsing==3.0.9 pyrsistent==0.19.3 -python-dateutil==2.8.2 +python-dateutil==2.8.1 pytz==2023.3 PyYAML==5.4.1 reno==4.0.0 -requests==2.27.0 +requests==2.23.0 requests-oauthlib==1.3.1 retry==0.9.2 rfc3986==2.0.0 @@ -62,7 +62,7 @@ setuptools==45.2.0 six==1.16.0 smmap==5.0.0 snowballstemmer==2.2.0 -Sphinx==6.1.3 +Sphinx==3.3.1 sphinx-rtd-theme==0.5.0 sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2