You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/rn-replicated-sdk.md
+17-10Lines changed: 17 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ pagination_prev: null
8
8
9
9
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.
10
10
11
+
## 1.6.0
12
+
13
+
Released on Jun 9, 2025
14
+
15
+
### Improvements {#improvements-1-6-0}
16
+
* Adds support for providing a TLS cert and key with the [`tlsCertSecretName`](https://github.com/replicatedhq/replicated-sdk/blob/1.6.0/chart/values.yaml#L280) Helm value.
17
+
11
18
## 1.5.1
12
19
13
20
Released on Apr 16, 2025
@@ -20,20 +27,20 @@ Released on Apr 16, 2025
20
27
Released on April 7, 2025
21
28
22
29
### New Features {#new-features-1-5-0}
23
-
* Adds support for setting custom annotations across all resources with the [`commonAnnotations`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L16) Helm value.
24
-
* Adds support for configuring container resource requirements with the [`resources`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L93) Helm value.
25
-
* Adds support for customizing the readiness probe configuration with the [`readinessProbe`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L79) Helm value.
26
-
* Adds support for mounting custom volumes with the [`extraVolumes`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L115) and [`extraVolumeMounts`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L125) Helm values.
27
-
* Adds support for init containers with the [`initContainers`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L104) Helm value.
28
-
* Adds support for host settings including [`hostNetwork`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L171C1-L171C8), [`hostIPC`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L175), and [`hostAliases`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L179).
29
-
* Adds support for advanced scheduling with the [`topologySpreadConstraints`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L188) Helm value.
30
-
* Adds support for priority configuration with the [`priorityClassName`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L199) and [`schedulerName`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L203) Helm values.
31
-
* Adds support for using existing secrets with the [`existingSecret`](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl#L134) Helm value.
30
+
* Adds support for setting custom annotations across all resources with the [`commonAnnotations`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L16) Helm value.
31
+
* Adds support for configuring container resource requirements with the [`resources`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L93) Helm value.
32
+
* Adds support for customizing the readiness probe configuration with the [`readinessProbe`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L79) Helm value.
33
+
* Adds support for mounting custom volumes with the [`extraVolumes`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L115) and [`extraVolumeMounts`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L125) Helm values.
34
+
* Adds support for init containers with the [`initContainers`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L104) Helm value.
35
+
* Adds support for host settings including [`hostNetwork`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L171C1-L171C8), [`hostIPC`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L175), and [`hostAliases`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L179).
36
+
* Adds support for advanced scheduling with the [`topologySpreadConstraints`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L188) Helm value.
37
+
* Adds support for priority configuration with the [`priorityClassName`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L199) and [`schedulerName`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L203) Helm values.
38
+
* Adds support for using existing secrets with the [`existingSecret`](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl#L134) Helm value.
32
39
33
40
### Improvements {#improvements-1-5-0}
34
41
* Improves template organization with reusable helper functions.
35
42
* Consolidates related configuration sections in templates.
36
-
* Adds comprehensive documentation for all configuration options. See [values.yaml.tmpl](https://github.com/replicatedhq/replicated-sdk/blob/main/chart/values.yaml.tmpl) in the replicated-sdk repository in GitHub.
43
+
* Adds comprehensive documentation for all configuration options. See [values.yaml.tmpl](https://github.com/replicatedhq/replicated-sdk/blob/1.5.0/chart/values.yaml.tmpl) in the replicated-sdk repository in GitHub.
0 commit comments