We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0864527 + 41024e3 commit 10dbaa9Copy full SHA for 10dbaa9
kapitan/version.py
@@ -17,7 +17,7 @@
17
"Project description variables"
18
19
PROJECT_NAME = 'kapitan'
20
-VERSION = '0.10.0'
+VERSION = '0.11.0'
21
DESCRIPTION = 'Kapitan is a tool to manage kubernetes configuration using jsonnet templates'
22
AUTHOR = 'Ricardo Amaro'
23
AUTHOR_EMAIL = 'ramaro@google.com'
setup.py
@@ -53,9 +53,9 @@
53
install_requires=[
54
'jsonnet>=0.9.5',
55
'PyYAML>=3.12',
56
- 'Jinja2>=2.9.4',
+ 'Jinja2>=2.10',
57
'reclass>=1.4.1',
58
- 'jsonschema>=2.5.1',
+ 'jsonschema>=2.6.0',
59
'python-gnupg==0.4.1'
60
],
61
0 commit comments