Skip to content

Commit 582c6df

Browse files
Release notes for Replicated SDK 1.0.0-beta.32 (#2889)
* Release notes for Replicated SDK 1.0.0-beta.32 * bump sdk version in yaml samples --------- Co-authored-by: Paige Calvert <[email protected]>
1 parent eb3615c commit 582c6df

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.0.0-beta.31
6+
version: 1.0.0-beta.32
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ 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.0.0-beta.32
12+
13+
Released on December 9, 2024
14+
15+
### Bug Fixes {#bug-fixes-1-0-0-beta-32}
16+
* Fixes an issue that caused [custom metrics](/vendor/custom-metrics#configure-custom-metrics) to not be collected.
17+
1118
## 1.0.0-beta.31
1219

1320
Released on October 17, 2024

docs/vendor/replicated-sdk-installing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To add the SDK Helm chart to a release for a standard manifest-based application
8787
```
8888
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.
8989

90-
The output of this command is a `.tgz` file with the naming convention `CHART_NAME-CHART_VERSION.tgz`. For example, `replicated-1.0.0-beta.31.tgz`.
90+
The output of this command is a `.tgz` file with the naming convention `CHART_NAME-CHART_VERSION.tgz`. For example, `replicated-1.0.0-beta.32.tgz`.
9191

9292
For more information and additional options, see [Helm Pull](https://helm.sh/docs/helm/helm_pull/) in the Helm documentation.
9393

@@ -115,7 +115,7 @@ To add the SDK Helm chart to a release for a standard manifest-based application
115115
name: replicated
116116
# for chartversion, enter the version of the
117117
# SDK Helm chart in the release
118-
chartVersion: 1.0.0-beta.31
118+
chartVersion: 1.0.0-beta.32
119119
```
120120
121121
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:

0 commit comments

Comments
 (0)