Skip to content

Commit 4952f69

Browse files
authored
Merge branch 'master' into persist-https-enforcement
2 parents c81dbf9 + 223f70c commit 4952f69

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
8484
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
8585

8686

87-
[install-k8s]: http://kubernetes.io/gettingstarted/
87+
[install-k8s]: https://kubernetes.io/docs/setup/pick-right-solution
8888
[issues]: https://github.com/deis/controller/issues
8989
[prs]: https://github.com/deis/controller/pulls
9090
[workflow]: https://github.com/deis/workflow

rootfs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Deis controller requirements
2-
backoff==1.4.2
3-
Django==1.11.1
2+
backoff==1.4.3
3+
Django==1.11.2
44
django-auth-ldap==1.2.12
55
django-cors-middleware==1.3.1
66
django-guardian==1.4.8
77
djangorestframework==3.6.3
88
docker-py==1.10.6
99
gunicorn==19.7.1
1010
idna==2.5
11-
jmespath==0.9.2
11+
jmespath==0.9.3
1212
jsonfield==2.0.1
1313
jsonschema==2.6.0
1414
morph==0.1.2
1515
ndg-httpsclient==0.4.2
1616
packaging==16.8
1717
pyasn1==0.2.3
1818
psycopg2==2.7.1
19-
pyldap==2.4.35
19+
pyldap==2.4.35.1
2020
pyOpenSSL==17.0.0
2121
pytz==2017.2
2222
requests==2.14.2

0 commit comments

Comments
 (0)