Merge pull request #6363 from influxdata/chore/release-kapacitor-1.8.1

chore: update release notes and data for kapacitor-1.8.1
pull/6367/head
Jason Stirnaman 2025-09-08 09:48:42 -05:00 committed by GitHub
commit 6b77ec5e85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -9,6 +9,13 @@ aliases:
- /kapacitor/v1/about_the_project/releasenotes-changelog/ - /kapacitor/v1/about_the_project/releasenotes-changelog/
--- ---
## v1.8.1 {date="2025-09-08}
### Dependency updates
- Upgrade golang.org/x/oauth2 from 0.23.0 to 0.27.0
- Upgrade Go to 1.24.6
## v1.8.0 {date="2025-06-26"} ## v1.8.0 {date="2025-06-26"}
> [!Warning] > [!Warning]

View File

@ -171,7 +171,7 @@ kapacitor:
versions: [v1] versions: [v1]
latest: v1.8 latest: v1.8
latest_patches: latest_patches:
v1: 1.8.0 v1: 1.8.1
ai_sample_questions: ai_sample_questions:
- How do I configure Kapacitor for InfluxDB v1? - How do I configure Kapacitor for InfluxDB v1?
- How do I write a custom Kapacitor task? - How do I write a custom Kapacitor task?