Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@nemosupremo nemosupremo released this 03 Sep 05:03
· 4 commits to master since this release
4faf5db

Changes

  • Policies can now be matched by using a regular expression. This mode of policy matching is entirely opt-in and is useful in cases where prefix matching isn't powerful enough for your use case. See Issue #76 and PR #77.

Issue Reference

  • [#76] Support wildcard inside task name or a more robust (regexp?) matching
  • [#77] Feature/regexp policy matcher