Skip to content

Commit 8cdbb9d

Browse files
authored
Merge branch 'main' into automation/vendor-portal-release-notes-v2025.06.17-5
2 parents bc68249 + b1106e1 commit 8cdbb9d

7 files changed

+333
-40
lines changed

docs/release-notes/rn-replicated-sdk.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ pagination_prev: null
88

99
This topic contains release notes for the [Replicated SDK](/vendor/replicated-sdk-overview). The release notes list new features, improvements, bug fixes, known issues, and breaking changes.
1010

11-
## 1.7.0-beta.1
11+
## 1.7.0
1212

13-
Released on Jun 11, 2025
13+
Released on Jun 20, 2025
1414

15-
### Improvements {#improvements-1-7-0-beta-1}
15+
### Improvements {#improvements-1-7-0}
1616
* Updates the registry to point to a new proxy endpoint for improved performance and reliability.
17+
* Adds support adding a liveness probe to the SDK deployment with the [`livenessProbe`](https://github.com/replicatedhq/replicated-sdk/blob/1.7.0/chart/values.yaml#L106) Helm value.
18+
* Adds support for a RBAC role with reduced scope with the [`minimalRBAC`](https://github.com/replicatedhq/replicated-sdk/blob/1.7.0/chart/values.yaml#L301) Helm value.For more information, see [Minimal RBAC](/vendor/replicated-sdk-customizing#minimal-rbac) in _Customizing the Replicated SDK_.
1719

1820
## 1.6.0
1921

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ This topic contains release notes for the Replicated Vendor Platform, which incl
1010

1111
<!--RELEASE_NOTES_PLACEHOLDER-->
1212

13+
## v2025.06.18-2
14+
15+
Released on June 18, 2025
16+
17+
### New Features {#new-features-v2025-06-18-2}
18+
* Adds Vendor API routes for updating and deleting install option records. For more information, see [enterprisePortal](https://replicated-vendor-api.readme.io/reference/createinstalloptions) in the Vendor API v3 documentation.
19+
* Adds a "(Default)" text badge next to custom domains that are set as default in the vendor portal UI.
20+
* Adds a link to the custom domains docs if you do not have a default custom domain set and have configured domains.
21+
1322
## v2025.06.17-5
1423

1524
Released on June 17, 2025

docs/vendor/packaging-private-registry-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Replicated Registry Security
22

3-
This document lists the security measures and processes in place to ensure that images pushed to the Replicated registry remain private. For more information about pushing images to the Replicated registry, see [Using the Replicated Registry for KOTS Installations](private-images-replicated).
3+
This document lists the security measures and processes in place to ensure that images pushed to the Replicated registry remain private. For more information about pushing images to the Replicated registry, see [About the Replicated Registry Option for KOTS Installations](private-images-replicated).
44

55

66
## Single Tenant Isolation

docs/vendor/private-images-replicated.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
import TeamTokenNote from "../partials/vendor-api/_team-token-note.mdx"
22

3-
# Use the Replicated Registry for KOTS Installations
3+
# About the Replicated Registry Option for KOTS Installations
44

5-
This topic describes how to push images to the Replicated private registry.
5+
This topic describes how to push images to the Replicated registry. The information in this topic applies only to installations managed with Replicated KOTS.
66

77
## Overview
88

9-
For applications installed with KOTS, you can host private images on the Replicated registry. Hosting your images on the Replicated registry is useful if you do not already have your images in an existing private registry. It is also useful for testing purposes.
9+
For applications installed with KOTS, you can optionally host private images on the Replicated registry. Hosting your images on the Replicated registry can be useful for testing purposes.
10+
11+
For all production releases, Replicated recommends using the Replicated proxy registry for both private and public image distribution, rather than hosting images on the Replicated registry. The proxy registry provides a globally-distributed and highly-performant method to grant pull-through access to application images. For more information, see [About the Replicated Proxy Registry](/vendor/private-images-about).
1012

1113
Images pushed to the Replicated registry are displayed on the **Images** page in the Vendor Portal:
1214

@@ -26,6 +28,8 @@ The Replicated registry has the following limitations:
2628

2729
* You might encounter a timeout error when pushing images with layers close to or exceeding 2GB in size, such as: "received unexpected HTTP status: 524." To work around this, reduce the size of the image layers and push the image again. If the 524 error persists, continue decreasing the layer sizes until the push is successful.
2830

31+
* The ability to push images to the Replicated registry is available only for KOTS-managed installations. Pushing images to the Replicated registry is not supported for Helm installations.
32+
2933
## Push Images to the Replicated Registry
3034

3135
This procedure describes how to tag and push images to the Replicated registry. For more information about building, tagging, and pushing Docker images, see the

0 commit comments

Comments
 (0)