Skip to content

Releases: toptal/davinci-github-actions

v15.4.1

04 Oct 17:21
2c6e973
Compare
Choose a tag to compare

Patch Changes

v15.4.0

04 Oct 16:48
5e6e4ec
Compare
Choose a tag to compare

Minor Changes

v15.3.1

01 Jul 18:12
902e8b3
Compare
Choose a tag to compare

Patch Changes

  • #335 c380f36 Thanks @MarianoSalerno!
  • update ssh-agent action version used in build-push-image
    • update github-script action version used in extract-env-variables

v15.3.0

24 Jun 10:17
956d426
Compare
Choose a tag to compare

Minor Changes

  • #331 7e8fb48 Thanks @sashuk!
  • do not create contribution tickets for major dependency updates that match the pattern

v15.2.1

18 Jun 09:37
2010991
Compare
Choose a tag to compare

Patch Changes

v15.2.0

13 Jun 17:20
347caef
Compare
Choose a tag to compare

Minor Changes

v15.1.0

11 Jun 08:12
ab70ba4
Compare
Choose a tag to compare

Minor Changes

v15.0.0

03 Jun 16:31
7c80875
Compare
Choose a tag to compare

Major Changes

  • #315 fc0a39d Thanks @jcobarreto!

  • change build-push-image action to encapsulate steps needed to use CI buildx instance when using custom runners.

    • by using the CI buildx we can cache the intermediate docker image layers, saving time for the next runs, and also
      saving with Cloud NAT, since we don't need to download packages for each run.

    Breaking changes:
    We added some new inputs and also removed the node-version input.

v14.0.0

15 May 08:49
bf02652
Compare
Choose a tag to compare

Major Changes

  • #316 8661845 Thanks @dmaklygin!
  • drop support for Node.js@18; set Node.js@20 as the default version for all GitHub Actions.

v13.0.2

17 Apr 10:46
ad09c8b
Compare
Choose a tag to compare

Patch Changes

Yarn install

  • run the check for the uncommitted changes in working directory