You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: make ResourceGroup schema.kind and schema.apiVersion immutable
Add CEL validation rules to prevent modifications to the schema `kind` and
`apiVersion` fields after a `ResourceGroup` is created. This ensures schema
stability and prevents potential issues that could arise from changing
these fundamental identity fields.
0 commit comments