Skip to content

Commit ac9fb9b

Browse files
authored
chore: prepare for 1.10.6 release (#6120)
1 parent 6c384b0 commit ac9fb9b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [unreleased]
22

3+
## v1.10.6 [2024-12-16]
4+
35
### Bug Fixes
46

57
1. [#6103](https://github.com/influxdata/chronograf/pull/6103): Set active database for InfluxQL meta queries.
@@ -9,7 +11,7 @@
911

1012
### Other
1113

12-
1. [#6102](https://github.com/influxdata/chronograf/pull/6102): Upgrade golang to 1.21.12.
14+
1. [#6108](https://github.com/influxdata/chronograf/pull/6108): Upgrade golang to 1.22.7.
1315

1416
## v1.10.5 [2024-05-31]
1517

server/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Chronograf",
55
"description": "API endpoints for Chronograf",
6-
"version": "1.10.5"
6+
"version": "1.10.6"
77
},
88
"schemes": ["http"],
99
"basePath": "/chronograf/v1",

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chronograf-ui",
3-
"version": "1.10.5",
3+
"version": "1.10.6",
44
"private": true,
55
"license": "AGPL-3.0",
66
"description": "",

0 commit comments

Comments
 (0)