Skip to content

Releases: AgnostiqHQ/covalent-braket-plugin

v0.28.0

03 Nov 16:56
Compare
Choose a tag to compare
v0.28.0 Pre-release
Pre-release

[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 the pip install command in the Dockerfile as it was causing the build to fail

v0.13.0-1

21 Sep 03:16
94f86dc
Compare
Choose a tag to compare

[0.13.0-1] - 2023-09-20

Changed

  • Updated license to Apache

v0.27.0

20 Sep 21:17
Compare
Choose a tag to compare
v0.27.0 Pre-release
Pre-release

[0.27.0] - 2023-09-20

Changed

  • Updated license to Apache

v0.26.0

27 Jun 04:46
Compare
Choose a tag to compare
v0.26.0 Pre-release
Pre-release

[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

20 Jun 23:27
Compare
Choose a tag to compare
v0.25.0 Pre-release
Pre-release

[0.25.0] - 2023-06-20

Changed

  • Implement braket executor cancel task

v0.24.1

26 Apr 21:13
Compare
Choose a tag to compare
v0.24.1 Pre-release
Pre-release

[0.24.1] - 2023-04-26

Fixed

  • Fixed docker workflow referring to deprecated stable_version input

v0.24.0

26 Apr 20:29
Compare
Choose a tag to compare
v0.24.0 Pre-release
Pre-release

==> ./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

26 Apr 16:04
Compare
Choose a tag to compare
v0.23.0 Pre-release
Pre-release

[0.23.0] - 2023-04-26

Added

  • Print statement to functional tests.

v0.22.2

13 Feb 23:45
Compare
Choose a tag to compare
v0.22.2 Pre-release
Pre-release

[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 base covalent image from public registry
  • Invoke docker.yml from release.yml via a workflow call

v0.15.0

15 Dec 20:47
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

[0.15.0] - 2022-12-15

Changed

  • Removed references to .env file in the functional test README.