Skip to content

Commit 9fa2ee4

Browse files
authored
Merge branch 'main' into automation/vendor-portal-release-notes-v2025.07.25-5
2 parents 4dd170e + 31719f8 commit 9fa2ee4

File tree

3 files changed

+46
-38
lines changed

3 files changed

+46
-38
lines changed

docs/release-notes/rn-vendor-platform.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,16 @@ This topic contains release notes for the Replicated Vendor Platform, which incl
1414

1515
Released on July 25, 2025
1616

17-
### New Features {#new-features-v2025-07-25-5}
18-
* Addresses inconsistencies in how Helm charts were being displayed across different parts of the Vendor Portal, Enterprise Portal, and Vendor API. Charts are now sorted by their weight property from the `HelmChart` resource in the release.
17+
### Improvements {#improvements-v2025-07-25-5}
18+
* Sorts Helm charts across different parts of the Vendor Portal, Enterprise Portal, and Vendor API using their `weight` property from the corresponding KOTS HelmChart custom resource in the release. This addresses inconsistencies in how Helm charts were displayed in these interfaces.
19+
20+
## v2025.07.25-0
21+
22+
Released on July 25, 2025
23+
24+
### Improvements {#improvements-v2025-07-25-0}
25+
* Updates the [external registry delete](https://replicated-vendor-api.readme.io/reference/deleteexternalregistry) endpoint to use the registry slug rather than the registry endpoint. For previously added registries, the slug is the same as the endpoint.
26+
* Updates the [external registry create](https://replicated-vendor-api.readme.io/reference/deleteexternalregistry) endpoint to accept an optional slug. If not provided, the endpoint is used as the slug.
1927

2028
## v2025.07.16-10
2129

package-lock.json

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"generate-llms": "node static/js/generate-llms.js"
1919
},
2020
"dependencies": {
21-
"@algolia/client-search": "^5.32.0",
21+
"@algolia/client-search": "^5.34.1",
2222
"@babel/traverse": "^7.28.0",
2323
"@docusaurus/core": "3.8.1",
2424
"@docusaurus/preset-classic": "3.8.1",
2525
"@mdx-js/react": "^3.1.0",
26-
"@types/node": "24.0.13",
26+
"@types/node": "24.1.0",
2727
"@types/react": "19.1.8",
2828
"clsx": "^2.1.1",
2929
"immer": "^10.1.1",

0 commit comments

Comments
 (0)