Skip to content

Commit

Permalink
feat: changelog - k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed May 15, 2024
1 parent 446feeb commit 36a2b4f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions kubernetes/Kubernetes CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@

## [1.29](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.29.md#changelog-since-v1280)

> 预计于 1023-12-13 release
- `SidecarContainers` 进入 Beta 并默认启用
- 以及其他一堆特性完全进入 GA,删除相关的 feature gate
- CSIMigrationvSphere
Expand All @@ -178,3 +176,15 @@
- GRPCContainerProbe
- ReadWriteOncePod
- ...
- kubelet 一批监控指标进入 GA


## [1.30](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#changelog-since-v1290)

- AppArmor profiles can now be configured through fields on the `PodSecurityContext` and container `SecurityContext`.
- 如下特性进入 GA
- ValidatingAdmissionPolicy
- AdmissionWebhookMatchConditions
- 新增 Alpha 特性
- ServiceTrafficDistribution: 给 Service 添加 `spec.trafficDistribution` 参数用于控制流量分发配置

2 changes: 1 addition & 1 deletion kubernetes/service_mesh/istio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
- Gateway API GA,升级到 1.0.0
- istio 1.21 - 2024-03-13
- 优化配置兼容性,支持设置兼容版本,这样在升级到新版本后,仍然可以使用旧版本的配置,兼容其行为。
- **istio 1.22** - 2024-05-13
- **[istio 1.22](https://istio.io/latest/news/releases/1.22.x/announcing-1.22/)** - 2024-05-13
- **Ambient Mesh 功能进入 beta**
- Compared to sidecar mode, ambient mode reduces memory overhead and CPU usage by over 90% in
many cases.
Expand Down

0 comments on commit 36a2b4f

Please sign in to comment.