Skip to content

Commit 0b45510

Browse files
authored
Merge pull request #3302 from replicatedhq/laverya/sc-123955/enable-ssl-for-replicated-sdk-pod
1.6.0 release notes with 'tlsCertSecretName' link
2 parents c9b2c0f + 8e43ca5 commit 0b45510

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

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

Lines changed: 17 additions & 10 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.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+
1118
## 1.5.1
1219

1320
Released on Apr 16, 2025
@@ -20,20 +27,20 @@ Released on Apr 16, 2025
2027
Released on April 7, 2025
2128

2229
### 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.
3239

3340
### Improvements {#improvements-1-5-0}
3441
* Improves template organization with reusable helper functions.
3542
* 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.
3744

3845
## 1.4.0
3946

0 commit comments

Comments
 (0)