Releases: kestra-io/plugin-gcp
Releases · kestra-io/plugin-gcp
v0.21.0-rc1-SNAPSHOT
Chores
- version: update to version 'v0.21.0-rc1-SNAPSHOT'. (Florian Hussonnois)
v0.21.0-rc0-SNAPSHOT
Features
- introduce fetchType for Query and Trigger (#471) #471 (Mathieu Gabelle)
Bug Fixes
- build: dev.failsafe must be compileOnly #467 (Florian Hussonnois)
- remove unnecessary validation for field operationType (#475) #475 (Mathieu Gabelle)
Code Refactoring
- migrate to dynamic properties BigQuery and dataproc (#466) #466 (Mathieu Gabelle)
- migrate firestore and function to dynamic properties (#468) #468 (Mathieu Gabelle)
- migrate gcs to dynamic properties (#469) #469 (Mathieu Gabelle)
- migrate gke and pubsub to dynamic properties (#470) #470 (Mathieu Gabelle)
- move cli to dynamic properties (#473) #473 (Mathieu Gabelle)
- move left properties to dynamic (#476) #476 (Mathieu Gabelle)
Chores
- version: update snapshot version 'v0.21.0-SNAPSHOT'. (Florian Hussonnois)
- use GCP bom from the platform #465 (Loïc Mathieu)
- adapt to latest taskrunner specs (Ludovic DEHON)
- deps: update common dependency (Ludovic DEHON)
- build: add project property for release plugin (Florian Hussonnois)
- version: update to version 'v0.21.0-rc0-SNAPSHOT'. (Florian Hussonnois)
Commits
- 3ccbd12: closes kestra-io/kestra#6702 (Anna Geller)
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)