Skip to content

Commit 47b9da9

Browse files
authored
Merge pull request #1670 from yliaog/automated-release-of-22.0.0-snapshot-upstream-master-1641318151
Removed "Additional documentation" section.
2 parents e081170 + 54ed6fd commit 47b9da9

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

CHANGELOG.md

-19
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,6 @@ Kubernetes API Version: v1.22.5
8484
- Track Job completion through status and Pod finalizers, removing dependency on Pod tombstones. ([kubernetes/kubernetes#98238](https://github.com/kubernetes/kubernetes/pull/98238), [@alculquicondor](https://github.com/alculquicondor)) [SIG API Machinery, Apps, Auth and Testing]
8585
- When using `kubectl replace` (or the equivalent API call) on a Service, the caller no longer needs to do a read-modify-write cycle to fetch the allocated values for `.spec.clusterIP` and `.spec.ports[].nodePort`. Instead the API server will automatically carry these forward from the original object when the new object does not specify them. ([kubernetes/kubernetes#103532](https://github.com/kubernetes/kubernetes/pull/103532), [@thockin](https://github.com/thockin)) [SIG Apps and Network]
8686
- A new score extension for NodeResourcesFit plugin that merges the functionality of NodeResourcesLeastAllocated,NodeResourcesMostAllocated,RequestedToCapacityRatio plugins, which are marked as deprecated as of v1beta2. In v1beta1, the three plugins can still be used in v1beta1 but not at the same time with the score extension of NodeResourcesFit
87-
```
88-
89-
#### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
90-
91-
<!--
92-
This section can be blank if this pull request does not require a release note.
93-
94-
When adding links which point to resources within git repositories, like
95-
KEPs or supporting documentation, please reference a specific commit and avoid
96-
linking directly to the master branch. This ensures that links reference a
97-
specific point in time, rather than a document that may change over time.
98-
99-
See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files
100-
101-
Please use the following format for linking documentation:
102-
- [KEP]: <link>
103-
- [Usage]: <link>
104-
- [Other doc]: <link>
105-
--> ([kubernetes/kubernetes#101822](https://github.com/kubernetes/kubernetes/pull/101822), [@yuzhiquan](https://github.com/yuzhiquan)) [SIG API Machinery, Apps, Auth, Cloud Provider, Instrumentation, Node, Scheduling, Storage and Testing]
10687
- Add DataSourceRef alpha field to PVC spec, which allows contents other than PVCs and VolumeSnapshots to be data sources. ([kubernetes/kubernetes#103276](https://github.com/kubernetes/kubernetes/pull/103276), [@bswartz](https://github.com/bswartz)) [SIG API Machinery, Apps and Storage]
10788
- Add PersistentVolumeClaimDeletePoilcy to StatefulSet API. ([kubernetes/kubernetes#99378](https://github.com/kubernetes/kubernetes/pull/99378), [@mattcary](https://github.com/mattcary)) [SIG API Machinery and Apps]
10889
- Add distributed tracing to the kube-apiserver. It is can be enabled with the feature gate: APIServerTracing=true ([kubernetes/kubernetes#94942](https://github.com/kubernetes/kubernetes/pull/94942), [@dashpole](https://github.com/dashpole)) [SIG API Machinery, CLI, Cloud Provider, Cluster Lifecycle, Instrumentation, Node, Storage and Testing]

0 commit comments

Comments
 (0)