Skip to content

Commit 348c32c

Browse files
Version 0.22.0 changelog (#715)
1 parent 148732b commit 348c32c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

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+
337
## 0.21.0 (2022-04-28)
438

539
### Features
@@ -8,6 +42,8 @@
842
**[#685](https://github.com/grafana/tanka/pull/685)** (**BeyondEvil**)
943
- **tanka/cli**: Add server-side apply mode
1044
**[#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**)
1147

1248
### Bug Fixes/Enhancements
1349

0 commit comments

Comments
 (0)