Skip to content

Releases: toptal/davinci-github-actions

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

v13.0.1

16 Apr 10:44
e26a1a2
Compare
Choose a tag to compare

Patch Changes

yarn install action

  • throw an error when there is an uncommitted change in the yarn.lock

v13.0.0

09 Apr 09:15
0b53e6f
Compare
Choose a tag to compare

Major Changes


yarn-install

  • fix using single yarn.lock file to detect cache hash in the root folder of the project, so reducing the time for action execution

BREAKING CHANGE: The action now uses a single yarn.lock located in the root of the repository to detect the cache hash. If you have multiple yarn.lock files in your repository, only the root one will be included in cache hash calculations.

v12.12.1

12 Mar 10:25
fa88375
Compare
Choose a tag to compare

Patch Changes