mirror of
https://github.com/lukaszraczylo/jobs-manager-operator.git
synced 2026-06-10 22:59:18 +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
|
||||
- kind: added
|
||||
description: Reconciliation backoff/requeue logic
|
||||
- kind: improved
|
||||
- kind: changed
|
||||
description: O(1) dependency lookup performance optimization
|
||||
|
||||
Reference in New Issue
Block a user