Skip to content

1.7.0-beta.1 release notes for update the registry to point to new proxy endpoint #3306

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
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.1
version: 1.7.0-beta.1
```

For the latest version information for the Replicated SDK, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/releases) in GitHub.
7 changes: 7 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,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.7.0-beta.1

Released on Jun 11, 2025

### Improvements {#improvements-1-7-0-beta-1}
* Updates the registry to point to a new proxy endpoint for improved performance and reliability.

## 1.6.0

Released on Jun 9, 2025
Expand Down
2 changes: 1 addition & 1 deletion docs/vendor/replicated-sdk-installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
chartVersion: 1.7.0-beta.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 Down