Releases: kestra-io/plugin-aws
Releases · kestra-io/plugin-aws
v0.17.2
Bug Fixes
- pass the condition context to the trigger service (Loïc Mathieu)
Chores
- version 0.17.2 (Loïc Mathieu)
v0.17.1
Bug Fixes
- add waitTimeSecods to SQS to avoid too many API calls (Loïc Mathieu)
- backport (Loïc Mathieu)
Chores
- upgrade to version 0.17.1 (Loïc Mathieu)
v0.17.0
Features
- core: pass task timeout to the task runner #422 (Loïc Mathieu)
- move plugin-script to core script lib #429 (Loïc Mathieu)
- Implement realtime trigger for sqs (#433) #433 (Nikita Hrytsenko)
- runner: properly handle TaskRunner kill (#442) #443 (Florian Hussonnois)
- runner: add new completionCheckInterval property #444 (Florian Hussonnois)
- rename AwsBatchTaskRunner to Batch (#445) #445 (Loïc Mathieu)
- Add 'outputFiles' property with a map of file name / URI #448 (Loïc Mathieu)
- enhance realtime trigger lifecycle #449 (Florian Hussonnois)
- cicd: allow skipping test (Ludovic DEHON)
- examples: update the examples to use 0.17.0 plugin names #452 (Shruti Mantri)
- increase 'completionCheckInterval' to 5s (Loïc Mathieu)
- cicd: allow skipping test (Ludovic DEHON)
Bug Fixes
- runner: compute CPU & memory allocations properly (brian.mulier)
- consume: In Trigger, do not wait for incoming message (#421) #421 (YannC)
- docs: AWS Batch docs (Anna Geller)
- task-runner: changed volume-mount condition not to fail in case of no outputFiles + computeEnvironment was missing rendering (brian.mulier)
- image: correct the image file name #436 (Shruti Mantri)
- aws batch logo (Anna Geller)
- cleanup & beta (Loïc Mathieu)
- ignore test givenExistingLambda_whenInvoked_thenOutputOkMetricsOk (Florian Hussonnois)
- SQS docs (Anna Geller)
- filter direcories in the outputs (Loïc Mathieu)
- docs: correct aws sqs realtime trigger example #457 (Shruti Mantri)
- docs: correct the realtime trigger example #458 (Shruti Mantri)
Code Refactoring
- migrate to Java ServiceLoader for plugin registration #426 (Florian Hussonnois)
Tests
- restore localstack 1.4.0 #450 (Florian Hussonnois)
Chores
- version: update snapshot version 'v0.17.0-SNAPSHOT'. (YannC)
- deps: update most java deps (Ludovic DEHON)
- deps: bump org.testcontainers:localstack from 1.19.6 to 1.19.7 #394 (dependabot[bot])
- deps: bump org.testcontainers:testcontainers #393 (dependabot[bot])
- update runContext deprecated methods (Florian Hussonnois)
- test: bump localstack to 3.4.0 #451 (Florian Hussonnois)
- remove the realtime trigger beta tag (Loïc Mathieu)
- upgrade Micronaut platform to 4.4.3 (Loïc Mathieu)
- update dependencies (Loïc Mathieu)
- version: update to version 'v0.17.0'. (YannC)
Commits
- 9324abe: Update Batch.java (Anna Geller)
v0.16.3
Features
- move plugin-script to core script lib (Loïc Mathieu)
Bug Fixes
- task-runner: changed volume-mount condition not to fail in case of no outputFiles + computeEnvironment was missing rendering (brian.mulier)
- add Jackson dependency (Loïc Mathieu)
Chores
- version: update to version 'v0.16.3'. (brian.mulier)
v0.16.2
Bug Fixes
- consume: In Trigger, do not wait for incoming message (#421) (YannC)
- docs: AWS Batch docs (Anna Geller)
Chores
- version: update to version 'v0.16.2' (YannC)
v0.16.1
Bug Fixes
- runner: compute CPU & memory allocations properly (brian.mulier)
Chores
- version: update to version 'v0.16.1'. (brian.mulier)
v0.16.0
Features
- add support for StsAssumeRoleCredentialsProvider (#348) #389 (Florian Hussonnois)
- core: add labels to triggers (Ludovic DEHON)
- script-runner: introduce AWS Batch Script Runner (#401) #401 (brian-mulier-p)
- runner: handle output dir + labels + better use of core script runners' steps (#409) #409 (brian-mulier-p)
- doc for task runners #414 (Loïc Mathieu)
- add a warning for the working directory being root (Loïc Mathieu)
Bug Fixes
- icons: add AwsBatchScriptRunner icon (brian.mulier)
- runner: add region to CloudWatch client (brian.mulier)
- runner: ecs properties properly injected even when not specifying outputFiles (brian.mulier)
- runner: outputs from logs properly parsed (brian.mulier)
- runner: main container only has dependency if there is some inputFiles (brian.mulier)
- tests: breaking change on core for Worker creations (brian.mulier)
- runner: rename jobRoleArn to taskRoleArn for better comprehensiveness (brian.mulier)
- runner: remove unwanted duplicate leading slash when moving to relative paths on S3 (brian.mulier)
- tests: use core DefaultLogConsumer instead of script one (brian.mulier)
- runner: add WORKING_DIR environment variable (brian.mulier)
- runner: output dir property as a guard #416 (brian.mulier)
Chores
- version: update snapshot version 'v0.16.0-SNAPSHOT'. (YannC)
- version: update to version 'v0.15.0'. (YannC)
- version: update minimal kestra version to '0.16'. (YannC)
- upgrade to version 'v0.16.0-SNAPSHOT' (Florian Hussonnois)
- refactor to use AWS SDK httpClientBuilder #389 (Florian Hussonnois)
- migrate to new kestra storage API #389 (Florian Hussonnois)
- runner: rename ScriptRunner to TaskRunner #410 (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.1
Features
- add support for StsAssumeRoleCredentialsProvider (#348) (Florian Hussonnois)
Chores
- refactor to use AWS SDK httpClientBuilder (Florian Hussonnois)
- migrate to new kestra storage API (Florian Hussonnois)
- bump version to 0.15.1 (Florian Hussonnois)
v0.15.0
Features
- micronaut: bump to Micronaut 4 (#371) #371 (Loïc Mathieu)
- encrypt the ECR auth token by default #373 (Loïc Mathieu)
- s3: support multiple upload on s3 (Ludovic DEHON)
- use the AWS lib version from the Micronaut BOM (Loïc Mathieu)
Bug Fixes
- trigger: allow 'NONE' action (#353) #353 (brian-mulier-p)
- docs: correct s3 create bucket flow example #357 (Shruti Mantri)
- example: correct the task example for AWS Kinesis #361 (Shruti Mantri)
- example: correct the task example for AWS Lambda #362 (Shruti Mantri)
- docs: add information on how to setup credentials for AWS #356 (Shruti Mantri)
- Micronaut BOM scope (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.15.0-SNAPSHOT'. (Ludovic DEHON)
- deps: bump some gh actions (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 (Ludovic DEHON)
- upgrade to Micronaut 4.3 (Loïc Mathieu)
- Upgrade aws-crt to 0.29.10 (Loïc Mathieu)
- update LocalStack and testcontainers (Loïc Mathieu)
- disable SQS test for now as there is an issue with LocalStack (Loïc Mathieu)
- deps: update micronaut & gradle (Ludovic DEHON)
- deps: upgrade java deps (#386) #386 (YannC)
- version: update to version 'v0.15.0'. (YannC)
Commits
v0.14.0
Bug Fixes
- docs: correct the docs for AWS services #340 (Shruti Mantri)
- docs: correct the docs for AWS Athena, CLI, DynamoDB and ECR #339 (Shruti Mantri)
- docs: minor fixes on aws plugins #344 (Shruti Mantri)
Chores
- version: update snapshot version 'v0.14.0-SNAPSHOT'. (Ludovic DEHON)
- deps: update github actions and dependabot (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 (Ludovic DEHON)
- version: update to version 'v0.14.0'. (Ludovic DEHON)