You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
New Feature 🔥 Added --repo-regex for cases where repository matching needs more control, and made --repo stricter so it only matches exact repository URLs. Previously, --repo also matched substrings of repository URLs. That behavior was undocumented and could cause the wrong source to be patched when one repository name was a substring of another, such as gitops and gitops-charts. Use --repo-regex if you relied on substring or pattern-based repository matching (#436)
Bug Fix 🐛 Application renames are now shown in the diff output even when the rendered resources are otherwise unchanged (#435)
Bug Fix 🐛 Fixed repo-server concurrency issues that could corrupt Helm repository files, such as empty index.yaml files, when rendering many applications concurrently (Thanks to @TBeijen 🙏 #431)