-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
54 lines (39 loc) · 822 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
CHANGES
=======
* Update readme with Docker alias
v1.3.0
------
* Add missing library
* Bump pyyaml from 5.1.2 to 5.4
v1.2.0
------
* Update changelog
1.2.0
-----
* Update python to latest
* Bump jinja2 from 2.10.1 to 2.11.3
v1.1.1
------
* Fix setting nested values from --set args, add debug flag
* Add --strict flag, default to true
v1.1.0
------
* Add gitignore
* Enable multiple values files
* Add b64encode filter
v1.0.0
------
* Docker instructions
* Add --filters to readme
* Implement --filters flag
* Remove travis build in favor of hub.docker.com automated builds
* Remove credentials
* Change language to bash
* Make version a variable
* Add travis file
* Docker dist working
0.1.0
-----
* Add readme
* j2 cli working to parse args, render template from values file or cli args
* pipenv install