Skip to content

Commit 5e6eaca

Browse files
committed
Manually bump sdk version to 1.5.1
1 parent 84161db commit 5e6eaca

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

docs/partials/replicated-sdk/_dependency-yaml.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dependencies:
44
- name: replicated
55
repository: oci://registry.replicated.com/library
6-
version: 1.5.0
6+
version: 1.5.1
77
```
88
99
For the latest version information for the Replicated SDK, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/releases) in GitHub.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ 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.5.1
12+
13+
### Improvements {#improvements-1-5-1}
14+
* 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.
15+
1116
## 1.5.0
1217

1318
Released on April 7, 2025

docs/vendor/replicated-sdk-installing.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ To install the SDK as a subchart:
3131
helm dependency update
3232
```
3333
:::note
34-
<RegistryLogout/>
34+
<RegistryLogout/>
3535
:::
36-
36+
3737
1. Package the Helm chart into a `.tgz` archive:
3838

3939
```
4040
helm package .
41-
```
41+
```
4242

4343
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).
4444

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

6262
**Example output**:
6363

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

100100
![SDK Helm chart in a draft release](/images/sdk-kots-release.png)
101-
101+
102102
[View a larger version of this image](/images/sdk-kots-release.png)
103103

104-
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`.
104+
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`.
105105

106106
**Example:**
107-
107+
108108
```yaml
109109
apiVersion: kots.io/v1beta2
110110
kind: HelmChart
@@ -117,7 +117,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
117117
name: replicated
118118
# for chartversion, enter the version of the
119119
# SDK Helm chart in the release
120-
chartVersion: 1.5.0
120+
chartVersion: 1.5.1
121121
```
122122
123123
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:
@@ -138,7 +138,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
138138
```
139139
kubectl get deploy --namespace NAMESPACE
140140
```
141-
Where `NAMESPACE` is the namespace in the cluster where the application, the Admin Console, and the SDK are installed.
141+
Where `NAMESPACE` is the namespace in the cluster where the application, the Admin Console, and the SDK are installed.
142142

143143
**Example output**:
144144

@@ -179,4 +179,4 @@ To solve this issue:
179179
helm registry logout registry.replicated.com
180180
```
181181

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

0 commit comments

Comments
 (0)