Skip to content

Commit 9f76dff

Browse files
authored
chore(release): release 1.11.2 (#6209)
1 parent 8e2157a commit 9f76dff

4 files changed

Lines changed: 13 additions & 8 deletions

File tree

.github/workflows/chronograf-cypress-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: '1.25.8'
30+
go-version: '1.25.9'
3131

3232
- name: Install pkg-config
3333
run: go install github.com/influxdata/pkg-config@v0.3.0

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v1.11.2 [2026-05-06]
2+
3+
### Other
4+
5+
1. [#6206](https://github.com/influxdata/chronograf/pull/6206): Upgrade golang to 1.25.9.
6+
1. [#6208](https://github.com/influxdata/chronograf/pull/6208): Upgrade dependencies.
7+
* Upgrade "uuid" package version to "^14.0.0".
8+
* Upgrade "@parcel/core" version to "^2.16.4".
9+
* Remove "@types/uuid" because newer "uuid" versions are included types in the package.
10+
111
## v1.11.1 [2026-04-15]
212

313
### Security Fixes
@@ -12,11 +22,6 @@
1222
* All darwin builds will now be dynamic only.
1323
* All windows builds will now be dynamic only.
1424
* All linux builds will now be static only.
15-
1. [#6206](https://github.com/influxdata/chronograf/pull/6206): Upgrade golang to 1.25.9.
16-
1. [#6208](https://github.com/influxdata/chronograf/pull/6208): Upgrade dependencies.
17-
* Upgrade "uuid" package version to "^14.0.0".
18-
* Upgrade "@parcel/core" version to "^2.16.4".
19-
* Remove "@types/uuid" because newer "uuid" versions are included types in the package.
2025

2126
## v1.11.0 [2026-02-19]
2227

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.11.0"
6+
"version": "1.11.2"
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.11.0",
3+
"version": "1.11.2",
44
"private": true,
55
"license": "AGPL-3.0",
66
"description": "",

0 commit comments

Comments
 (0)