Skip to content

Commit

Permalink
feat(tasks): add template-id to task list (#2621)
Browse files Browse the repository at this point in the history
* feat(tasks): serialize template-id in task list

* feat(tasks): test template-id returned in task list

* chore(tests): simplify composite literal

* chore(tests): avoid using reflect.DeepEqual

* chore: add template-id to swagger

* chore: update changelog
  • Loading branch information
sranka authored Sep 8, 2021
1 parent 10535e8 commit cbcd989
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 57 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
- [#2601](https://github.com/influxdata/kapacitor/pull/2601): Switched to github.com/golang-jwt/jwt for kapacitor's use because of https://nvd.nist.gov/vuln/detail/CVE-2020-26160
- [#2618](https://github.com/influxdata/kapacitor/pull/2618): Switch task service to use Flux formatter that preserves comments

### Features

- [#2621](https://github.com/influxdata/kapacitor/pull/2621): Add template-id to task list.

## v1.6.1 [2021-07-22]

### Features
Expand Down
Loading

0 comments on commit cbcd989

Please sign in to comment.