Skip to content

Commit 8fd80c3

Browse files
authored
Merge pull request kubernetes#25519 from annajung/update-release-notes
Update release notes for 1.20 release
2 parents c0ce7cf + 99ee144 commit 8fd80c3

File tree

1 file changed

+3
-51
lines changed

1 file changed

+3
-51
lines changed

content/en/docs/setup/release/notes.md

+3-51
Original file line numberDiff line numberDiff line change
@@ -1168,23 +1168,7 @@ filename | sha512 hash
11681168

11691169
### Other (Cleanup or Flake)
11701170

1171-
- **Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.**:
1172-
1173-
<!--
1174-
This section can be blank if this pull request does not require a release note.
1175-
1176-
When adding links which point to resources within git repositories, like
1177-
KEPs or supporting documentation, please reference a specific commit and avoid
1178-
linking directly to the master branch. This ensures that links reference a
1179-
specific point in time, rather than a document that may change over time.
1180-
1181-
See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files
1182-
1183-
Please use the following format for linking documentation:
1184-
- [KEP]: <link>
1185-
- [Usage]: <link>
1186-
- [Other doc]: <link>
1187-
--> ([#96443](https://github.com/kubernetes/kubernetes/pull/96443), [@alaypatel07](https://github.com/alaypatel07)) [SIG Apps]
1171+
- Handle slow cronjob lister in cronjob controller v2 and improve memory footprint. ([#96443](https://github.com/kubernetes/kubernetes/pull/96443), [@alaypatel07](https://github.com/alaypatel07)) [SIG Apps]
11881172
- --redirect-container-streaming is no longer functional. The flag will be removed in v1.22 ([#95935](https://github.com/kubernetes/kubernetes/pull/95935), [@tallclair](https://github.com/tallclair)) [SIG Node]
11891173
- A new metric `requestAbortsTotal` has been introduced that counts aborted requests for each `group`, `version`, `verb`, `resource`, `subresource` and `scope`. ([#95002](https://github.com/kubernetes/kubernetes/pull/95002), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery, Cloud Provider, Instrumentation and Scheduling]
11901174
- API priority and fairness metrics use snake_case in label names ([#96236](https://github.com/kubernetes/kubernetes/pull/96236), [@adtac](https://github.com/adtac)) [SIG API Machinery, Cluster Lifecycle, Instrumentation and Testing]
@@ -1350,23 +1334,7 @@ filename | sha512 hash
13501334

13511335
### Deprecation
13521336

1353-
- **Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.**:
1354-
1355-
<!--
1356-
This section can be blank if this pull request does not require a release note.
1357-
1358-
When adding links which point to resources within git repositories, like
1359-
KEPs or supporting documentation, please reference a specific commit and avoid
1360-
linking directly to the master branch. This ensures that links reference a
1361-
specific point in time, rather than a document that may change over time.
1362-
1363-
See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files
1364-
1365-
Please use the following format for linking documentation:
1366-
- [KEP]: <link>
1367-
- [Usage]: <link>
1368-
- [Other doc]: <link>
1369-
--> ([#95856](https://github.com/kubernetes/kubernetes/pull/95856), [@knight42](https://github.com/knight42)) [SIG API Machinery, Node and Testing]
1337+
- ACTION REQUIRED: The kube-apiserver ability to serve on an insecure port, deprecated since v1.10, has been removed. The insecure address flags `--address` and `--insecure-bind-address` have no effect in kube-apiserver and will be removed in v1.24. The insecure port flags `--port` and `--insecure-port` may only be set to 0 and will be removed in v1.24. ([#95856](https://github.com/kubernetes/kubernetes/pull/95856), [@knight42](https://github.com/knight42)) [SIG API Machinery, Node and Testing]
13701338

13711339
### API Change
13721340

@@ -1510,23 +1478,7 @@ filename | sha512 hash
15101478

15111479
### Bug or Regression
15121480

1513-
- **Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.**:
1514-
1515-
<!--
1516-
This section can be blank if this pull request does not require a release note.
1517-
1518-
When adding links which point to resources within git repositories, like
1519-
KEPs or supporting documentation, please reference a specific commit and avoid
1520-
linking directly to the master branch. This ensures that links reference a
1521-
specific point in time, rather than a document that may change over time.
1522-
1523-
See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files
1524-
1525-
Please use the following format for linking documentation:
1526-
- [KEP]: <link>
1527-
- [Usage]: <link>
1528-
- [Other doc]: <link>
1529-
--> ([#95725](https://github.com/kubernetes/kubernetes/pull/95725), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery and Cloud Provider]
1481+
- Exposes and sets a default timeout for the SubjectAccessReview client for DelegatingAuthorizationOptions. ([#95725](https://github.com/kubernetes/kubernetes/pull/95725), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery and Cloud Provider]
15301482
- Alter wording to describe pods using a pvc ([#95635](https://github.com/kubernetes/kubernetes/pull/95635), [@RaunakShah](https://github.com/RaunakShah)) [SIG CLI]
15311483
- If we set SelectPolicy MinPolicySelect on scaleUp behavior or scaleDown behavior,Horizontal Pod Autoscaler doesn`t automatically scale the number of pods correctly ([#95647](https://github.com/kubernetes/kubernetes/pull/95647), [@JoshuaAndrew](https://github.com/JoshuaAndrew)) [SIG Apps and Autoscaling]
15321484
- Ignore apparmor for non-linux operating systems ([#93220](https://github.com/kubernetes/kubernetes/pull/93220), [@wawa0210](https://github.com/wawa0210)) [SIG Node and Windows]

0 commit comments

Comments
 (0)