Releases: AgnostiqHQ/covalent-braket-plugin
Releases · AgnostiqHQ/covalent-braket-plugin
v0.28.0
[0.28.0] - 2023-11-03
Added
- Added terraform files to the repo for deploying necessary resources
Changed
- Removed the
--use-feature=in-tree-build
flag from thepip install
command in the Dockerfile as it was causing the build to fail
v0.13.0-1
v0.27.0
[0.27.0] - 2023-09-20
Changed
- Updated license to Apache
v0.26.0
[0.26.0] - 2023-06-27
Added
- Add docstring to init.
Changed
- Updates init signature kwargs replaced with parent for better documentation.
v0.25.0
[0.25.0] - 2023-06-20
Changed
- Implement braket executor cancel task
v0.24.1
[0.24.1] - 2023-04-26
Fixed
- Fixed
docker
workflow referring to deprecatedstable_version
input
v0.24.0
==> ./CHANGELOG.md <==
Fixed
- Dockerfile so that SAGEMAKER_PROGRAM is set correctly, removing ENTRYPOINT and CMD
- Pennylane version, upgraded to 0.24.0
[0.1.0] - 2022-03-31
Changed
v0.23.0
[0.23.0] - 2023-04-26
Added
- Print statement to functional tests.
v0.22.2
[0.22.2] - 2023-02-13
Fixed
- Minor fix to tests workflow.
[0.22.1] - 2023-02-10
Fixed
- Git config safe repo flag now points to the correct path environment variable.
Operations
- Fix expression in docker yml.
[0.22.0] - 2023-02-09
Added
- Adding
repository_dispatch
trigger to build base executor image from core covalent
[0.21.2] - 2023-02-09
Fixed
- Second attempt at fixing tests.yml workflow.
[0.21.1] - 2023-02-07
Fixed
- tests.yml workflow.
[0.21.0] - 2023-01-19
Changed
- Updated docker workflow to allow manual pre-release base executor image release
- Minor updates for consistency with other docker workflows
[0.20.1] - 2023-01-18
Fixed
- Fixed Dockerfile and docker workflow syntax to build pre-release base executor images
[0.20.0] - 2023-01-07
Changed
- Updated docker workflow to specify pre-release flag as a build arg
[0.19.0] - 2023-01-06
Changed
- Ability to specify covalent version in docker workflow
[0.18.3] - 2023-01-06
Fixed
- Fixed COVALENT_BASE_IMAGE arg in docker workflow quotations
[0.18.2] - 2023-01-06
Fixed
- Fixed COVALENT_BASE_IMAGE arg in docker workflow
[0.18.1] - 2023-01-06
Fixed
- Fixed docker workflow github event name syntax
[0.18.0] - 2023-01-06
Changed
- Removed inputs.version from checkout step in docker workflow
[0.17.3] - 2023-01-06
Fixed
- Added id-token write, and permissions for OIDC to push to ECR from role
[0.17.2] - 2023-01-06
Fixed
- Fixed
typo
in action spelling
[0.17.1] - 2023-01-06
Fixed
- Updated version of the
docker
buildx actions
[0.17.0] - 2023-01-06
Changed
- Updated docker workflow to create manual pre-releases in addition to stable version
[0.16.0] - 2023-01-06
Operations
Added
- Adding
docker.yml
workflow to build and release braket executor docker image
Changed
- Removed explicit
covalent
installation in the Docker and use basecovalent
image from public registry - Invoke
docker.yml
fromrelease.yml
via a workflow call
v0.15.0
[0.15.0] - 2022-12-15
Changed
- Removed references to
.env
file in the functional test README.