Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ autopep8 = "*"

[packages]
click = "*"
# Until we get sane kapitan dependencies
cookiecutter = "==1.7.0"
cookiecutter = "*"
GitPython = "*"
kapitan = "*"
requests = "*"
Expand Down
77 changes: 35 additions & 42 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,20 @@ cryptography==2.9.2 # via kapitan
docker==4.2.0 # via kapitan
docutils==0.15.2 # via botocore
future==0.18.2 # via cookiecutter
gitdb2==4.0.2 # via gitpython
gitdb==4.0.5 # via gitdb2
gitpython==3.0.8 # via -r requirements.in, kapitan
gitdb==4.0.5 # via gitpython
gitpython==3.1.2 # via -r requirements.in, kapitan
google-api-python-client==1.7.11 # via kapitan
google-auth-httplib2==0.0.3 # via google-api-python-client
google-auth==1.14.3 # via google-api-python-client, google-auth-httplib2
httplib2==0.17.3 # via google-api-python-client, google-auth-httplib2
hvac==0.9.6 # via kapitan
idna==2.8 # via requests
hvac==0.10.1 # via kapitan
idna==2.9 # via requests
jinja2-time==0.2.0 # via cookiecutter
jinja2==2.11.2 # via cookiecutter, jinja2-time, kapitan
jmespath==0.10.0 # via boto3, botocore
jsonnet==0.15.0 # via kapitan
jsonschema==3.2.0 # via kapitan
kapitan==0.27.2 # via -r requirements.in
kapitan==0.27.3 # via -r requirements.in
markupsafe==1.1.1 # via jinja2
pathspec==0.8.0 # via yamllint
poyo==0.5.0 # via cookiecutter
Expand All @@ -44,9 +43,9 @@ pycparser==2.20 # via cffi
pyparsing==2.4.7 # via kapitan
pyrsistent==0.16.0 # via jsonschema
python-dateutil==2.8.1 # via arrow, botocore
python-gnupg==0.4.5 # via kapitan
python-gnupg==0.4.6 # via kapitan
pyyaml==5.3.1 # via kapitan, yamllint
requests==2.22.0 # via -r requirements.in, cookiecutter, docker, hvac, kapitan
requests==2.23.0 # via -r requirements.in, cookiecutter, docker, hvac, kapitan
rfc3987==1.3.8 # via kapitan
rsa==4.0 # via google-auth
s3transfer==0.3.3 # via boto3
Expand Down
4 changes: 2 additions & 2 deletions tools/Dockerfile.kapitan
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pushed to docker.io/vshn/kapitan:v0.27.2
# Pushed to docker.io/vshn/kapitan:v0.27.3

FROM docker.io/alpine:3.11

ENV KAPITAN_VERSION=v0.27.2
ENV KAPITAN_VERSION=v0.27.3

RUN apk add --no-cache \
ca-certificates \
Expand Down