|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.22.0 (2022-06-03) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- **cli**: Add lint command |
| 8 | + **[#592](https://github.com/grafana/tanka/pull/592)** |
| 9 | +- **cli**: Support a diff-strategy of "none" for "tk apply" to suppress diffing |
| 10 | + **[#700](https://github.com/grafana/tanka/pull/700)** (**jphx**) |
| 11 | +- **cli**: Add a fallback to inline environment when path doesn't exist |
| 12 | + **[#637](https://github.com/grafana/tanka/pull/637)** (**josephglanville**) |
| 13 | +- **kubectl**: Support interactive diff utilities |
| 14 | + **[#690](https://github.com/grafana/tanka/pull/690)** (**partcyborg**) |
| 15 | +- **helm**: Allow defining a custom dir for each chart |
| 16 | + **[#706](https://github.com/grafana/tanka/pull/706)** |
| 17 | +- **helm**: Add `--prune` option to the vendor command |
| 18 | + **[#707](https://github.com/grafana/tanka/pull/707)** |
| 19 | +- **helm**: Check for output dir conflicts |
| 20 | + **[#710](https://github.com/grafana/tanka/pull/710)** |
| 21 | +- **cli/tanka**: Adds support for contextNames in tk env subcommands |
| 22 | + **[#704](https://github.com/grafana/tanka/pull/704)** (**Nashluffy**) |
| 23 | + |
| 24 | +### Bug Fixes/Enhancements |
| 25 | + |
| 26 | +- **helm**: Compare semvers when checking if existing chart is up-to-date |
| 27 | + **[#702](https://github.com/grafana/tanka/pull/702)** (**kklimonda-fn**) |
| 28 | +- **tanka**: Omit empty `apiServer` or `contextNames` when listing environments |
| 29 | + **[#709](https://github.com/grafana/tanka/pull/709)** |
| 30 | +- **export**: Fix caching in case of missing import |
| 31 | + **[#712](https://github.com/grafana/tanka/pull/712)** |
| 32 | +- **helm**: Tighten validations for `add` and `add-repo` commands |
| 33 | + **[#713](https://github.com/grafana/tanka/pull/713)** |
| 34 | +- **cli/export**: Un-hide the memory ballast setting |
| 35 | + **[#714](https://github.com/grafana/tanka/pull/714)** |
| 36 | + |
3 | 37 | ## 0.21.0 (2022-04-28)
|
4 | 38 |
|
5 | 39 | ### Features
|
|
8 | 42 | **[#685](https://github.com/grafana/tanka/pull/685)** (**BeyondEvil**)
|
9 | 43 | - **tanka/cli**: Add server-side apply mode
|
10 | 44 | **[#651](https://github.com/grafana/tanka/pull/651)** (**smuth4**)
|
| 45 | +- **tanka**: Adds support for specifying valid context names for an environment |
| 46 | + **[#674](https://github.com/grafana/tanka/pull/674)** (**Nashluffy**) |
11 | 47 |
|
12 | 48 | ### Bug Fixes/Enhancements
|
13 | 49 |
|
|
0 commit comments