From a9921d0343b16815aad4404edd7266825ae24f79 Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Tue, 11 Mar 2025 17:22:52 -0400 Subject: [PATCH 1/3] replicated-sdk-1.2.0 release note --- 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 aecc55d1dd..2bd58b907c 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.2.0 + +Released on March 11, 2025 + +### New Features {#new-features-1-2-0} +* Adds a new replicatedAppDomain Helm value to the SDK Helm chart for configuring the domain used by the Replicated App API. This value defaults to replicated.app if neither the replicatedAppDomain Helm value nor the replicatedAppEndpoint from the Replicated Registry is provided. + ## 1.1.1 Released on February 19, 2025 From 160d6523f851301628f042f497856526acc74fd7 Mon Sep 17 00:00:00 2001 From: Diamon Wiggins Date: Tue, 11 Mar 2025 17:28:37 -0400 Subject: [PATCH 2/3] 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 2bd58b907c..707ef386ab 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 11, 2025 ### New Features {#new-features-1-2-0} -* Adds a new replicatedAppDomain Helm value to the SDK Helm chart for configuring the domain used by the Replicated App API. This value defaults to replicated.app if neither the replicatedAppDomain Helm value nor the replicatedAppEndpoint from the Replicated Registry is provided. +* Adds a new `replicatedAppDomain` Helm value to the SDK Helm chart for configuring the domain used by the Replicated App API. This value defaults to `replicated.app` if neither the `replicatedAppDomain` Helm value nor the `replicatedAppEndpoint` from the Replicated Registry is provided. ## 1.1.1 From 7b610818a71877d45afbfc2b9b19ad1951b45c70 Mon Sep 17 00:00:00 2001 From: Paige Calvert Date: Tue, 11 Mar 2025 15:44:41 -0600 Subject: [PATCH 3/3] docs edits --- docs/partials/replicated-sdk/_dependency-yaml.mdx | 2 +- docs/release-notes/rn-replicated-sdk.md | 2 +- docs/vendor/replicated-sdk-installing.mdx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/partials/replicated-sdk/_dependency-yaml.mdx b/docs/partials/replicated-sdk/_dependency-yaml.mdx index 517a2ee389..055e19f558 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.1.1 + version: 1.2.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/release-notes/rn-replicated-sdk.md b/docs/release-notes/rn-replicated-sdk.md index 707ef386ab..f7dbc06f97 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 11, 2025 ### New Features {#new-features-1-2-0} -* Adds a new `replicatedAppDomain` Helm value to the SDK Helm chart for configuring the domain used by the Replicated App API. This value defaults to `replicated.app` if neither the `replicatedAppDomain` Helm value nor the `replicatedAppEndpoint` from the Replicated Registry is provided. +* Adds a `replicatedAppDomain` Helm value to the SDK Helm chart for configuring the domain used by the Replicated app service. This value defaults to `replicated.app` if neither the `replicatedAppDomain` Helm value nor the `replicatedAppEndpoint` from the Replicated registry is provided. ## 1.1.1 diff --git a/docs/vendor/replicated-sdk-installing.mdx b/docs/vendor/replicated-sdk-installing.mdx index 4d44251522..6ed3e96c4a 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.1.1.tgz`. + 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`. 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.1.1 + chartVersion: 1.2.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: