Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sranka committed Sep 6, 2021
1 parent d4099f1 commit 70e0aa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion services/task_store/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func (ts *Service) handleListTasks(w http.ResponseWriter, r *http.Request) {
if len(fields) == 0 {
fields = allTaskFields
} else {
// Always return ID andf link
// Always return ID and link
fields = append(fields, "id", "link")
}

Expand Down

0 comments on commit 70e0aa5

Please sign in to comment.