Skip to content

Commit 6bd5e21

Browse files
committed
Update release notes
Signed-off-by: Ciprian Hacman <[email protected]>
1 parent 6d95342 commit 6bd5e21

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/operations/images.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/e
2020
2121
## Security Updates
2222
23-
Automated security updates are handled by kOps for Debian, Flatcar and Ubuntu distros. This can be disabled by editing the cluster configuration:
23+
As of kOps 1.35, automated security updates are disabled by default to minimize the risk that node updates disrupt the cluster. Instead, we recommend updating instance group images on a regular cadence.
24+
To enable automatic security updates for Debian, Flatcar, or Ubuntu, edit the cluster or instance group configuration to include:
2425
2526
```yaml
2627
spec:
27-
updatePolicy: external
28+
updatePolicy: automatic
2829
```
2930
3031
## Distros Support Matrix

docs/releases/1.35-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This is a document to gather the release notes prior to the release.
66

77
# Significant changes
88

9+
* Aautomated security updates are disabled by default to minimize the risk that node updates disrupt the cluster. Instead, we recommend updating instance group images on a regular cadence. To enable automatic security updates, set `spec.updatePolicy=automatic`.
910
* `bridge-utils`, `conntrack`, `pigz`, `libltdl` are no longer installed by default.
1011

1112
## Some Feature

0 commit comments

Comments
 (0)