Skip to content

Commit

Permalink
Merge pull request #815 from tambetliiv/patch-1
Browse files Browse the repository at this point in the history
fix v1.31 changelog link typo
  • Loading branch information
pgasca authored Jan 2, 2025
2 parents 4d52b4d + 6f29f41 commit fa8ffd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latest/ug/clusters/kubernetes-versions-standard.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For `1.24` and later clusters, officially published Amazon EKS AMIs include `con
* Kubernetes support for https://apparmor.net/[AppArmor] has graduated to stable and is now generally available for public use. This feature allows you to protect your containers with AppArmor by setting the `appArmorProfile.type` field in the container's `securityContext`. Prior to Kubernetes `v1.30`, AppArmor was controlled by annotations. Starting with `v1.30`, it is controlled using fields. To leverage this feature, we recommend migrating away from annotations and using the `appArmorProfile.type` field to ensure that your workloads are compatible.
* The PersistentVolume last phase transition time feature has graduated to stable and is now generally available for public use in Kubernetes `v1.31`. This feature introduces a new field, `.status.lastTransitionTime`, in the PersistentVolumeStatus, which provides a timestamp of when a PersistentVolume last transitioned to a different phase. This enhancement allows for better tracking and management of PersistentVolumes, particularly in scenarios where understanding the lifecycle of volumes is important.

For the complete [.noloc]`Kubernetes` `1.30` changelog, see https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.31.md
For the complete [.noloc]`Kubernetes` `1.31` changelog, see https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.31.md

[[kubernetes-1.30,kubernetes-1.30.title]]
== [.noloc]`Kubernetes` 1.30
Expand Down Expand Up @@ -101,4 +101,4 @@ For the complete [.noloc]`Kubernetes` `1.29` changelog, see https://github.com/k
For the complete [.noloc]`Kubernetes` `1.28` changelog, see https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md#changelog-since-v1270.


📝 https://github.com/search?q=repo:awsdocs/amazon-eks-user-guide+[[kubernetes-versions-standard,&type=code[Edit this page on GitHub]
📝 https://github.com/search?q=repo:awsdocs/amazon-eks-user-guide+[[kubernetes-versions-standard,&type=code[Edit this page on GitHub]

0 comments on commit fa8ffd1

Please sign in to comment.