Skip to content

Commit ccbdf0d

Browse files
authored
Add changelog for v1.1.0 (#938)
Signed-off-by: FillZpp <[email protected]>
1 parent ce28404 commit ccbdf0d

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# Change Log
22

3+
## v1.1.0
4+
5+
> Change log since v1.0.1
6+
7+
### Project
8+
9+
- Bump Kubernetes dependencies to 1.22 and controller-runtime to v0.10.2. ([#915](https://github.com/openkruise/kruise/pull/915), [@FillZpp](https://github.com/FillZpp))
10+
- Disable DeepCopy for some specific cache list. ([#916](https://github.com/openkruise/kruise/pull/916), [@FillZpp](https://github.com/FillZpp))
11+
12+
### InPlace Update
13+
14+
- Support in-place update containers with launch priority, for workloads that supported in-place update, e.g., CloneSet, Advanced StatefulSet. ([#909](https://github.com/openkruise/kruise/pull/909), [@FillZpp](https://github.com/FillZpp))
15+
16+
### CloneSet
17+
18+
- Add `pod-template-hash` label into Pods, which will always be the short hash. ([#931](https://github.com/openkruise/kruise/pull/931), [@FillZpp](https://github.com/FillZpp))
19+
- Support pre-download image after a number of updated pods has been ready. ([#904](https://github.com/openkruise/kruise/pull/904), [@shiyan2016](https://github.com/shiyan2016))
20+
- Make maxUnavailable also limited to pods in new revision. ([#899](https://github.com/openkruise/kruise/pull/899), [@FillZpp](https://github.com/FillZpp))
21+
22+
### Advanced DaemonSet
23+
24+
- Refactor daemonset controller and fetch upstream codebase. ([#883](https://github.com/openkruise/kruise/pull/883), [@FillZpp](https://github.com/FillZpp))
25+
- Support preDelete lifecycle for both scale down and recreate update. ([#923](https://github.com/openkruise/kruise/pull/923), [@FillZpp](https://github.com/FillZpp))
26+
- Fix node event handler that should compare update selector matching changed. ([#920](https://github.com/openkruise/kruise/pull/920), [@LastNight1997](https://github.com/LastNight1997))
27+
- Optimize `dedupCurHistories` func in ReconcileDaemonSet. ([#912](https://github.com/openkruise/kruise/pull/912), [@LastNight1997](https://github.com/LastNight1997))
28+
29+
### Advanced StatefulSet
30+
31+
- Support StatefulSetAutoDeletePVC feature. ([#882](https://github.com/openkruise/kruise/pull/882), [@veophi](https://github.com/veophi))
32+
33+
### SidecarSet
34+
35+
- Support shared volumes in init containers. ([#929](https://github.com/openkruise/kruise/pull/929), [@outgnaY](https://github.com/outgnaY))
36+
- Support transferEnv in init containers. ([#897](https://github.com/openkruise/kruise/pull/897), [@pigletfly](https://github.com/pigletfly))
37+
- Optimize the injection for pod webhook that checks container exists. ([#927](https://github.com/openkruise/kruise/pull/927), [@zmberg](https://github.com/zmberg))
38+
- Fix validateSidecarConflict to avoid a same sidecar container exists in multiple sidecarsets. ([#884](https://github.com/openkruise/kruise/pull/884), [@pigletfly](https://github.com/pigletfly))
39+
40+
### Kruise-daemon
41+
42+
- Support CRI-O and any other common CRI types. ([#930](https://github.com/openkruise/kruise/pull/930), [@diannaowa](https://github.com/diannaowa)) & ([#936](https://github.com/openkruise/kruise/pull/936), [@FillZpp](https://github.com/FillZpp))
43+
44+
### Other
45+
46+
- Add `kruise_manager_is_leader` metric. ([#917](https://github.com/openkruise/kruise/pull/917), [@hatowang](https://github.com/hatowang))
47+
348
## v1.0.1
449

550
> Change log since v1.0.0

README-zh_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ OpenKruise (官网: [https://openkruise.io](https://openkruise.io)) 是托管在
7878
- Spectro Cloud, 艾佳生活, Arkane Systems, 滴普科技, 火花思维
7979
- OPPO, 苏宁, 欢聚时代, 汇量科技, 深圳凤凰木网络有限公司
8080
- 小米, 网易, 美团金融, 虾皮购物, e签宝
81-
- Wholee
81+
- LinkedIn, 雪球, 兴盛优选, Wholee
8282

8383
## 贡献
8484

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Registration: [Who is using Kruise](https://github.com/openkruise/kruise/issues/
7979
- Spectro Cloud, ihomefnt, Arkane Systems, Deepexi, 火花思维
8080
- OPPO, Suning.cn, joyy, Mobvista, 深圳凤凰木网络有限公司
8181
- xiaomi, Netease, MeiTuan Finance, Shopee, Esign
82-
- Wholee
82+
- LinkedIn, 雪球, 兴盛优选, Wholee
8383

8484
## Contributing
8585

0 commit comments

Comments
 (0)