From 147c702570acc3b2b0a09e51ddedd967d389bae0 Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Thu, 27 Mar 2025 12:57:19 -0400 Subject: [PATCH 1/5] update rn-replicated-sdk.md --- docs/release-notes/rn-replicated-sdk.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/rn-replicated-sdk.md b/docs/release-notes/rn-replicated-sdk.md index f7dbc06f97..4c94ca616f 100644 --- a/docs/release-notes/rn-replicated-sdk.md +++ b/docs/release-notes/rn-replicated-sdk.md @@ -8,6 +8,13 @@ pagination_prev: null 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. +## 1.3.0 + +Released on March 20, 2025 + +### Improvements {#improvements-1-3-0} +* Updates endpoint resolution to prioritize custom domains provided via params before falling back to the license endpoint. + ## 1.2.0 Released on March 11, 2025 From 7c1b5b6441d3bd390a9be6e9dfcaf4f7a34b1cb9 Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Thu, 27 Mar 2025 12:58:02 -0400 Subject: [PATCH 2/5] update rn-replicated-sdk.md --- docs/release-notes/rn-replicated-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/rn-replicated-sdk.md b/docs/release-notes/rn-replicated-sdk.md index 4c94ca616f..12ff0d7188 100644 --- a/docs/release-notes/rn-replicated-sdk.md +++ b/docs/release-notes/rn-replicated-sdk.md @@ -10,7 +10,7 @@ This topic contains release notes for the [Replicated SDK](/vendor/replicated-sd ## 1.3.0 -Released on March 20, 2025 +Released on March 27, 2025 ### Improvements {#improvements-1-3-0} * Updates endpoint resolution to prioritize custom domains provided via params before falling back to the license endpoint. From 10b64ef86c0229c7ce07c12c8936b88623b3df70 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 27 Mar 2025 11:25:43 -0600 Subject: [PATCH 3/5] Update rn-replicated-sdk.md --- docs/release-notes/rn-replicated-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/rn-replicated-sdk.md b/docs/release-notes/rn-replicated-sdk.md index 12ff0d7188..ac6667fef5 100644 --- a/docs/release-notes/rn-replicated-sdk.md +++ b/docs/release-notes/rn-replicated-sdk.md @@ -13,7 +13,7 @@ This topic contains release notes for the [Replicated SDK](/vendor/replicated-sd Released on March 27, 2025 ### Improvements {#improvements-1-3-0} -* Updates endpoint resolution to prioritize custom domains provided via params before falling back to the license endpoint. +* Updates endpoint resolution to prioritize custom domains provided via parameters before falling back to the license endpoint. ## 1.2.0 From fbcff064dc79d9a6df6cd13161715a6d5eb055c6 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Thu, 27 Mar 2025 11:27:23 -0600 Subject: [PATCH 4/5] update sdk refs --- docs/partials/replicated-sdk/_dependency-yaml.mdx | 2 +- docs/vendor/replicated-sdk-installing.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/partials/replicated-sdk/_dependency-yaml.mdx b/docs/partials/replicated-sdk/_dependency-yaml.mdx index 055e19f558..aed33050d8 100644 --- a/docs/partials/replicated-sdk/_dependency-yaml.mdx +++ b/docs/partials/replicated-sdk/_dependency-yaml.mdx @@ -3,7 +3,7 @@ dependencies: - name: replicated repository: oci://registry.replicated.com/library - version: 1.2.0 + version: 1.3.0 ``` For the latest version information for the Replicated SDK, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/releases) in GitHub. diff --git a/docs/vendor/replicated-sdk-installing.mdx b/docs/vendor/replicated-sdk-installing.mdx index 6ed3e96c4a..e563d0acd9 100644 --- a/docs/vendor/replicated-sdk-installing.mdx +++ b/docs/vendor/replicated-sdk-installing.mdx @@ -89,7 +89,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati ``` Where `SDK_VERSION` is the version of the SDK to install. For a list of available SDK versions, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/tags) in GitHub. - The output of this command is a `.tgz` file with the naming convention `CHART_NAME-CHART_VERSION.tgz`. For example, `replicated-1.2.0.tgz`. + The output of this command is a `.tgz` file with the naming convention `CHART_NAME-CHART_VERSION.tgz`. For example, `replicated-1.3.0.tgz`. For more information and additional options, see [Helm Pull](https://helm.sh/docs/helm/helm_pull/) in the Helm documentation. @@ -117,7 +117,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati name: replicated # for chartversion, enter the version of the # SDK Helm chart in the release - chartVersion: 1.2.0 + chartVersion: 1.3.0 ``` As shown in the example above, the HelmChart custom resource requires the name and version of the SDK Helm chart that you added to the release: From 5805e95b6784b34e0d60e27ab67b847ec086f23f Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Mon, 31 Mar 2025 11:34:36 -0400 Subject: [PATCH 5/5] update rn-replicated-sdk.md --- docs/release-notes/rn-replicated-sdk.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/rn-replicated-sdk.md b/docs/release-notes/rn-replicated-sdk.md index 12ff0d7188..19621980d0 100644 --- a/docs/release-notes/rn-replicated-sdk.md +++ b/docs/release-notes/rn-replicated-sdk.md @@ -12,8 +12,8 @@ This topic contains release notes for the [Replicated SDK](/vendor/replicated-sd Released on March 27, 2025 -### Improvements {#improvements-1-3-0} -* Updates endpoint resolution to prioritize custom domains provided via params before falling back to the license endpoint. +### Bug Fixes {#bug-fixes-1-3-0} +* Fixes an issue where the `replicatedAppDomain` Helm value wasn't consistently applied across all API calls to replicated.app. ## 1.2.0