Releases: kestra-io/plugin-azure
Releases · kestra-io/plugin-azure
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)
v0.17.1
Bug Fixes
- pass the condition context to the trigger service (Loïc Mathieu)
Chores
- version 0.17.1 (Loïc Mathieu)
v0.17.0
Features
- core: pass task timeout to the task runner #84 (Loïc Mathieu)
- move plugin-script to core script lib #87 (Loïc Mathieu)
- Implement Realtime trigger (#91) #91 (Nikita Hrytsenko)
- runner: properly handle TaskRunner kill (#93) #94 (Florian Hussonnois)
- runner: add new completionCheckInterval property #96 (Florian Hussonnois)
- rename AzureBatchTaskRunner to Batch #97 (Loïc Mathieu)
- Add 'outputFiles' property with a map of file name / URI #98 (Loïc Mathieu)
- Bulk - render the map #99 (Loïc Mathieu)
- enhance realtime trigger lifecycle #100 (Florian Hussonnois)
- examples: update the examples to use 0.17.0 plugin names #101 (Shruti Mantri)
- increase 'completionCheckInterval' to 5s (Loïc Mathieu)
- cicd: allow skipping test (Ludovic DEHON)
Bug Fixes
- docs: Correct the AzureBatchTaskRunner icon #90 (Shruti Mantri)
- AbstractBlobStorage and BlobStorageForBatch are not tasks #92 (Loïc Mathieu)
- task-runner: move bucket & outputDir paths retrieval to conditional to prevent NPE (brian.mulier)
- cleanup & beta (Loïc Mathieu)
- build: keep some mandatory jackson modules included in shadowJar (brian.mulier)
- tasks: BlobStorageForBatch is not a task so it has not to inherit Storage but rather implement the interfaces directly (brian.mulier)
- tasks: removed non-working SAS authentication method for storage in SharedAccess & BlobStorageForBatch (brian.mulier)
- filter directories in the outputs (Loïc Mathieu)
- trigger: fix RealtimeTrigger (Florian Hussonnois)
- RealtimeTrigger output (Loïc Mathieu)
- docs: add eventhubs realtime trigger description #104 (Shruti Mantri)
- code: make AbstractEventHubTask class abstract #105 (Shruti Mantri)
Documentation
- batch (Anna Geller)
Code Refactoring
- migrate to Java ServiceLoader for plugin registration #86 (Florian Hussonnois)
Chores
- version: update snapshot version 'v0.17.0-SNAPSHOT'. (YannC)
- deps: update most java deps (Ludovic DEHON)
- deps: force jackson version while a fix is provided (brian.mulier)
- update runContext deprecated methods (Florian Hussonnois)
- remove the realtime trigger beta tag (Loïc Mathieu)
- upgrade Micronaut platform to 4.4.3 (Loïc Mathieu)
- deps: bump com.microsoft.azure:azure-batch from 11.0.0 to 11.1.1 #102 (dependabot[bot])
- version: update to version 'v0.17.0'. (YannC)
Commits
v0.16.1
Features
- move plugin-script to core script lib (Loïc Mathieu)
Chores
- upgrade to version 0.16.1 (Loïc Mathieu)
v0.16.0
Features
- core: add labels to triggers (Ludovic DEHON)
- runner: introduce Azure Batch script runner (#79) #79 (brian-mulier-p)
- doc for task runners #82 (Loïc Mathieu)
- add an icon for the AzureBatchRunner (Loïc Mathieu)
Bug Fixes
- docs: correct the flow examples of azure #71 (Shruti Mantri)
- docs: Correct the examples for Azure EventHub #77 (Shruti Mantri)
- build: prevent slf4j to be included on shadowjar (Ludovic DEHON)
- build: prevent jackson to be included on shadowjar (Ludovic DEHON)
- runner: output dir property as a guard #83 (brian.mulier)
- doc: add connection string to task runner (brian.mulier)
Chores
- version: update snapshot version 'v0.16.0-SNAPSHOT'. (YannC)
- version: update minimal kestra version to '0.16'. (YannC)
- runner: rename ScriptRunner to TaskRunner #81 (brian.mulier)
- upgrade depdencies (Loïc Mathieu)
- version: update to version 'v0.16.0'. (YannC)
Commits
- remove the containerImage of the first example (Loïc Mathieu)
v0.15.2
Bug Fixes
- build: prevent jackson to be included on shadowjar (Ludovic DEHON)
Chores
- version: update to version 'v0.15.2'. (Ludovic DEHON)
v0.15.1
Bug Fixes
- build: prevent slf4j to be included on shadowjar (Ludovic DEHON)
Chores
- version: update to version 'v0.15.1'. (Ludovic DEHON)