Releases: AgnostiqHQ/covalent-gcpbatch-plugin
Releases · AgnostiqHQ/covalent-gcpbatch-plugin
v0.15.0
[0.15.0] - 2024-01-08
Authors
- Sankalp Sanand [email protected]
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 newcovalent deploy
command.
Added
covalent_package_version
can now be specified directly from thecovalent deploy
command.
v0.14.0
[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
[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
[0.12.0] - 2023-11-21
Authors
- mpvgithub [email protected]
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
v0.10.0
[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
[0.9.0] - 2023-05-16
Authors
- Venkat Bala [email protected]
- Faiyaz Hasan [email protected]
- Venkat Bala [email protected]
- Alejandro Esquivel [email protected]
- Venkat Bala [email protected]
Changed
- Updated tests workflow to force push to main
[0.8.0] - 2023-05-16
Authors
- Venkat Bala [email protected]
- Faiyaz Hasan [email protected]
- Venkat Bala [email protected]
- Alejandro Esquivel [email protected]
- Venkat Bala [email protected]
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
- Venkat Bala [email protected]
- Faiyaz Hasan [email protected]
- Venkat Bala [email protected]
- Alejandro Esquivel [email protected]
- Venkat Bala [email protected]
Fixed
- Fixed parsing of rc suffix flag in changelog action
[0.7.0-rc.0] - 2023-03-10
Authors
- Venkat Bala [email protected]
- Faiyaz Hasan [email protected]
- Venkat Bala [email protected]
- Alejandro Esquivel [email protected]
- Venkat Bala [email protected]
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