Releases: kestra-io/plugin-aws
Releases · kestra-io/plugin-aws
v0.21.0
Chores
- version: update to version 'v0.21.0'. (github-actions[bot])
v0.21.0-rc2-SNAPSHOT
Code Refactoring
- rename emr plugins tasks (#578) (Mathieu Gabelle)
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
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)