Releases: kestra-io/plugin-git
Releases · kestra-io/plugin-git
v0.19.3
v0.19.1
v0.19.0
Features
- automatically trigger CI every monday,wednesday and friday at 5am, notify if failed (YannC)
- docs: add full examples for git tasks (#91) #91 (Shruti Mantri)
Bug Fixes
- push: fixed a few issues on serialization & handle empty repository + remove deprecated (brian.mulier)
Chores
- version: update snapshot version 'v0.19.0-SNAPSHOT'. (YannC)
- deps: update gradle wrapper (Ludovic DEHON)
- deps: Bump gradle/actions from 3 to 4 (Ludovic DEHON)
- deps: bump andrcuns/allure-publish-action from 2.6.0 to 2.7.1 (Ludovic DEHON)
- deps: bump org.eclipse.jgit:org.eclipse.jgit.ssh.jsch #77 (dependabot[bot])
- deps: bump org.eclipse.jgit:org.eclipse.jgit #92 (dependabot[bot])
- deps: bump org.eclipse.jgit:org.eclipse.jgit.ssh.jsch #93 (dependabot[bot])
- cicd: remove github discussions link (Ludovic DEHON)
- version: update to version 'v0.19.0'. (brian.mulier)
v0.18.1
Bug Fixes
- push: fixed a few issues on serialization & handle empty repository + remove deprecated (brian.mulier)
Chores
- version: update to version 'v0.18.1'. (brian.mulier)
v0.18.0
Features
- cicd: publish allure report (Ludovic DEHON)
- cicd: publish jacoco report (Ludovic DEHON)
- use a standard logger for unit test (Ludovic DEHON)
- new product overview video (Will Russell)
Bug Fixes
- tasks: ignore paths containing .git when syncing (brian.mulier)
- cicd: don't run jacoco publish on failed (Ludovic DEHON)
- tests: introduce @KestraTest (linked to kestra-io/kestra#3948) (brian.mulier)
- tests: use TestsUtils.receive API instead of queue.receive (brian.mulier)
- docs: Add replacement tasks for depreciated push (Will Russell)
- docs: Add replacement for deprecated sync task (Will Russell)
- sync: fix path to make it work with Windows (#86) #86 (YannC)
- compilation (Loïc Mathieu)
Code Refactoring
- access NamespaceFiles through RunContext #78 (Florian Hussonnois)
Chores
- version: update snapshot version 'v0.18.0-SNAPSHOT'. (YannC)
- deps: update gradle-wrapper-validation (Ludovic DEHON)
- use new DefaultRunContext to access ApplicationContext #73 (Florian Hussonnois)
- deps: use new tests package (Ludovic DEHON)
- use Kestra Platform BOM (Loïc Mathieu)
- version: update to version 'v0.18.0'. (YannC)
Commits
- a239b5c: Update SyncNamespaceFiles.java (Anna Geller)
v0.17.2
v0.17.1
Bug Fixes
- tasks: ignore paths containing .git when syncing (brian.mulier)
Chores
- version: update to version 'v0.17.1'. (brian.mulier)
v0.17.0
Features
- task: add PushFlows task (#63) #63 (brian-mulier-p)
- move plugin-script to core script lib (Loïc Mathieu)
- tasks: introduce PushNamespaceFiles task (brian.mulier)
- tasks: introduce PushFlows task (brian.mulier)
- tasks: introduce SyncNamespaceFiles task (brian.mulier)
- tasks: introduce SyncFlows task #67 (brian.mulier)
- sync-flows: revision is now forecast in diffs and we deep-check for changes which allow more detailed SyncState #69 (brian.mulier)
- examples: update the examples to use 0.17.0 plugin names #70 (Shruti Mantri)
- cicd: allow skipping test (Ludovic DEHON)
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
- migrate to Java ServiceLoader for plugin registration #62 (Florian Hussonnois)
Builds
- update kestraVersion (Florian Hussonnois)
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)
v0.16.1
Features
- move plugin-script to core script lib (Loïc Mathieu)
Bug Fixes
- add Jackson dependency (Loïc Mathieu)
Chores
- upgrade to version 0.16.1 (Loïc Mathieu)
v0.16.0
Features
- allow defining a commit author #52 (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.16.0-SNAPSHOT'. (YannC)
- version: update minimal kestra version to '0.16'. (YannC)
- upgrade depdencies (Loïc Mathieu)
- version: update to version 'v0.16.0'. (YannC)