v1.5.4
Fixes
- github-org cataloger: authenticate GitHub Enterprise Server hosts with
LUNAR_SECRET_GH_ENTERPRISE_TOKEN(falling back toLUNAR_SECRET_GH_TOKENfor single-token setups) instead of always using the github.com token. Previously the github.com token was copied intoGH_ENTERPRISE_TOKENfor GHE hosts, so a distinct enterprise PAT was silently ignored. github.com behavior is unchanged. Verified end-to-end against a real GitHub Enterprise Server instance (#226). - github-org cataloger: honor an explicit empty
tag_prefix— it now disables topic prefixing instead of being silently replaced with thegh-default (#228). - backstage / backstage-catalog-info catalogers: honor an explicit empty
tag_prefixto disable tag prefixing, same fix as #228 (#227).
Improvements
- backstage-catalog-info cataloger: new
default_domaininput — assigns a fallback domain (and registers it under.domains) to components whosecatalog-info.yamlresolves to no domain viadomain_annotation,spec.domain, orspec.system. Mirrors the existingdefault_ownerfallback and never overrides a domain the file already provides (#223).
Pinning
Consumers pin plugins with @v1.5.4 in their lunar-config.yml.