From 8d8ef803a3154f2e4c75012c841b250f0fd33fcf Mon Sep 17 00:00:00 2001 From: Jeffrey Smith II Date: Fri, 17 Mar 2023 14:28:34 -0400 Subject: [PATCH 1/2] chore: prep for 1.10.1 --- server/swagger.json | 2 +- ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/swagger.json b/server/swagger.json index 581983d1b0..c752195080 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -3,7 +3,7 @@ "info": { "title": "Chronograf", "description": "API endpoints for Chronograf", - "version": "1.10.0" + "version": "1.10.1" }, "schemes": ["http"], "basePath": "/chronograf/v1", diff --git a/ui/package.json b/ui/package.json index ab62fc6ee9..4a4a2e9553 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "chronograf-ui", - "version": "1.10.0", + "version": "1.10.1", "private": true, "license": "AGPL-3.0", "description": "", From cd37ff7c48c2a7b8df1be4e41629456316222c08 Mon Sep 17 00:00:00 2001 From: Jeffrey Smith II Date: Fri, 17 Mar 2023 14:32:31 -0400 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7465008f34..c9e05933ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ ### Other +1. [#6010](https://github.com/influxdata/chronograf/pull/6010): Security Updates +1. [#6021](https://github.com/influxdata/chronograf/pull/6021): Security Updates +1. [#6025](https://github.com/influxdata/chronograf/pull/6025): Security Updates +1. [#6026](https://github.com/influxdata/chronograf/pull/6026): Bump to Go 1.20 +1. [#6028](https://github.com/influxdata/chronograf/pull/6028): Build releases with Go 1.20 + ## v1.10.0 [2022-08-23] ### Features @@ -30,9 +36,9 @@ ### Bug Fixes 1. [#5882](https://github.com/influxdata/chronograf/pull/5882): Repair table visualization of string values. -1. [#5913](https://github.com/influxdata/chronograf/pull/5913): Improve InfluxDB Enterprise detection. -1. [#5917](https://github.com/influxdata/chronograf/pull/5917): Improve InfluxDB Enterprise user creation process. -1. [#5917](https://github.com/influxdata/chronograf/pull/5917): Avoid stale reads in communication with InfluxDB Enterprise meta nodes. +1. [#5913](https://github.com/influxdata/chronograf/pull/5913): Improve InfluxDB Enterprise detection. +1. [#5917](https://github.com/influxdata/chronograf/pull/5917): Improve InfluxDB Enterprise user creation process. +1. [#5917](https://github.com/influxdata/chronograf/pull/5917): Avoid stale reads in communication with InfluxDB Enterprise meta nodes. 1. [#5938](https://github.com/influxdata/chronograf/pull/5938): Properly detect unsupported values in Alert Rule builder. 1. [#5965](https://github.com/influxdata/chronograf/pull/5965): Inform the user to use v2 administration. 1. [#5976](https://github.com/influxdata/chronograf/pull/5976): Make markdown cell content selectable. @@ -202,10 +208,10 @@ ### Breaking Changes -1. [#5710](https://github.com/influxdata/chronograf/pull/5710): OAuth integrations newly use OAuth PKCE (RFC7636) -to provide a more secure OAuth token exchange. Google, Azure, Octa, Auth0, Gitlab (and more) integrations already -support OAuth PKCE. PKCE enablement should have no effect on the communication with authorization servers that -don't support it yet (such as Github, Bitbucket). PKCE can be eventually turned off with `OAUTH_NO_PKCE=true` +1. [#5710](https://github.com/influxdata/chronograf/pull/5710): OAuth integrations newly use OAuth PKCE (RFC7636) +to provide a more secure OAuth token exchange. Google, Azure, Octa, Auth0, Gitlab (and more) integrations already +support OAuth PKCE. PKCE enablement should have no effect on the communication with authorization servers that +don't support it yet (such as Github, Bitbucket). PKCE can be eventually turned off with `OAUTH_NO_PKCE=true` environment variable. ## v1.8.10 [2021-02-08]