Skip to content

Commit 6387551

Browse files
authored
6.13.0 release note changes (#4232)
* Changes to 6.13.0 release notes
1 parent 65accfc commit 6387551

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

content/sensu-go/6.13/release-notes.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ Read the [upgrade guide][1] to upgrade Sensu to version 6.13.0.
145145

146146
**NEW FEATURES:**
147147

148-
- Added `access-token-expiry` (in minutes) backend configuration variable to control expiry of access token.
149-
- Added `refresh-token-expiry` (in minutes) backend configuration variable to control expiry of refresh token.
148+
- Added `access-token-expiry` backend configuration variable to control expiry of access tokens.
149+
*(The duration must be specified in minutes, e.g., `access-token-expiry: 1440m`)*
150+
- Added `refresh-token-expiry` backend configuration variable to control expiry of refresh tokens.
151+
*(The duration must be specified in minutes, e.g., `refresh-token-expiry: 10080m`)*
150152

151153
**IMPROVEMENTS**
152154

@@ -169,6 +171,12 @@ Read the [upgrade guide][1] to upgrade Sensu to version 6.13.0.
169171
- ([Commercial feature][311]) [Web] UI timeout fixed where web UI is getting timeout when tabs are not visible/inactive.
170172
- ([Commercial feature][311]) OIDC fix for Okta group binding.
171173

174+
**REMOVALS**
175+
176+
- **Removed Tessen Telemetry Service**:
177+
The Tessen functionality has been removed from Sensu Go. Tessen previously collected and transmitted anonymized usage data to Sensu for product insights. Since the backend infrastructure supporting telemetry collection is no longer available, Tessen has been fully deprecated and removed from this release.
178+
Documentation related to Tessen has been updated or removed accordingly.
179+
172180
## 6.12.0 release notes
173181

174182
**November 13, 2024** — The latest release of Sensu Go, version 6.12.0, is now available for download.

0 commit comments

Comments
 (0)