Skip to content

Releases: AgnostiqHQ/covalent-gcpbatch-plugin

v0.15.0

08 Jan 19:50
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

[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.

v0.14.0

05 Dec 15:30
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

[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

v0.13.0

27 Nov 19:46
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

[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

v0.12.0

21 Nov 13:34
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

[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

v0.11.0

21 Sep 04:05
Compare
Choose a tag to compare

[0.11.0] - 2023-09-21

Authors

Changed

  • Updated license to Apache

v0.10.0

17 May 16:50
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

[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.

v0.9.0

16 May 23:13
Compare
Choose a tag to compare

[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