Releases: toptal/davinci-github-actions
Releases · toptal/davinci-github-actions
v15.3.0
v15.2.1
Patch Changes
- #326
20ea651
Thanks @serbantarmure! - fixup naming for custom runners for @yarn-install
v15.2.0
Minor Changes
- #324
f8cc820
Thanks @serbantarmure! - make @yarn-install && @build-push-action to work with runner-sets
v15.1.0
Minor Changes
- #321
11b0379
Thanks @serbantarmure! - bump google-github-actions/get-secretmanager-secrets to @v2
v15.0.0
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. - by using the CI buildx we can cache the intermediate docker image layers, saving time for the next runs, and also
v14.0.0
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
Patch Changes
- #310
fab1446
Thanks @TomasSlama!
Yarn install
- run the check for the uncommitted changes in working directory
v13.0.1
Patch Changes
- #308
0c60e73
Thanks @TomasSlama!
yarn install action
- throw an error when there is an uncommitted change in the yarn.lock
v13.0.0
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
Patch Changes
- #300
9085b03
Thanks @dmaklygin! - add DAVINCI_DOCKER_BUILD env variable to build images