fix: change invalid 'improved' changelog kind to 'changed'

Artifact Hub only accepts these changelog kinds:
- added, changed, deprecated, removed, fixed, security

Changed 'improved' to 'changed' for performance optimization entry.

Resolves: "error preparing package: error enriching package from
annotations: invalid change: invalid kind: improved"
This commit is contained in:
2026-01-04 14:34:54 +00:00
parent 711ff6f309
commit f2db3238c0
+1 -1
View File
@@ -33,5 +33,5 @@ annotations:
description: Resource limits support for job containers
- kind: added
description: Reconciliation backoff/requeue logic
- kind: improved
- kind: changed
description: O(1) dependency lookup performance optimization