Skip to content

Releases: toptal/davinci-github-actions

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

v12.12.0

08 Mar 09:03
8f13af0
Compare
Choose a tag to compare

Minor Changes

  • #297 bb98d96 Thanks @TomasSlama!
  • add new options to build-push-release-image to support multi hosts in monorepo

v12.11.0

05 Mar 20:37
c47b2fa
Compare
Choose a tag to compare

Minor Changes

v12.10.0

21 Feb 09:24
eae779b
Compare
Choose a tag to compare

Minor Changes

  • #291 3f0e5e8 Thanks @sashuk!
  • add major-dependency-update-jira-label parameter to notify-jira-about-contribution action

v12.9.5

16 Feb 13:21
90e524b
Compare
Choose a tag to compare

Patch Changes