Skip to content

Manually bump sdk version to 1.5.1 #3189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/partials/replicated-sdk/_dependency-yaml.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dependencies:
- name: replicated
repository: oci://registry.replicated.com/library
version: 1.5.0
version: 1.5.1
```

For the latest version information for the Replicated SDK, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/releases) in GitHub.
5 changes: 5 additions & 0 deletions docs/release-notes/rn-replicated-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ 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.5.1

### Improvements {#improvements-1-5-1}
* Changed the default location of the image this chart uses to be registry.replicated.com/library/replicated-sdk-image. This is anonymous and will support custom domains.

## 1.5.0

Released on April 7, 2025
Expand Down
20 changes: 10 additions & 10 deletions docs/vendor/replicated-sdk-installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ To install the SDK as a subchart:
helm dependency update
```
:::note
<RegistryLogout/>
<RegistryLogout/>
:::

1. Package the Helm chart into a `.tgz` archive:

```
helm package .
```
```

1. Add the chart archive to a new release. For more information, see [Manage Releases with the CLI](/vendor/releases-creating-cli) or [Managing Releases with the Vendor Portal](/vendor/releases-creating-releases).

Expand All @@ -57,7 +57,7 @@ To install the SDK as a subchart:
```
kubectl get deploy --namespace NAMESPACE
```
Where `NAMESPACE` is the namespace in the cluster where the application and the SDK are installed.
Where `NAMESPACE` is the namespace in the cluster where the application and the SDK are installed.

**Example output**:

Expand Down Expand Up @@ -98,13 +98,13 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
The following shows an example of the SDK Helm chart added to a draft release for a standard manifest-based application:

![SDK Helm chart in a draft release](/images/sdk-kots-release.png)

[View a larger version of this image](/images/sdk-kots-release.png)

1. If one was not created automatically, add a KOTS HelmChart custom resource to the release. HelmChart custom resources have `apiVersion: kots.io/v1beta2` and `kind: HelmChart`.
1. If one was not created automatically, add a KOTS HelmChart custom resource to the release. HelmChart custom resources have `apiVersion: kots.io/v1beta2` and `kind: HelmChart`.

**Example:**

```yaml
apiVersion: kots.io/v1beta2
kind: HelmChart
Expand All @@ -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.5.0
chartVersion: 1.5.1
```

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:
Expand All @@ -138,7 +138,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
```
kubectl get deploy --namespace NAMESPACE
```
Where `NAMESPACE` is the namespace in the cluster where the application, the Admin Console, and the SDK are installed.
Where `NAMESPACE` is the namespace in the cluster where the application, the Admin Console, and the SDK are installed.

**Example output**:

Expand Down Expand Up @@ -179,4 +179,4 @@ To solve this issue:
helm registry logout registry.replicated.com
```

1. Re-run `helm dependency update` for your Helm chart.
1. Re-run `helm dependency update` for your Helm chart.