Skip to content

Commit 34c80ca

Browse files
authored
Merge pull request #3689 from replicatedhq/laverya/sdk-1120-1121
release notes for SDK 1.12.0 and 1.12.1
2 parents 13b6fb2 + 8ac3385 commit 34c80ca

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
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.11.2
6+
version: 1.21.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: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ 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.12.1
12+
13+
Released on December 3, 2025
14+
15+
### Improvements {#improvements-1-12-1}
16+
* Updates the license signature verification code to improve behavior when unsigned data has been changed.
17+
18+
## 1.12.0
19+
20+
Released on November 26, 2025
21+
22+
### New Features {#new-features-1-12-0}
23+
* Adds the customer ID to the response of the `/license/info` endpoint.
24+
1125
## 1.11.2
1226

1327
Released on November 21, 2025
@@ -28,24 +42,26 @@ Released on November 17, 2025
2842

2943
Released on November 5, 2025
3044

31-
### Improvements {#improvements-1-11-0}
45+
### New Features {#new-features-1-11-0}
3246
* Adds support for configuring image pull secrets with [`values.global.imagePullSecrets`](https://github.com/replicatedhq/replicated-sdk/blob/1.11.0/chart/values.yaml#L8) as well as the existing [`values.replicated.imagePullSecrets`](https://github.com/replicatedhq/replicated-sdk/blob/1.11.0/chart/values.yaml#L167).
3347
* Adds an image pull secret, titled `enterprise-pull-secret`.
3448

3549
## 1.10.0
3650

3751
Released on October 29, 2025
3852

39-
### Improvements {#improvements-1-10-0}
53+
### New Features {#new-features-1-10-0}
4054
* Adds support for configuring a proxy for the SDK with [`proxy`](https://github.com/replicatedhq/replicated-sdk/blob/1.10.0/chart/values.yaml#L315). For more information, see [Proxy Configuration](/vendor/replicated-sdk-customizing#proxy).
4155
* Enables the use of `kots.io/v1beta2` licenses.
4256

4357
## 1.9.0
4458

4559
Released on October 16, 2025
4660

47-
### Improvements {#improvements-1-9-0}
61+
### New Features {#new-features-1-9-0}
4862
* Adds support for reporting all running images in a cluster with [`reportAllImages`](https://github.com/replicatedhq/replicated-sdk/blob/1.9.0/chart/values.yaml#L307). For more information, see [Report All Images](/vendor/replicated-sdk-customizing#report-all-images).
63+
64+
### Improvements {#improvements-1-9-0}
4965
* Enables `reportAllImages` automatically for Embedded Cluster installations.
5066
* Compares images using only the trailing name segments, so `alpine/curl:latest` matches `proxy.replicated.com/myapp/docker/alpine/curl:latest` and `private-registry.app.com/alpine/curl:latest`.
5167
* Improves image name reporting by using the image name from the container spec when available.
@@ -63,8 +79,10 @@ Released on October 8, 2025
6379

6480
Released on August 12, 2025
6581

66-
### Improvements {#improvements-1-8-0}
82+
### New Features {#features-1-8-0}
6783
* Adds reporting of in-use digests of app images.
84+
85+
### Improvements {#improvements-1-8-0}
6886
* Expands the Minimal RBAC role to include the ability to list and watch pods within the namespace.
6987

7088
## 1.7.2

0 commit comments

Comments
 (0)