Skip to content

Releases: tibotiber/hasura-action

v3.0

26 May 03:48
Compare
Choose a tag to compare

Breaking change and major version bump

This action used to create an empty config file if none was found. This implicitly assumes the Hasura config v1 is used as the CLI will consider v1 if no version is specified. This could break some builds in an unexpected manner. So we have chosen to force users to provide a config file specifying the version their project use. We believe this makes the action more predictable now that the Hasura CLI supports 3 different and non-compatible versions of the config. Please reach out if you have a better idea on how to handle this.

Fixes

This release fixes issue #15 and makes sure that externally sourced secrets are not printed to the console.

Changes

We now skip update checks, which results in less confusing logs.

v2.1

11 Jan 02:28
Compare
Choose a tag to compare

This release fixes issue #13 by setting a fix version of the base docker image used. This is following the latest update to alpine-glibc, which seems to have broken the symbolic linking in libstdc++.

v2.0

20 Aug 03:42
af83e3c
Compare
Choose a tag to compare

Breaking change

We're going for 2.0 as the default behaviour has now changed. The default version of the CLI used to be stable, it now tries to get the version from the endpoint and use that. It falls back on stable if it fails to get the version from the endpoint. Thanks to @dbellotti for his PR that "syncs the cli with target hasura engine version" (#11).

v1.5

06 Jun 06:00
0b36265
Compare
Choose a tag to compare

Features

  • Add environment variable to choose the CLI version (#9)

v1.4

10 Apr 06:04
2f3cd8c
Compare
Choose a tag to compare

Bug fixes

  • Fix issue with special characters in password (#8)

v1.3

09 Jul 03:16
8f43604
Compare
Choose a tag to compare

Bug fixes

  • Use the stable version of Hasura CLI - PR by @chrisknu (#4)

v1.2

27 May 09:15
1651165
Compare
Choose a tag to compare

Bug fixes

v1.1

15 Nov 07:41
e5a091a
Compare
Choose a tag to compare

Second release came fast 😅.

Bug fixes

  • Rename action.yaml into action.yml so GitHub lets me publish this.

v1.0

15 Nov 07:38
Compare
Choose a tag to compare

This is the first release of this action.
The code is based on the successful GitHub Action for Firebase.

Features

  • Run any command using the Hasura CLI.
  • Use environment variables to pass in a custom directory to find your Hasura working directory.
  • Use environment variables to pass in your endpoint and (optional) admin secret via repository secret.