Trendz docs 1.15.2.1#543
Open
RomenKost wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the ThingsBoard Trendz documentation site to reflect the Trendz Analytics 1.15.2.1 patch release, including release notes, version metadata, and a small simplification to the upgrade-instructions headings to consistently use the target display version.
Changes:
- Added v1.15.2.1 (Jun 24, 2026) release notes to the 1.15.x release notes page.
- Updated Trendz version metadata (
TRENDZ_VER, releases table latest patch, and upgrade versions list) to include 1.15.2.1. - Simplified upgrade-instruction headings to always render
Upgrading Trendz Analytics to {displayVersion}(no special “latest {baseVersion} (...)” variant).
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/docs/trendz/installation/upgrade-instructions/[platform]/[familySlug].astro | Simplifies per-version TOC heading text for Trendz upgrade instructions. |
| src/components/upgrade-instructions/TrendzUpgradeSteps.astro | Matches rendered section headings to the simplified heading format. |
| src/models/trendz-upgrade-instructions.ts | Adds 1.15.2.1 to the upgradeable versions metadata. |
| src/models/trendz-releases-table.ts | Updates 1.15 family latest patch metadata and adds the 1.15.2.1 patch entry. |
| src/data/versions.ts | Bumps TRENDZ_VER to 1.15.2.1 for version reuse across docs. |
| src/content/_includes/docs/trendz/releases/v1-15-x.mdx | Adds the v1.15.2.1 release notes section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trendz docs 1.15.2.1
Documents the Trendz Analytics 1.15.2.1 patch release (Jun 24, 2026) and updates
the related version metadata, plus a small simplification of the upgrade-instructions
heading logic.
Changes
Release notes
src/content/_includes/docs/trendz/releases/v1-15-x.mdx— add the v1.15.2.1 (Jun 24, 2026) section:sorting and improved pagination for the task-executions list.
viewing tenant-built views; prediction model fit; line-chart tooltip rendering;
group-by amount for local dates; anomaly score sending for edge cases.
Version / release metadata
src/data/versions.ts— bumpTRENDZ_VERto1.15.2.1.src/models/trendz-releases-table.ts— set the1.15familylatestPatchtov1.15.2.1/Jun 24 2026and add thev1.15.2.1patch row.src/models/trendz-upgrade-instructions.ts— add1.15.2.1toTRENDZ_UPGRADE_VERSIONS(LTS patch of1.15.2, new upgrade mechanism, no HAProxy note).Upgrade-instructions heading simplification
src/components/upgrade-instructions/TrendzUpgradeSteps.astrosrc/pages/docs/trendz/installation/upgrade-instructions/[platform]/[familySlug].astro— always render
Upgrading Trendz Analytics to {displayVersion}, dropping thelatest {baseVersion} ({displayVersion})variant for patch releases.Testing
pnpm checkpnpm build:fastpnpm lint:linkcheck