v1.6.0
Added
- backstage-catalog-info cataloger: new
augment-on-commitsub-cataloger — a commit-triggered companion to the scheduledaugment. Runs on thecomponent-repohook (clone-code: true) so it refreshes a component's owner/domain/tags the moment its repo is committed to, readingcatalog-info.yamlfrom the checkout. Shares the parse/match/transform/write pipeline withaugment; enable either or both withinclude. (#212)
Improvements
- backstage policy: new required/disallowed annotation checks and configurable tag-pattern checks. (#222)
- pagerduty collector: opt-in Backstage discovery of
service-idfromcatalog-info.yaml, so PagerDuty services can be matched without hardcoding the id. (#225) - grype collector: now declares
size: large, anddb_auto_updatedefaults tofalseuntil the size-aware Hub ships. (#210, #229)
Consumers: pin plugins with @v1.6.0 in your lunar-config.yml.