Commit Graph

56 Commits (jmercer/add-pat-for-plugins)

Author SHA1 Message Date
peterbarnett03 cc36a19a17
feat: 3.6 release notes (#6499)
* feat: 3.6 release notes

* Update content/shared/v3-core-enterprise-release-notes/_index.md

* Update content/shared/v3-core-enterprise-release-notes/_index.md

* chore(influxdb3): Core/Ent 3.6, Explorer 1.4 release

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-10-30 09:31:05 -05:00
Jason Stirnaman a30345170c
Core and Ent3 performance tuning guide and configuration options (#6421)
* feat(influxdb3): Core and Ent performance tuning guide:Add an admin/performance-tuning/ page with specific workload and capacity configurations.Part of #6403.

* fix(influxdb3): product-specific link fragments for flags

* fix(influxdb3): enterprise-specific link fragments

* Apply suggestion from @jstirnaman

* fix(influxdb3): duplicate licensing and resource limits sections- Rem… (#6470)

* fix(influxdb3): duplicate licensing and resource limits sections- Remove duplicate licensing section- Resolve resource limits duplicates, merging details into the Resource limits section.

* fix(influxdb3): fix broken links and enterprise-only flags in config options

- Comment out TOC links to undocumented datafusion-runtime-* dev flags
- Wrap enterprise-only section references (#licensing, #resource-limits) in conditionals
- Fix num-datafusion-threads incorrectly marked as enterprise-only
- Move Resource Limits section heading outside enterprise wrapper

Resolves broken fragment links for both Core and Enterprise builds.

* feat(enterprise): add cluster management documentation (#6431)

Add comprehensive guide for managing InfluxDB 3 Enterprise clusters including:
- Node configuration and deployment
- Cluster initialization and scaling
- Node removal and replacement procedures
- Best practices for production deployments

* Fixes multiple influxdb3 config option issues:

-  Fixed option placement (global vs serve options) in performance-tuning.md
-  Fixed --datafusion-num-threads option name (was --num-datafusion-threads)
-  Fixed --parquet-mem-cache-size option name and defaults for Core
-  Commented out unreleased --compaction-row-limit option
-  Added v3.0.0 breaking changes to release notes
-  Updated config-options.md with correct defaults and value formats

All changes verified against InfluxDB v3.5.0 release binaries and git history.

* fix(influxdb3): config options in clustering.md

- Correctly place server options
- Comment out unreleased options
2025-10-21 13:14:31 -05:00
peterbarnett03 14276e516f
chore: add 3.5 release notes and config options (#6428)
* chore: add 3.5 release notes and config options

* docs(plugins): enhance --plugin-repo documentation with usage examples

- Add comprehensive plugin-repo configuration documentation
- Document custom repository setup with practical examples
- Add Option 3 for custom plugin repositories in usage guide
- Include use cases for private repos, air-gapped environments, and development
- Cross-reference between config options and usage guide
- Add note about custom repositories in setup section

* Update content/shared/influxdb3-cli/config-options.md

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-09-30 09:20:07 -05:00
Jason Stirnaman a736140c2c docs(enterprise): add operational improvements to v3.4.2 release notes
- Document compaction optimizations (cleaner wait time, producer startup delay)
- Document catalog synchronization improvements (1s sync interval)
- Document enhanced logging for sequence persistence tracking

Co-authored-by: hiltontj <hiltontj@users.noreply.github.com>
2025-09-15 08:57:02 -05:00
Jason Stirnaman 93adc6ca97 feat(release-notes): InfluxDB 3 Core/Enterprise v3.4.2 release notes
- Generate release notes using helper script for v3.4.1 to v3.4.2
2025-09-12 18:13:51 -05:00
Jason Stirnaman 5af8e57a1b hotfix-6352-formatting 2025-09-02 11:33:02 -05:00
Peter Barnett 93bdc26e6b chore: updates to 3.4.1 + Explorer page updates 2025-08-29 09:50:33 -04:00
Scott Anderson e5c6d1b015
InfluxDB Core and Enterprise 3.4 (#6344)
* update: add 3.4 notes

* update: 3.4 notes

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/shared/v3-core-enterprise-release-notes/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* feat(influxdb-3.4): added cli updates for influxdb 3.4

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: add whitespace to influxdb3 write doc

* fix(data): update patch versions for core and enterprise

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Peter Barnett <peter.barnett03@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-27 11:42:41 -06:00
Jason Stirnaman 06608aea6c feat(influxdb3): add v3.3.0 release notes and admin token recovery documentation
- Add v3.3.0 release notes with grouped categories for Core and Enterprise features/fixes
- Document admin token recovery server feature (--admin-token-recovery-http-bind)
- Add recovery server option to CLI serve command reference (alphabetically sorted)
- Add configuration details for admin token recovery in config options
- Update regenerate token documentation with lost token recovery instructions
- Include security warnings about unauthenticated recovery endpoint
- Fix Vale linting issues (Parquet capitalization, remove exclamation point)

Related to influxdb PR #26594
2025-07-30 07:59:13 -05:00
Jason Stirnaman 9f9a6f853d chore(influxdb3): improve release notes 2025-07-06 16:24:11 -05:00
Jason Stirnaman d5a6259588 feat(influxdb3): v3.2.1 release notes 2025-07-06 00:05:41 -05:00
Jason Stirnaman 18611368cc fix(influxdb3): Add update database and update table commands 2025-06-27 14:17:16 -05:00
Jason Stirnaman dbbbca8c58
Apply suggestions from code review 2025-06-26 13:19:18 -05:00
Jason Stirnaman 5e0c6e7e20
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-06-26 11:50:05 -05:00
Jason Stirnaman a712d5bbeb feat(monolith): Core and Ent v3.2.0 release notes and generation script:
- Add v3.2.0 release notes for Core and Enterprise 3- Add a script to help analyze the diff between tags and generate release notes in a standard format following style guidelines
2025-06-26 11:07:06 -05:00
Jason Stirnaman 2318cf7ac7 feat(mono): 3.1 admin tokens:
- Updates get-started and admin guides, CLI references
- Adds admin token CLI reference page
- Operator token (_admin) - system-generated, non-expiring
- Named admin tokens - user-defined with expiration support
- Resource tokens (Enterprise only) - database and system tokens
- Core vs Enterprise token limits properly documented
- Create the initial operator token
2025-05-28 22:41:03 -05:00
Peter Barnett 7c989a0370 chore: update release notes 2025-05-28 22:43:50 -04:00
Peter Barnett 074097902e chore: add release notes for 3.0.3 2025-05-16 11:40:52 -04:00
Jason Stirnaman a29179941f
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-05-06 13:55:19 -05:00
Jason Stirnaman c2f748c480
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-05-06 13:52:52 -05:00
Peter Barnett c60241781f chore: add 3.0.2 notes 2025-05-06 11:04:26 -07:00
peterbarnett03 42fb0ef86f
fix: update param for column limit 2025-05-02 11:57:09 -04:00
peterbarnett03 5d2e61eb85
Merge branch 'master' into pbarnett/3.0.1-release-notes 2025-04-18 09:31:12 -04:00
Peter Barnett 80807c91fc fix: Configurable limits only for Enterprise 2025-04-18 09:29:53 -04:00
peterbarnett03 a088c22dfa
Update content/shared/v3-core-enterprise-release-notes/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-17 16:14:40 -04:00
Peter Barnett cac5f71559 fix: clarify table and update misspelled word 2025-04-17 14:50:02 -04:00
peterbarnett03 8c3d13aef0
Update content/shared/v3-core-enterprise-release-notes/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-04-17 14:47:12 -04:00
Peter Barnett 2a65fcd646 chore: date 2025-04-16 20:04:41 -04:00
Peter Barnett c6fbff94f4 chore: update revision 2025-04-16 20:02:53 -04:00
Peter Barnett 4d60e7794b chore: update revision 2025-04-16 20:02:11 -04:00
Peter Barnett b215c4b9ef chore: update revision 2025-04-16 19:58:03 -04:00
Peter Barnett ba169d5e4d chore:update for 3.0.1 release notes 2025-04-16 18:10:35 -04:00
Scott Anderson 95eb62e234
Apply suggestions from code review 2025-04-15 07:16:29 -06:00
Peter Barnett 15c1c77f02 chore:influxdb3 explorer install info 2025-04-14 23:05:58 -04:00
Jason Stirnaman dc8d9d0328
Apply suggestions from code review 2025-04-02 13:11:02 -05:00
Jason Stirnaman 7e298ad4bc
Apply suggestions from code review 2025-04-02 13:09:19 -05:00
Peter Barnett 92f13d1ebe update: add beta 3 release notes 2025-04-01 19:49:43 -04:00
Peter Barnett 2b13b714c4 add: release notes for beta 2 2025-03-26 09:15:56 -04:00
Peter Barnett 5db20d4fdf fix: remove the mode piece for Core 2025-03-18 20:13:09 -04:00
Jason Stirnaman e60e952280
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 16:09:39 -05:00
Jason Stirnaman 01e0e94098
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:49:53 -05:00
Jason Stirnaman 0197e69a6f
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:49:04 -05:00
Jason Stirnaman 59fed7ea66
Apply suggestions from code review 2025-03-18 15:48:04 -05:00
Jason Stirnaman 020b50aea1
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:45:48 -05:00
Jason Stirnaman 532c25d56c
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:45:42 -05:00
Jason Stirnaman 4c1d89eedc
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:45:36 -05:00
Jason Stirnaman 0bc601e129
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:45:12 -05:00
Jason Stirnaman 9cc3e36c17
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:39:31 -05:00
Jason Stirnaman 059f8f3cd2
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:39:15 -05:00
Jason Stirnaman fa5d960658
Update content/shared/v3-core-enterprise-release-notes/_index.md 2025-03-18 15:39:09 -05:00