All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Sankalp Sanand [email protected]
- 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.
covalent_package_version
can now be specified directly from thecovalent deploy
command.
- Ara Ghukasyan [email protected]
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- terraform scripts to require no variables
- mpvgithub [email protected]
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Added
key_path
&access_token
to ExecutorInfraDefaults to accept arguments from deploy command
- Added tftpl file to main.tf to generate conf for GCP batch plugin
- Modified the
key_path
variable to have a default value
- mpvgithub [email protected]
- Changed the default value for
project_id
&prefix
- 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
- Will Cunningham [email protected]
- Updated license to Apache
- Faiyaz Hasan [email protected]
- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- GCP Batch Readme banner.
- precommit yml version updates.
- Venkat Bala [email protected]
- Faiyaz Hasan [email protected]
- Venkat Bala [email protected]
- Alejandro Esquivel [email protected]
- Venkat Bala [email protected]
- Updated tests workflow to force push to main
- Venkat Bala [email protected]
- Faiyaz Hasan [email protected]
- Venkat Bala [email protected]
- Alejandro Esquivel [email protected]
- Venkat Bala [email protected]
- 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.
- Venkat Bala [email protected]
- Faiyaz Hasan [email protected]
- Venkat Bala [email protected]
- Alejandro Esquivel [email protected]
- Venkat Bala [email protected]
- Fixed parsing of rc suffix flag in changelog action
- Venkat Bala [email protected]
- Faiyaz Hasan [email protected]
- Venkat Bala [email protected]
- Alejandro Esquivel [email protected]
- Venkat Bala [email protected]
- Added modified describe & changelog reusable actions
- Updated changelog to use reusable actions
- Fixed changelog workflow by adding npm modules in build
- Base implementation of the
GCPBatchExecutor
- Adding unit tests for the executor and its container entrypoint
- Changelog workflow (to not use reusable action and postpone that for later).
- Dummy method and test
- Mock tests x 2
- Updating changelog workflow to reuse actions.
- Initial repo setup files.
- Preliminary GitHub workflows.
- GCP Batch README.