Skip to content

Release Chronograf v1.11.1#7105

Merged
jstirnaman merged 7 commits intorelease/2026-04-20from
chronograf-1.11.1
Apr 20, 2026
Merged

Release Chronograf v1.11.1#7105
jstirnaman merged 7 commits intorelease/2026-04-20from
chronograf-1.11.1

Conversation

@bednar
Copy link
Copy Markdown
Contributor

@bednar bednar commented Apr 15, 2026

Summary

First publicly announced release of Chronograf v1.11:

v1.11.1 [2026-04-15]

Security Fixes

  1. #6186: Hardened CSRF protections on Data Explorer and unsafe query endpoints.
  2. #6191: Hardened Reader-only access and read-only query enforcement.
  3. #6198: Prevent proxy credential leakage by default.

Other

  1. #6181: Upgrade dependencies. Upgrade golang to 1.25.8. Upgrade flux to 0.200.
    • All darwin builds will now be dynamic only.
    • All windows builds will now be dynamic only.
    • All linux builds will now be static only.

Checklist

@bednar bednar requested a review from a team as a code owner April 15, 2026 10:39
@bednar bednar requested review from jstirnaman and removed request for a team April 15, 2026 10:39
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 15, 2026

Vale Style Check Results

Metric Count
Errors 0
Warnings 4
Suggestions 8
Warnings (4)
File Line Rule Message
content/chronograf/v1/about_the_project/release-notes.md 162 InfluxDataDocs.WordList Use 'capability' or 'feature' instead of 'functionality'.
content/chronograf/v1/about_the_project/release-notes.md 279 InfluxDataDocs.Spelling Did you really mean 'Zenoss'?
content/chronograf/v1/about_the_project/release-notes.md 342 InfluxDataDocs.Capitalization 'v1.8.10 {date="2020-02-08"}' should be in sentence case
content/chronograf/v1/about_the_project/release-notes.md 346 InfluxDataDocs.Spelling Did you really mean 'prepended'?

Check passed

@bednar bednar requested a review from sanderson April 15, 2026 10:39
@github-actions github-actions bot added the product:chronograf Chronograf documentation label Apr 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 15, 2026

PR Preview Action v1.4.8
🚀 Deployed preview to https://influxdata.github.io/docs-v2/pr-preview/pr-7105/
on branch gh-pages at 2026-04-20 20:26 UTC

Comment thread content/chronograf/v1/about_the_project/release-notes.md Outdated
Comment thread content/chronograf/v1/about_the_project/release-notes.md Outdated
Comment thread content/chronograf/v1/about_the_project/release-notes.md Outdated
@jstirnaman jstirnaman requested review from mavarius April 15, 2026 16:20
mavarius and others added 3 commits April 15, 2026 12:45
Comment thread content/chronograf/v1/about_the_project/release-notes.md Outdated
@jstirnaman jstirnaman changed the base branch from master to release/2026-04-20 April 20, 2026 20:44
@jstirnaman jstirnaman merged commit 43b9026 into release/2026-04-20 Apr 20, 2026
21 checks passed
github-actions bot added a commit that referenced this pull request Apr 20, 2026
jstirnaman added a commit that referenced this pull request Apr 20, 2026
* Telegraf v1.38.3 (#7126)

* Updating changelog

* Updating plugin list

* Updating product version

* Updating plugins

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* chore(ci): add lockfile-lint PR check to prevent yarn.lock injection (#7114)

Add a GitHub Actions workflow that validates yarn.lock on every PR,
ensuring all resolved URLs use HTTPS and point to registry.yarnpkg.com.
Prevents lockfile injection attacks where a PR modifies resolved URLs
to fetch packages from attacker-controlled hosts.

Uses lockfile-lint@5.0.0 via npx (no new dependencies in package.json).
SHA-pinned actions, sparse checkout of yarn.lock only, least-privilege
permissions.

* chore(deps): bump dompurify from 3.3.3 to 3.4.0 (#7109)

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.3.3...3.4.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Release Chronograf v1.11.1 (#7105)

* Release Chronograf v1.11.1

* Update content/chronograf/v1/about_the_project/release-notes.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/chronograf/v1/about_the_project/release-notes.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/chronograf/v1/about_the_project/release-notes.md

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>

* feat(products): add oss_repo field for products with public repos (#7106)

Adds `oss_repo` to data/products.yml for products that have a public
GitHub repository. Each entry captures the repo name and the product's
default branch. Presence of the field indicates the product has a public
repo; absence indicates it does not (e.g., v3 Enterprise, Cloud
Dedicated, Cloud Serverless, Clustered, Enterprise v1).

This separates repo identity from `namespace`, which currently conflates
URL path / menu grouping with GitHub repo name. Templates can derive
issue, source, or release URLs from `oss_repo.name` + `oss_repo.branch`
without hardcoded product fixups.

For multi-version products (influxdb OSS v1/v2), `branch` uses a
version-keyed map consistent with other versioned fields like
`content_path` and `latest_patches`.

Groundwork for #7095 feedback-button routing redesign.

Co-authored-by: Claude <noreply@anthropic.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:chronograf Chronograf documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants