We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8092bd commit 2d12242Copy full SHA for 2d12242
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 0.5.0 (2019-09-20)
4
+This version adds a set of commands to manipulate environments (`tk env add, rm,
5
+set, list`) ([#73](https://github.com/grafana/tanka/pull/73)). The commands are
6
+mostly `ks env` compatible, allowing `tk env` be used as a drop-in replacement
7
+in scripts.
8
+
9
+Furthermore, an error message has been improved, to make sure users can
10
+differentiate between parse issues in `.jsonnet` and `spec.json`
11
+([#71](https://github.com/grafana/tanka/pull/71)).
12
13
## 0.4.0 (2019-09-06)
14
After nearly a month, the next feature packed release of Tanka is ready!
15
Highlights include the new documentation website https://tanka.dev, regular
0 commit comments