Skip to content

Instantly share code, notes, and snippets.

@jpbetz
Last active February 9, 2024 15:20
Show Gist options
  • Save jpbetz/a093890823259f65d47471df668ec0a6 to your computer and use it in GitHub Desktop.
Save jpbetz/a093890823259f65d47471df668ec0a6 to your computer and use it in GitHub Desktop.
Stability level of SIG api-machinery KEPs as of 2023-10-05
echo keps/sig-api-machinery/*/kep.yaml | xargs -n 1 yq 'select(.stage=="alpha" and .status =="implementable") | .title'
Union types
Migrating API objects to latest storage version
Graduate Server-side Get and Partial Objects to GA
OwnerReference Resource Field
Consistent Reads from Cache
Publish versioning information in OpenAPI
OpenAPI Enum Types
Transition from SPDY to Websockets
CRD Validation Ratcheting
Unknown Version Interoperability Proxy
Declarative Validation
Move Storage Version Migrator in-tree
CBOR Serializer
echo keps/sig-api-machinery/*/kep.yaml | xargs -n 1 yq 'select(.stage=="beta" and .status =="implementable") | .title'
API Server Network Proxy
Context support in k8s.io/client-go
kube-apiserver identity
API gzip compression support
StorageVersion API for HA API servers
Allow informers for getting a stream of data instead of chunking
Aggregated Discovery
CEL for Admission Control
Admission Webhook Match Conditions
@jpbetz
Copy link
Author

jpbetz commented Feb 9, 2024

echo keps/sig-api-machinery/*/kep.yaml | xargs -n 1 yq 'select((.milestone.beta=="v1.30") and .status =="implementable") | .title + " " + .status'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment