From 2034d2db26694eb6e404a567e23c2328dc75d489 Mon Sep 17 00:00:00 2001 From: Julien Duchesne Date: Thu, 14 Oct 2021 10:22:47 -0400 Subject: [PATCH] Add CHANGELOG entry for 0.18.2 (#628) --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f2729dd..b79e857b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.18.2 (2021-10-14) + +### Features + +- **cli**: Add `--max-stack` jsonnet option + **[#619](https://github.com/grafana/tanka/pull/619)** + +### Bug Fixes/Enhancements + +- **cli**: If there's a full match on an inline environment name, use it + **[#620](https://github.com/grafana/tanka/pull/620)** +- **cli**: Add instructions to use `--name` on multiple envs error + **[#621](https://github.com/grafana/tanka/pull/621)** +- **export**: Remove unnecessary `os.Stat` in eval cache + **[#624](https://github.com/grafana/tanka/pull/624)** +- **tanka**: Upgrade to Go 1.17 + **[#625](https://github.com/grafana/tanka/pull/625)** +- **jsonnet**: Fix `std.thisFile` + **[#626](https://github.com/grafana/tanka/pull/626)** + ## 0.18.1 (2021-10-04) ### Bug Fixes