mirror of
https://github.com/lukaszraczylo/jobs-manager-operator.git
synced 2026-07-10 06:43:01 +00:00
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:
@@ -33,5 +33,5 @@ annotations:
|
|||||||
description: Resource limits support for job containers
|
description: Resource limits support for job containers
|
||||||
- kind: added
|
- kind: added
|
||||||
description: Reconciliation backoff/requeue logic
|
description: Reconciliation backoff/requeue logic
|
||||||
- kind: improved
|
- kind: changed
|
||||||
description: O(1) dependency lookup performance optimization
|
description: O(1) dependency lookup performance optimization
|
||||||
|
|||||||
Reference in New Issue
Block a user