Skip to content

Commit 4c66abe

Browse files
committed
Merge branch 'release/1.0.0' of github.com:MetaCell/cloud-harness into release/1.0.0
2 parents 09560dd + 819096a commit 4c66abe

5 files changed

Lines changed: 101 additions & 12 deletions

File tree

Lines changed: 98 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,98 @@
1-
gunicorn>=20.0.4
2-
flask>=1.0.2
3-
connexion == 2.7.0
4-
swagger-ui-bundle == 0.0.8
5-
python_dateutil >= 2.6.0
6-
setuptools >= 21.0.0
1+
argo-workflows==5.0.0
2+
asn1crypto==0.24.0
3+
atomicwrites==1.4.0
4+
attrs==21.4.0
5+
autopep8==1.6.0
6+
black==22.1.0
7+
blinker==1.4
8+
cachetools==5.0.0
9+
certifi==2019.3.9
10+
cffi==1.15.0
11+
chardet==3.0.4
12+
charset-normalizer==2.0.12
13+
click==8.0.4
14+
clickclick==20.10.2
15+
connexion==2.6.0
16+
coverage==6.3.2
17+
cryptography==3.3.2
18+
distlib==0.3.4
19+
ecdsa==0.17.0
20+
filelock==3.6.0
21+
flake8==4.0.1
22+
Flask==1.1.2
23+
Flask-Cors==3.0.8
24+
flask-oidc==1.4.0
25+
Flask-SQLAlchemy==2.4.1
26+
Flask-Testing==0.6.1
27+
google-auth==2.6.2
28+
greenlet==1.1.2
29+
gunicorn==20.1.0
30+
httplib2==0.20.4
31+
idna==2.8
32+
importlib-metadata==4.2.0
33+
importlib-resources==5.4.0
34+
inflection==0.5.1
35+
isort==5.10.1
36+
itsdangerous==2.0.1
37+
Jinja2==3.0.3
38+
jsonschema==4.4.0
39+
kafka-python==2.0.2
40+
kazoo==2.5.0
41+
kubernetes==11.0.0
42+
MarkupSafe==2.1.1
43+
mccabe==0.6.1
44+
more-itertools==8.12.0
45+
mypy-extensions==0.4.3
46+
oauth2client==4.1.3
47+
oauthlib==3.2.0
48+
OpenAlchemy==1.1.0
49+
openapi-schema-validator==0.2.3
50+
openapi-spec-validator==0.4.0
51+
packaging==21.3
52+
pathspec==0.9.0
53+
pep517==0.12.0
54+
pip-tools==6.5.1
55+
platformdirs==2.5.1
56+
pluggy==0.13.1
57+
psycopg2-binary==2.8.5
58+
py==1.11.0
59+
pyaml==21.10.1
60+
pyasn1==0.4.8
61+
pyasn1-modules==0.2.8
62+
pycodestyle==2.8.0
63+
pycparser==2.21
64+
pyflakes==2.4.0
65+
PyJWT==1.7.1
66+
pykafka==2.8.0
67+
pyOpenSSL==19.0.0
68+
pyparsing==3.0.7
69+
pyrsistent==0.18.1
70+
PySocks==1.6.8
71+
pytest==4.6.11
72+
pytest-cov==3.0.0
73+
pytest-randomly==1.2.3
74+
python-dateutil==2.8.2
75+
python-jose==3.3.0
76+
python-keycloak==0.24.0
77+
PyYAML==6.0
78+
requests==2.27.1
79+
requests-oauthlib==1.3.1
80+
rsa==4.8
81+
ruamel.yaml==0.16.13
82+
ruamel.yaml.clib==0.2.6
83+
sentry-sdk==0.14.4
84+
six==1.16.0
85+
SQLAlchemy==1.4.32
86+
swagger-ui-bundle==0.0.8
87+
tabulate==0.8.9
88+
toml==0.10.2
89+
tomli==2.0.1
90+
tox==3.24.5
91+
typed-ast==1.5.2
92+
typing_extensions==4.1.1
93+
urllib3==1.26.9
94+
virtualenv==20.13.4
95+
wcwidth==0.2.5
96+
websocket-client==1.3.1
97+
Werkzeug==2.0.3
98+
zipp==3.7.0

libraries/client/cloudharness_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "cloudharness-cli"
17-
VERSION = "0.4.0"
17+
VERSION = "1.0.0"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

libraries/cloudharness-common/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
NAME = "cloudharness"
6-
VERSION = "0.4.0"
6+
VERSION = "1.0.0"
77
# To install the library, run the following
88
#
99
# python setup.py install

libraries/package-lock.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

tools/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
NAME = "cloudharness-tools"
15-
VERSION = "0.4.0"
15+
VERSION = "1.0.0"
1616
# To install the library, run the following
1717
#
1818
# python setup.py install

0 commit comments

Comments
 (0)