Skip to content

v0.22.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@wjcunningham7 wjcunningham7 released this 13 Feb 23:45
· 14 commits to develop since this 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