Releases: kestra-io/plugin-aws
Releases · kestra-io/plugin-aws
v0.13.0
Features
- multi-tenant #272 (Loïc Mathieu)
- ecr: Merge pull request #289 from iNikitaGricenko/ecr #289 (Anna Geller)
- core: add NamespaceFiles props (Ludovic DEHON)
- reintroduce input & output files (Ludovic DEHON)
Bug Fixes
- logos: update and standardize AWS logos incl. ECR (Anna Geller)
Chores
- version: update snapshot version 'v0.13.0-SNAPSHOT'. (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (Ludovic DEHON)
- deps: unable to auth with token (#275) #275 (Martin)
- deps: bump com.adarshr.test-logger from 3.2.0 to 4.0.0 (Ludovic DEHON)
- build: add a workflow dispatch (Ludovic DEHON)
- version: update to version 'v0.13.0'. (Ludovic DEHON)
Commits
- add a PR template and improve the README (Anna Geller)
- e84a369: Add ecr get authorization token (iNikitaGricenko) #289
- fd23150: disable test that requires premium in localstack (iNikitaGricenko) #289
- 3de678f: Apply suggestions from code review (Anna Geller) #289
- d188714: cleanup (Ludovic DEHON) #289
v0.12.1
Chores
- deps: add sts deps (Ludovic DEHON)
- version: update to version 'v0.12.1'. (Ludovic DEHON)
v0.12.0
Features
- add support for EventBridge putEvent #247 (Martin GUIBERT)
- add kinesis putrecord taks #255 (Martin GUIBERT)
- s3: add all missing properties on s3 Upload (Ludovic DEHON)
Bug Fixes
- add missing kinesis logo #258 (Martin GUIBERT)
- s3: now rendering bucket on Downloads task #260 (brian.mulier)
- list: serialize empty directory in List task #260 (brian.mulier)
Code Refactoring
- test: adjust to last oss queue signature (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.12.0-SNAPSHOT'. (Ludovic DEHON)
- deps: bump org.testcontainers:testcontainers (#166) #166 (dependabot[bot])
- deps: update common deps (Ludovic DEHON)
- change input from internal storage to be ion #256 (Martin GUIBERT)
- use the same localstack version in all tests #259 (Martin GUIBERT)
- version: update to version 'v0.12.0'. (Ludovic DEHON)
Commits
- a4b2d05: Allow to use DefaultAsyncClient (#237) (Allemand Sébastien) #237
- aee71f6: LambdaInvoke task #149 (#238) (Peter Nedonosko) #238
- e487eef: logo for the AWS plugin (Anna Geller)
- 6c38d29: Update io.kestra.plugin.aws.lambda.svg (Anna Geller)
- f96e722: Improved Invoke error handling (show full error as is to the user); Added integration tests within LocalStack/Lambda (#240) (Peter Nedonosko) #240
v0.11.1
v0.11.0
Features
- athena: introduce Amazon Athena #219 (Loïc Mathieu)
- sqs: support JSON in SQS(#234) #234 (Loïc Mathieu)
- tasks: introduce new icons (Ludovic DEHON)
Bug Fixes
- cli: added an empty entrypoint as a workaround to non-empty serialization from core + AwsCli icon #203 (brian.mulier)
- doc: \n was not escaped in example (brian.mulier)
- preserve file extension with the Download task #209 (Loïc Mathieu)
- tasks: allow overriding docker default (#235) #235 (Loïc Mathieu)
- build: use maven compatible version (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.10.1-SNAPSHOT'. (Ludovic DEHON)
- version: update to version 'v0.11.0'. (Ludovic DEHON)
Commits
v0.10.0
Bug Fixes
- render SNS topicArn #181 (Loïc Mathieu)
- render SQS queueUrl #181 (Loïc Mathieu)
- trigger test (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.9.1-SNAPSHOT'. (Ludovic Dehon)
- deps: bump com.github.ben-manes.versions from 0.46.0 to 0.47.0 (Ludovic DEHON)
- deps: update common java libs (Ludovic DEHON)
- tasks: delete reference on SchedulerExecutionStateInterface (Ludovic DEHON)
- version: update to version 'v0.10.0'. (Ludovic DEHON)
v0.9.0
Features
- Java 17 (Loïc Mathieu)
Bug Fixes
- aws: use the executionId from the runContext for all triggers (#151) #151 (Loïc Mathieu)
- aws: render variable inside SNS and SQS Publish tasks (#152) #152 (Loïc Mathieu)
- sqs: SQS Consume should delete the message after use (#156) #156 (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.8.1-SNAPSHOT'. (Ludovic DEHON)
- docs: proper plugin name (Ludovic DEHON)
- deps: update all java deps (Ludovic DEHON)
- deps: bump org.testcontainers:localstack from 1.18.0 to 1.18.1 #140 (dependabot[bot])
- deps: bump software.amazon.awssdk.crt:aws-crt #147 (dependabot[bot])
- deps: bump com.amazonaws:aws-java-sdk-s3 #150 (dependabot[bot])
- deps: bump org.testcontainers:testcontainers #141 (dependabot[bot])
- deps: bump com.amazonaws:aws-java-sdk-s3 #153 (dependabot[bot])
- deps: bump software.amazon.awssdk.crt:aws-crt #154 (dependabot[bot])
- version: update to version 'v0.9.0'. (Ludovic Dehon)
v0.8.0
Features
- plugin categories and icons (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.7.1-SNAPSHOT'. (Ludovic DEHON)
- deps: update all deps (Ludovic DEHON)
- version: update to version 'v0.8.0'. (Ludovic DEHON)
v0.7.0
Features
- dynamodb: introduce DynamoDB tasks (#45) #45 (Loïc Mathieu)
- tasks: add SNS and SQS tasks (#46) #46 (Loïc Mathieu)
- cicd: use testcontainers to test S3 tasks (#47) #47 (Loïc Mathieu)
Bug Fixes
- s3: upload and download with the async client (#70) #70 (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.6.2-SNAPSHOT'. (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.44.0 to 0.45.0 (Ludovic DEHON)
- deps: bump ru.vyarus.github-info from 1.4.0 to 1.5.0 (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.45.0 to 0.46.0 #73 (dependabot[bot])
- deps: update kestra version (Ludovic DEHON)
- version: update to version 'v0.7.0'. (Ludovic DEHON)
v0.6.1
Chores
- version: update snapshot version 'v0.6.1-SNAPSHOT'. (Ludovic DEHON)
- deps: update kestra version (Ludovic DEHON)
- version: update to version 'v0.6.1'. (Ludovic DEHON)