Releases: kestra-io/plugin-azure
Releases · kestra-io/plugin-azure
v0.21.2
Features
- introduce checkFrequency property to enable custom duration check (Mathieu Gabelle)
Chores
- update plugin version to 0.21.2 (Mathieu Gabelle)
v0.21.1
Bug Fixes
- commands wrapper dp (Mathieu Gabelle)
- add package-info.java to cli package (brian.mulier)
Chores
- update plugin version to v0.21.1 (Mathieu Gabelle)
v0.21.0
Chores
- version: update to version 'v0.21.0'. (github-actions[bot])
v0.21.0-rc2-SNAPSHOT
Chores
- version: update to version 'v0.21.0-rc2-SNAPSHOT'. (github-actions[bot])
v0.21.0-rc1-SNAPSHOT
Chores
- version: update to version 'v0.21.0-rc1-SNAPSHOT'. (Florian Hussonnois)
v0.21.0-rc0-SNAPSHOT
Code Refactoring
- migrate to dynamic properties (#163) #163 (Mathieu Gabelle)
- migrate cli dynamic properties (#166) #166 (Mathieu Gabelle)
- move interpreter field to dynamic property (#168) #168 (Mathieu Gabelle)
Chores
- version: update snapshot version 'v0.21.0-SNAPSHOT'. (Florian Hussonnois)
- use Azure bom from the platform #162 (Loïc Mathieu)
- adapt to latest taskrunner specs (Ludovic DEHON)
- deps: update common dependency (Ludovic DEHON)
- build: add project property for release plugin (Florian Hussonnois)
- version: update to version 'v0.21.0-rc0-SNAPSHOT'. (Florian Hussonnois)
Commits
v0.20.0
Features
- functions: Add Azure functions to Azure plugin (#142) #142 (Mathieu Gabelle)
- oauth: add a task to retrieve azure access token (#145) #145 (Mathieu Gabelle)
- storage now have a namespace parameter #154 (Loïc Mathieu)
- adls: implement Azure Data Lake Storage (#152) #152 (Mathieu Gabelle)
- adls: add SetAccessControl task (#158) #158 (Mathieu Gabelle)
- adls: add action MOVE and DELETE for adls Trigger (#160) #160 (Mathieu Gabelle)
Bug Fixes
- META-INF/services and not META-INF.services (Loïc Mathieu)
- tests: update mockito version to support final classes (#149) #149 (Mathieu Gabelle)
- clean up issue templates (Anna Geller)
- Azure Blob trigger docs (Anna Geller)
- add missing .editorconfig (Ludovic DEHON)
- blob list error with prefix (#159) #159 (Mathieu Gabelle)
Code Refactoring
- replace gson by jackson and rename class (#143) #143 (Mathieu Gabelle)
- docs: Add doc for ADLS and refactor code (#155) #155 (Mathieu Gabelle)
Builds
- deps: bump rlespinasse/github-slug-action from 4 to 5 (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.20.0-SNAPSHOT'. (brian.mulier)
- deps: bump com.azure:azure-sdk-bom from 1.2.27 to 1.2.28 (#146) #146 (Mathieu Gabelle)
- cicd: use a non branch version for test artifact (Ludovic DEHON)
- deps: bump andrcuns/allure-publish-action from 2.7.1 to 2.8.0 (Ludovic DEHON)
- deps: bump com.azure:azure-sdk-bom from 1.2.28 to 1.2.29 (#153) #153 (Mathieu Gabelle)
- version: update to version 'v0.20.0'. (Florian Hussonnois)
Commits
v0.19.0
Features
- automatically trigger CI every monday,wednesday and friday at 5am, notify if failed (YannC)
- use the new FileSerde.readAll() method that improve performance #124 (Loïc Mathieu)
- use FileSerde.writeAll and buffering for improved performances #125 (Loïc Mathieu)
- docs: add full examples for azure tasks (#129) #129 (Shruti Mantri)
- azure: Add DataFactory pipeline CreateRun plugin (#136) #136 (Mathieu Gabelle)
- data factory: add option to not wait pipeline (#139) #139 (Mathieu Gabelle)
Bug Fixes
- event-hub: render body in Produce task (brian.mulier)
- docs: fix the batch job example and storage blob trigger example (#130) #130 (Shruti Mantri)
- examples: correct the namespace (#133) #133 (Shruti Mantri)
- datafactory: remove duration to avoid parsing issues (#140) #140 (Mathieu Gabelle)
Builds
- deps: remove jackson libs #123 (Florian Hussonnois)
Chores
- version: update snapshot version 'v0.19.0-SNAPSHOT'. (YannC)
- deps: bump gradle/actions from 3 to 4 #122 (dependabot[bot])
- deps: bump andrcuns/allure-publish-action from 2.6.0 to 2.7.1 #114 (dependabot[bot])
- upgrade dependencies #126 (Loïc Mathieu)
- deps: update gradle wrapper (Ludovic DEHON)
- deps: update azure bom (Ludovic DEHON)
- cicd: remove github discussions link (Ludovic DEHON)
- version: update to version 'v0.19.0'. (brian.mulier)
v0.18.1
Bug Fixes
- event-hub: render body in Produce task (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)
- move task runner out of beta (Loïc Mathieu)
- use a standard logger for unit test (Ludovic DEHON)
- use task runner #110 (Loïc Mathieu)
- new product overview videp (Will Russell)
- batch-runner: take working dir files instead of a static list to upload (brian.mulier)
- resume existing batch jobs #119 (Loïc Mathieu)
- move task runner to EE #120 (Loïc Mathieu)
Bug Fixes
- cicd: don't run jacoco publish on failed (Ludovic DEHON)
- tests: introduce @KestraTest (linked to kestra-io/kestra#3948) (brian.mulier)
- tests: replace DefaultScheduler with JdbcScheduler & fix some queue.receive to work with JDBC (linked to kestra-io/kestra#3948) (brian.mulier)
- tests: use TestsUtils.receive API instead of queue.receive (brian.mulier)
- docs: correct the example for using the renamed task runner (#107) #107 (Shruti Mantri)
- docs: correct examples to use company.team namespace #109 (Shruti Mantri)
- enforce Jackson version from the platform (Loïc Mathieu)
- pass the condition context to the trigger service #112 (Loïc Mathieu)
- batch-runner: prevent task id length overflow (brian.mulier)
- batch-runner: render blobStorage.containerName (brian.mulier)
- Jackson version from the platform #120 (Loïc Mathieu)
- task runner INSTANCE -> instance() (Loïc Mathieu)
Code Refactoring
- use runContext non-deprecated methods (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.18.0-SNAPSHOT'. (YannC)
- deps: update gradle-wrapper-validation (Ludovic DEHON)
- deps: use new tests package (Ludovic DEHON)
- use Kestra Platform BOM #108 (Loïc Mathieu)
- version: update to version 'v0.17.0'. (YannC)
- version: update to version 'v0.18.0'. (YannC)