Skip to content

Releases: entrostat/git-secret-action

Platform Support

15 Apr 08:02
2d4948e

Choose a tag to compare

Type

  • Feature

Completed

  • Added support for ARM processors

git-secret-action v4

15 Apr 08:04
2d4948e

Choose a tag to compare

Major Version Tag

13 May 09:21
8fffbce

Choose a tag to compare

  • Updated the readme with the major version tag v4, thanks @krzema12 for the suggestion! #6

Fixes

  • Set the action checkout version to 3 in the Github actions

Fixed the CI Tests

12 May 14:37
1eddf56

Choose a tag to compare

  • Run the tests using the build Dockerfile NOT the prebuilt one

Prebuilt Docker Image & Action Typings

12 May 14:30
cf36d79

Choose a tag to compare

  • Use a prebuilt docker image to improve speed and lock dependencies
  • Added action typing, thanks @LeoColman & @krzema12 for the contribution! Commit SHA: 0447950

Full Changelog: v3.3.1...v4.0.1

Improved Build

12 May 05:58
30ab540

Choose a tag to compare

  • Fixed the gnupg-keyboxd dependency issue, thanks @cwhenderson20 for the contribution!
  • Locked the Alpine version in the Dockerfile
  • Run the action on PRs to ensure it still builds and runs correctly

Build Using Source

24 May 09:33
ec6dffa

Choose a tag to compare

  • Build git-secret using source instead of installing from a package repository
  • Split the Dockerfile into 2 stages, later down the line we'll push the docker image to a registry and just use that directly

Force Reveal

19 Apr 15:41
67a3d18

Choose a tag to compare

  • Force reveal all secrets so that we don't have the overwrite prompt killing the decryption

TTY Fix

19 Apr 15:34
45b93e1

Choose a tag to compare

  • Export the $(tty) environment variable for GPG

Debugging

19 Apr 15:26
f5a37ee

Choose a tag to compare

  • Added logging for whether or not there is a passphrase (not what it is, just if there is one)