diff --git a/.gitlab/issue_templates/release.md b/.gitlab/issue_templates/release.md index db25c145f1c5e2326983aa41bbbdb6aa1022253b..ccee59c1bb26573162f18ee47869a378e75fdb5c 100644 --- a/.gitlab/issue_templates/release.md +++ b/.gitlab/issue_templates/release.md @@ -3,7 +3,7 @@ * [ ] update/review `docs/*` and make sure it matches the current state * Update how to checkout the latest stable tag * [ ] Ensure all dependencies are updated and locked - * [ ] `requirements-stable.lock` + * [ ] `requirements-stable.txt` * [ ] `flux/*` * [ ] update [CHANGELOG.md](https://keepachangelog.com/en/1.0.0/) * Include `Known issues` diff --git a/flux/oas-apps/wordpress.yaml b/flux/oas-apps/wordpress.yaml index e9c22bef1922fb3231867502b964d08c6ef6048f..cb92e1bda1145bdd35b9bd3fb45be7b30581e490 100644 --- a/flux/oas-apps/wordpress.yaml +++ b/flux/oas-apps/wordpress.yaml @@ -8,8 +8,8 @@ metadata: spec: releaseName: wordpress chart: - git: https://code.greenhost.net/open/wordpress-helm - ref: 0.1.1 + git: https://open.greenhost.net/openappstack/wordpress-helm + ref: 0.1.2 path: . valuesFrom: - secretKeyRef: diff --git a/requirements-stable.txt b/requirements-stable.txt index 878856abf92cb744dd290329d451d8ce8825cdb7..c6da4f365675766a2f8d1bfe9e72f2a6a9a786ff 100644 --- a/requirements-stable.txt +++ b/requirements-stable.txt @@ -1,55 +1,52 @@ -ansible==2.9.6 +ansible==2.9.9 attrs==19.3.0 bcrypt==3.1.7 behave==1.2.6 behave-webdriver==0.3.0 -cachetools==4.0.0 -certifi==2019.11.28 +cachetools==4.1.0 +certifi==2020.4.5.2 cffi==1.14.0 chardet==3.0.4 -cryptography==2.8 -dictdiffer==0.8.1 -google-auth==1.11.3 +cryptography==2.9.2 +google-auth==1.16.1 -e git+https://open.greenhost.net/greenhost/cloud-api@c174bc27f7f149786a14b40f782df399cde32f8e#egg=greenhost_cloud idna==2.9 -importlib-metadata==1.5.0 -Jinja2==2.11.1 -kubernetes==10.1.0 +Jinja2==2.11.2 +kubernetes==11.0.0 MarkupSafe==1.1.1 -more-itertools==8.2.0 +more-itertools==8.3.0 -e git+https://open.greenhost.net/openappstack/oas_behave@7f00fe36db19e13ddaf937526bd38a542f2e9eb3#egg=oas_behave oauthlib==3.1.0 -openshift==0.10.3 -packaging==20.3 +openshift==0.11.2 +packaging==20.4 paramiko==2.7.1 parse==1.15.0 parse-type==0.5.2 +passlib==1.7.2 pluggy==0.13.1 psutil==5.7.0 py==1.8.1 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.20 -PyNaCl==1.3.0 +PyNaCl==1.4.0 pyOpenSSL==19.1.0 -pyparsing==2.4.6 -pytest==5.4.1 +pyparsing==2.4.7 +pytest==5.4.3 pytest-rerunfailures==9.0 python-dateutil==2.8.1 python-string-utils==1.0.0 -pytz==2019.3 -PyYAML==5.3 +pytz==2020.1 +PyYAML==5.3.1 requests==2.23.0 requests-oauthlib==1.3.0 rsa==4.0 ruamel.yaml==0.16.10 ruamel.yaml.clib==0.2.0 selenium==3.141.0 -six==1.14.0 -tabulate==0.8.6 -testinfra==5.0.0 -urllib3==1.25.8 -wcwidth==0.1.8 +six==1.15.0 +tabulate==0.8.7 +testinfra==5.1.0 +urllib3==1.25.9 +wcwidth==0.2.4 websocket-client==0.57.0 -zipp==3.1.0 -passlib==1.7.2