Releases: kestra-io/plugin-aws
Releases · kestra-io/plugin-aws
v0.21.0-rc1-SNAPSHOT
Chores
- version: update to version 'v0.21.0-rc1-SNAPSHOT'. (Florian Hussonnois)
v0.21.0-rc0-SNAPSHOT
Features
- add EMR task (#574) #574 (Mathieu Gabelle)
- replace arguments by commands (#576) #576 (Mathieu Gabelle)
Bug Fixes
- cli: missing ROLE env vars support on the cli (Ludovic DEHON)
- sqs: wait for receive message completion(#569) #571 (Florian Hussonnois)
- add not nul annotation (#575) #575 (Mathieu Gabelle)
Code Refactoring
- move all plugin properties to dynamic properties (#566) #566 (Mathieu Gabelle)
- move cli to dynamic properties (#573) #573 (Mathieu Gabelle)
Chores
- version: update snapshot version 'v0.21.0-SNAPSHOT'. (Florian Hussonnois)
- use AWS bom from the platform #565 (Loïc Mathieu)
- adapt to latest taskrunner specs (Ludovic DEHON)
- deps: update common dependency (Ludovic DEHON)
- deps: update testcontainers to 1.20.4 (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
- eks: add eks oauth token retrieval (#542) #542 (Mathieu Gabelle)
- replace EachSequential with ForEach (#555) #555 (Shruti Mantri)
- storage now have a namespace parameter #556 (Loïc Mathieu)
Bug Fixes
- s3: pass all config to sub-tasks #545 (Loïc Mathieu)
- test: update mockito to support final class (#551) #551 (Mathieu Gabelle)
- clean up issue templates (Anna Geller)
- add missing .editorconfig (Ludovic DEHON)
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: update dependencies (#543) #543 (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 org.testcontainers to 1.20.3 (Ludovic DEHON)
- deps: bump software.amazon.awssdk.crt:aws-crt #557 (dependabot[bot])
- version: update to version 'v0.20.0'. (Florian Hussonnois)
v0.19.1
Bug Fixes
- s3: pass all config to sub-tasks (Loïc Mathieu)
Chores
- upgrade to version 0.19.1 (Loïc Mathieu)
v0.19.0
Features
- automatically trigger CI every monday,wednesday and friday at 5am, notify if failed (YannC)
- use FileSerde.readAll and writeAll for improved performance #519 (Loïc Mathieu)
- docs: add full examples for AWS tasks #525 (Shruti Mantri)
Bug Fixes
- blocking() should be called before returning the file (Loïc Mathieu)
- s3: missing NotNull for bucket and key (Ludovic DEHON)
- init CRT early so it is done before any task runs #528 (Loïc Mathieu)
- docs: s3 trigger examples (Will Russell)
- docs: add input to Upload example (Will Russell)
- docs: namespace to company.team (Will Russell)
- docs: remove indent from sqs trigger example (Will Russell)
- changed block() to blockOptional() #531 (Mathieu Gabelle)
- examples: correct the namespace (#532) #532 (Shruti Mantri)
Documentation
- cloudflare r2 and aws cli example (Anna Geller)
Chores
- version: update snapshot version 'v0.19.0-SNAPSHOT'. (YannC)
- deps: bump gradle/actions from 3 to 4 #513 (dependabot[bot])
- deps: bump andrcuns/allure-publish-action from 2.6.0 to 2.7.1 #481 (dependabot[bot])
- dependencies upgrade #520 (Loïc Mathieu)
- deps: bump software.amazon.awssdk.crt:aws-crt #526 (dependabot[bot])
- deps: bump com.amazonaws:aws-java-sdk-s3 #527 (dependabot[bot])
- deps: update gradle wrapper (Ludovic DEHON)
- deps: update aws dependencies (Ludovic DEHON)
- cicd: remove github discussions link (Ludovic DEHON)
- version: update to version 'v0.19.0'. (brian.mulier)
Commits
v0.18.3
Bug Fixes
- init CRT early so it is done before any task runs (Loïc Mathieu)
Chores
- v0.18.3 (Loïc Mathieu)
v0.18.2
Bug Fixes
- s3: missing NotNull for bucket and key (Ludovic DEHON)
Chores
- version 0.18.2 (Loïc Mathieu)
Commits
- b8f9a0b: fix(sqs,sns): from with a list of objects (Loïc Mathieu)
v0.18.1
Chores
- version 0.18.1 (Loïc Mathieu)
Commits
- 13d176e: fix(sqs) fix client error for sqs tasks (#SQS) (Florian Hussonnois)
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)
- task runner #475 (Loïc Mathieu)
- new product overview video (Will Russell)
- batch-runner: take working dir files instead of a static list to upload #485 (brian.mulier)
- sqs: externalize waitTime for SQS client #487 (Florian Hussonnois)
- resume AWS batch job #495 (Loïc Mathieu)
- improve credential documentation #497 (Loïc Mathieu)
- download all files from the working directory in the task runner #498 (Loïc Mathieu)
- move task runner to EE #506 (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 #463 (Shruti Mantri)
- docs: correct example to use company.team namespace #469 (Shruti Mantri)
- add waitTimeSecods to SQS to avoid too many API calls #471 (Loïc Mathieu)
- endpointOverride docs for all S3 backends (Will Russell)
- test: fix InvokeUnitTest #476 (Florian Hussonnois)
- pass the condition context to the trigger service #477 (Loïc Mathieu)
- receive message wait time cannot be larger than 20 (Anna Geller)
- broken example sqs (Anna Geller)
- sqs: optimize async client and externalize config #499 (Florian Hussonnois)
- 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 #468 (Loïc Mathieu)
- deps: bump aws batch dep #485 (brian.mulier)
- deps: bump org.testcontainers:junit-jupiter from 1.19.8 to 1.20.0 #494 (dependabot[bot])
- deps: bump org.testcontainers:testcontainers #490 (dependabot[bot])
- version: update to version 'v0.17.0'. (YannC)
- version: update to version 'v0.18.0'. (YannC)
v0.17.2
Bug Fixes
- pass the condition context to the trigger service (Loïc Mathieu)
Chores
- version 0.17.2 (Loïc Mathieu)