Releases: kestra-io/plugin-gcp
Releases · kestra-io/plugin-gcp
v0.20.0
Features
- gcp: add gcp function http (#447) #447 (Mathieu Gabelle)
- gcp: allow ability to impersonate a service account #459 (Ben Poppy)
- replace EachSequential with ForEach (#461) #461 (Shruti Mantri)
- storage now have a namespace parameter #462 (Loïc Mathieu)
Bug Fixes
- don't base64 encode pubsub message #451 (Loïc Mathieu)
- 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)
- 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)
- dependency updates #463 (Loïc Mathieu)
- version: update to version 'v0.20.0'. (Florian Hussonnois)
Commits
v0.15.2
Bug Fixes
- don't base64 encode pubsub message (Loïc Mathieu)
Chores
- version 0.15.2 (Loïc Mathieu)
- Kestra library version 0.15 only (Loïc Mathieu)
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 #429 (Loïc Mathieu)
- use FileSerde.writeAll and buffering for improved performances #431 (Loïc Mathieu)
- Tasks to manipulate Dataproc clusters (Create and De… (#433) #433 (Nikita Hrytsenko)
- docs: add full examples for gcp tasks (#434) #434 (Shruti Mantri)
Bug Fixes
- pubsub consume needs a suscription #427 (Loïc Mathieu)
- blocking() must be called before returing the file (Loïc Mathieu)
- docs: broken link (Will Russell)
- BigQuery Copy task didn't need store fetch valdation #435 (Loïc Mathieu)
- changed block() to blockOptional() #439 (Mathieu Gabelle)
- examples: correct the namespace (#440) #440 (Shruti Mantri)
- add full examples for dataproc cluster tasks and doc correction #446 (Shruti Mantri)
Documentation
Chores
- version: update snapshot version 'v0.19.0-SNAPSHOT'. (YannC)
- deps: bump gradle/actions from 3 to 4 #424 (dependabot[bot])
- deps: bump andrcuns/allure-publish-action from 2.6.0 to 2.7.1 #415 (dependabot[bot])
- deps: update gradle wrapper (Ludovic DEHON)
- deps: update gcp bom (Ludovic DEHON)
- cicd: remove github discussions link (Ludovic DEHON)
- version: update to version 'v0.19.0'. (brian.mulier)
v0.18.2
Bug Fixes
- BigQuery Copy task didn't need store fetch valdation (Loïc Mathieu)
Chores
- v0.18.2 (Loïc Mathieu)
v0.18.1
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 virtual threads in LogTailService #402 (Loïc Mathieu)
- use a standard logger for unit test (Ludovic DEHON)
- task runner #406 (Loïc Mathieu)
- batch: add ComputeResource configurations (Ludovic DEHON)
- new product overview video (Will Russell)
- runners: take working dir files instead of a static list to upload (brian.mulier)
- retry getJob to avoid DeadlineExceededException #419 (Loïc Mathieu)
- resume a CloudRUn task job #421 (Loïc Mathieu)
- task runner should dowload all output files from the output dir #422 (Loïc Mathieu)
- move task runner to EE #423 (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 (#401) #401 (Shruti Mantri)
- docs: correct examples to use company.team namespace #405 (Shruti Mantri)
- pass the condition context to the trigger service #408 (Loïc Mathieu)
- wording (Anna Geller)
- batch: computeResource as string (Ludovic DEHON)
- batch/runner: catch all exceptions while on killing job (Florian Hussonnois)
- test: fix TriggerTest (Florian Hussonnois)
- formatting (Will Russell)
- start the subscriber after adding the listerner to it #417 (Loïc Mathieu)
- parse JSON log #420 (Loïc Mathieu)
- task runner INSTANCE -> instance() (Loïc Mathieu)
Documentation
- add a link (Anna Geller)
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)
- use new runContext version method #400 (Florian Hussonnois)
- deps: use new tests package (Ludovic DEHON)
- use Kestra Platform BOM (Loïc Mathieu)
- add logs on Batch runner (Florian Hussonnois)
- version: update to version 'v0.18.0'. (YannC)
Commits
v0.17.3
Features
- retry getJob to avoid DeadlineExceededException (Loïc Mathieu)
Bug Fixes
- start the subscriber after adding the listerner to it (Loïc Mathieu)
Chores
- upgrade to version v0.17.3 (Loïc Mathieu)
v0.17.2
Bug Fixes
- batch: computeResource as string (Ludovic DEHON)
- batch/runner: catch all exceptions while on killing job (Florian Hussonnois)
Chores
- add logs on Batch runner (Florian Hussonnois)
- version 0.17.2 (brian.mulier)
v0.17.1
Features
- batch: add ComputeResource configurations (Ludovic DEHON)
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
- switch from PalM to Gemini for Text and Chat completion #368 (Loïc Mathieu)
- core: pass task timeout to the task runner #369 (Loïc Mathieu)
- don't use MISC plugin category (Loïc Mathieu)
- runner: add new GcpCloudRunTaskRunner #367 (Florian Hussonnois)
- resume batch job when a worker restarts #372 (Loïc Mathieu)
- move plugin-script to core script lib #375 (Loïc Mathieu)
- Implement Realtime Trigger (#377) #377 (Nikita Hrytsenko)
- propagate kills to the TaskRunner #380 (Florian Hussonnois)
- runner: add new completionCheckInterval property #382 (Florian Hussonnois)
- rename GcpBatchTaskRunner to Batch and GcpCloudRunRunner to CloudRun #383 (Loïc Mathieu)
- Add 'outputFiles' property with a map of file name / URI #387 (Loïc Mathieu)
- enhance realtime trigger lifecycle #388 (Florian Hussonnois)
- examples: update the examples to use 0.17.0 plugin names #390 (Shruti Mantri)
- increase 'completionCheckInterval' to 5s (Loïc Mathieu)
- cicd: allow skipping test (Ludovic DEHON)
Bug Fixes
- add missing @PluginProperty #372 (Loïc Mathieu)
- NPE in the CloudRun task runner when not using the outputDir #372 (Loïc Mathieu)
- docs: Correct the GcpBatchTaskRunner icon #379 (Shruti Mantri)
- batch: missing rendering on taskrunner (Ludovic DEHON)
- cleanup & beta (Loïc Mathieu)
- realtimetrigger never stops (Loïc Mathieu)
- label values cannot have '.' in them #384 (Loïc Mathieu)
- wait for logs in task runners #385 (Loïc Mathieu)
- missing render on CloudRun.region #389 (Loïc Mathieu)
- filter directory in the output (Loïc Mathieu)
- RealtimeTrigger output (Loïc Mathieu)
- docs: add pub/sub realtime trigger description #393 (Shruti Mantri)
- docs: correction in the trigger description #394 (Shruti Mantri)
- batch: logging service builder was lacking project id leading to task failure (brian.mulier)
- batch: kill also works for resubmitted tasks (brian.mulier)
- cloudrun: add projectId for logging in task runner (brian.mulier)
- cloudrun: update log filter as it was not showing logs (brian.mulier)
- runners: outputDir & outputFiles weren't working for Batch & fixed some edge input / output files cases for both runners (brian.mulier)
Documentation
- clarify frequency (Anna Geller)
Code Refactoring
- migrate to Java ServiceLoader for plugin registration #374 (Florian Hussonnois)
Chores
- version: update snapshot version 'v0.17.0-SNAPSHOT'. (YannC)
- build: migrate to dev.failsafe #366 (Florian Hussonnois)
- deps: update most java deps (Ludovic DEHON)
- remove the realtime trigger beta tag (Loïc Mathieu)
- deps: bump com.google.protobuf:protobuf-java (#329) #329 (dependabot[bot])
- upgrade Micronaut platform to 4.4.3 (Loïc Mathieu)
- version: update to version 'v0.17.0'. (YannC)
Commits
- add full example to the PubSub realtime trigger (Loïc Mathieu)
- Trigger and RealtimeTrigger title (Loïc Mathieu)