covalent-gcpbatch-plugin

Executor plugin interfacing Covalent with GCP Batch

APACHE-2.0 License

Downloads
150
Stars
2

Bot releases are hidden (Show)

covalent-gcpbatch-plugin - v0.15.0 Latest Release

Published by wjcunningham7 9 months ago

[0.15.0] - 2024-01-08

Authors

Changed

  • No longer using PRE_RELEASE variable, instead switched to directly specifying the covalent version number to install. This was required to support its passing in the new covalent deploy command.

Added

  • covalent_package_version can now be specified directly from the covalent deploy command.
covalent-gcpbatch-plugin - v0.14.0

Published by wjcunningham7 11 months ago

[0.14.0] - 2023-12-05

Authors

  • Ara Ghukasyan [email protected]
  • Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Changed

  • terraform scripts to require no variables
covalent-gcpbatch-plugin - v0.13.0

Published by wjcunningham7 11 months ago

[0.13.0] - 2023-11-27

Authors

  • mpvgithub [email protected]
  • Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Fix

  • Added key_path & access_token to ExecutorInfraDefaults to accept arguments from deploy command

Added

  • Added tftpl file to main.tf to generate conf for GCP batch plugin

Changed

  • Modified the key_path variable to have a default value
covalent-gcpbatch-plugin - v0.12.0

Published by wjcunningham7 11 months ago

[0.12.0] - 2023-11-21

Authors

Changed

  • Changed the default value for project_id & prefix

Added

  • Added a variable to fetch the Json key path to connect to google provider
  • Added credentials attribute to google provider section via JSON key path
covalent-gcpbatch-plugin - v0.11.0

Published by wjcunningham7 about 1 year ago

[0.11.0] - 2023-09-21

Authors

Changed

  • Updated license to Apache
covalent-gcpbatch-plugin - v0.10.0

Published by wjcunningham7 over 1 year ago

[0.10.0] - 2023-05-17

Authors

  • Faiyaz Hasan [email protected]
  • Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

Added

  • GCP Batch Readme banner.

Changed

  • precommit yml version updates.
covalent-gcpbatch-plugin - v0.9.0

Published by wjcunningham7 over 1 year ago

[0.9.0] - 2023-05-16

Authors

Changed

  • Updated tests workflow to force push to main

[0.8.0] - 2023-05-16

Authors

Changed

  • Removed mounting storage bucket into the container.
  • Revert to downloading the objects using google cloud sdk.
  • Fixes to Terraform script and outputs.
  • Fixed bugs in exec script.
  • Updated cache_dir to have a default value.

[0.7.1] - 2023-03-10

Authors

Fixed

  • Fixed parsing of rc suffix flag in changelog action

[0.7.0-rc.0] - 2023-03-10

Authors

Added

  • Added modified describe & changelog reusable actions

Changed

  • Updated changelog to use reusable actions
  • Fixed changelog workflow by adding npm modules in build

[0.5.0] - 2023-03-07

Added

  • Base implementation of the GCPBatchExecutor
  • Adding unit tests for the executor and its container entrypoint

[0.4.0] - 2023-03-06

Changed

  • Changelog workflow (to not use reusable action and postpone that for later).

[0.3.0-rc.0] - 2023-03-01

Authors

Added

  • Dummy method and test