Skip to content

v0.2.8

Latest

Choose a tag to compare

@github-actions github-actions released this 25 May 15:46
· 1 commit to main since this release
c9a41a4

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)