Release Notes
Serving
Knative will now warn (but not error) when creating or updating a PodSpec where containers have additional privilege due to unset SecurityContext values. Explicitly setting these values to any setting, including high-privilege ones, will disable this warning.
These fields are:
runAsNonRoot
(empty means false
)allowPrivilegeEscalation
(empty means true
)seccompProfile.type
(empty string means Unconfined
)capabilities.drop
(default maintains privileges, use ALL
to drop unneeded linux capabilities) (#13399, @evankanderson)internal-encryption
Knative configuration, and encrypts traffic from Contour controlled Envoy to Activator. Requires Contour 1.24.0 or greater (#819, @KauzClay)secure-pod-defaults
feature, which is defaulted to Disabled in
this release.
When enabled, containers described by users will have best-practice
SecurityContext features enabled unless insecure settings are specifically
requested. (#13398, @evankanderson)app
label to Service selector for webhook
and domainmapping-webhook
. (#13265, @a7i)default-tls-secret
was set. (@jsanin-vmw)Nothing has changed.
Nothing has changed.
Release Notes
Eventing
Nothing has changed.
Nothing has changed.
Release Notes
Eventing
quickstart
plugin will now create a local registry. (#376, @ehudyonasi)springboot
function templates to use Spring Boot version 2.7.7 (#1502, @trisberg)quickstart
will exit quickly if Knative namespace already exist in cluster. (#379, @ehudyonasi)=
char (#1512, @matejvasek)