Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd050ed

Browse files
committed
Update CHANGELOG
1 parent 3abfdf9 commit bd050ed

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# v5.0.0b1
2+
- Update to Kubernetes 1.9 cluster
23
- Label selector for pods is now required and must match the pod template's labels for v1beta2 StatefulSetSpec, ReplicaSetSpec, DaemonSetSpec and DeploymentSpec kubernetes/kubernetes#55357
4+
- The dynamic admission webhook is split into two kinds, mutating and validating. The kinds have changed completely and old code must be ported to admissionregistration.k8s.io/v1beta1 - MutatingWebhookConfiguration and ValidatingWebhookConfiguration kubernetes/kubernetes#55282
5+
- DaemonSet, Deployment, ReplicaSet, and StatefulSet have been promoted to GA and are available in the apps/v1 group version kubernetes/kubernetes#53679
6+
- Introduce new storage.k8s.io/v1alpha1 VolumeAttachment object kubernetes/kubernetes#54463
7+
- Introduce core/v1 RBDPersistentVolumeSource kubernetes/kubernetes#54302
8+
- StatefulSet status now has support for conditions kubernetes/kubernetes#55268
9+
- DaemonSet status now has support for conditions kubernetes/kubernetes#55272
310

411
# v4.0.0
512
- api change V1PersistentVolumeSpec to V1ScaleIOPersistentVolumeSource #397.

0 commit comments

Comments
 (0)