v2.4.1
·
25 commits
to refs/heads/master
since this release
fix: wire components-migration.json into redirect plugin @osterman (#879)
Summary
components-migration.jsonwas never loaded by the static redirects plugin (plugins/staticRedirects/index.js), so all 15 component name redirects have been silently broken since the file was introduced in PR #713- Adds the missing
requireand spread into the combined redirects array - Removes one dead redirect (
eks/karpenter/docs→eks/karpenter-controller/docs/which is a 404)
Fixes the broken newsletter links reported by Jonathan:
/components/library/aws/auditmanager/→/components/library/aws/audit-manager//components/library/aws/shield/→/components/library/aws/aws-shield//components/library/aws/inspector2/→/components/library/aws/aws-inspector2//components/library/aws/securityhub/→/components/library/aws/security-hub//components/library/aws/config/→/components/library/aws/aws-config/
Also fixes 9 other pre-existing broken redirects (argocd-repo, aws-sso, datadog-configuration, eks/karpenter, spacelift/worker-pool, tgw/cross-region-hub-connector, etc.)
Test plan
- Build succeeds
- After deploy, verify the 5 newsletter URLs redirect correctly
- Verify older redirects also work (e.g.
/components/library/aws/aws-sso/)
🤖 Generated with Claude Code