Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 10:01
· 40 commits to master since this release

Features

Bug Fixes

  • doc: error in PushFlows example (brian.mulier)
  • test: add tests on regexes for PushFlows task (brian.mulier)
  • doc: add code quotes where needed in PushFlows (brian.mulier)
  • typos (Anna Geller)
  • password isn't only required for private repos for push (Will Russell)
  • tasks: Push task also handles empty repositories (brian.mulier)
  • SyncFlows examples and properties (Anna Geller)
  • tasks: push task was not properly computing diffs on dryRun (brian.mulier)
  • sync-flows: includeChildNs property is now working #69 (brian.mulier)
  • sync-ns: fixed some bugs around namespace files generated kestraPaths in diff #69 (brian.mulier)
  • doc: remove non-sense example from PushNamespaceFiles (brian.mulier)
  • tasks: use glob patterns instead of regex (brian.mulier)
  • tasks: leading slash not required in user-given blob patterns in PushNamespaceFiles (brian.mulier)

Code Refactoring

Builds

Chores

  • version: update snapshot version 'v0.17.0-SNAPSHOT'. (YannC)
  • deps: update most java deps (Ludovic DEHON)
  • upgrade Micronaut platform to 4.4.3 (Loïc Mathieu)
  • version: update to version 'v0.17.0'. (YannC)

Commits

  • 9e3d78b: Update PushFlows.java (Anna Geller)