Skip to content

Releases: malept/github-action-dependabolt

4.0.1

03 Jun 14:26
aa10068
Compare
Choose a tag to compare

Fixes

  • properly pass in inputs/secrets (#10)

4.0.0

03 Jun 07:00
ef6bfdd
Compare
Choose a tag to compare

Breaking Changes

  • Docker action has been replaced by a composite action, therefore using containers for "caching" is no longer possible
  • Workflows using Dependabolt may now need to install a proper version of Node.js

3.0.0

23 May 05:43
2aee28f
Compare
Choose a tag to compare

Fixed

  • drop https write support & require SSH deploy key (#7)

BREAKING CHANGE: drops support for https writes since GitHub no longer allows it in GitHub Actions.

2.1.3

10 Nov 16:48
0296b7a
Compare
Choose a tag to compare

Changed

  • Publish Docker images to the GitHub Container Registry (Docker Hub images are being published for the forseeable future) (#6)

2.1.2

09 Nov 04:09
6afc8a6
Compare
Choose a tag to compare

Changed

  • Publish Docker images to GitHub Packages (Docker Hub images are being published for the forseeable future) (#4)

2.1.1

17 Jan 07:56
Compare
Choose a tag to compare

Fixed

  • Don't fail if no package changes were made

2.1.0

15 Jan 06:43
Compare
Choose a tag to compare

Added

  • Support for an SSH deploy key secret (#3)
  • Allow use with pull requests in addition to branch creation/pushes (#3)
  • Support for the DEPENDABOLT_DEBUG environment variable

Fixed

  • Exit cleanly if there aren't any packages found in the current commit (#3)
  • Correctly set -x and -e in entrypoint.sh

2.0.1

14 Sep 23:47
3390289
Compare
Choose a tag to compare

Changed

  • Migrate to GitHub Actions v2 (#2)
    BREAKING CHANGE: uses inputs instead of environment variables.

2.0.0

14 Sep 23:48
bb0fad9
Compare
Choose a tag to compare

Changed

  • Migrate to GitHub Actions v2 (#2)
    BREAKING CHANGE: uses inputs instead of environment variables.

(Note: not published to GitHub Marketplace due to a weird bug with migrating.)

1.1.0

02 Sep 07:05
f76b028
Compare
Choose a tag to compare

Added

  • exit early if run on a non-Dependabot branch (#1)