UNPKG

@nx-tools/nx-docker

Version:
105 lines (56 loc) 3.99 kB
# Changelog This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). ## [3.0.3](https://github.com/gperdomor/nx-tools/compare/nx-docker@3.0.1...nx-docker@3.0.3) (2022-08-03) ### Features - **nx-docker:** A new INPUT_CREATE_BUILDER env variable is handled, when is true, a new builder context is created for each app and removed after build execution. This is neccesary to run `npx nx affected --base=$NX_BASE --head=$NX_HEAD --target=docker` inside GitLab Runner to avoid errors related to the build context ## [3.0.1](https://github.com/gperdomor/nx-tools/compare/nx-docker@3.0.0...nx-docker@3.0.1) (2022-07-11) ### Bug Fixes - **nx-docker:** write metadata to folder .nx-docker on CI environments ([12d56c3](https://github.com/gperdomor/nx-tools/commit/12d56c36d4f578b2a92d9e87126479959c371c13)) ## [3.0.0](https://github.com/gperdomor/nx-tools/compare/nx-docker@3.0.0-alpha.3...nx-docker@3.0.0) (2022-06-14) ## [3.0.0-alpha.3](https://github.com/gperdomor/nx-tools/compare/nx-docker@3.0.0-alpha.2...nx-docker@3.0.0-alpha.3) (2022-06-14) ### Features - several updates and nx bump ([e0ad550](https://github.com/gperdomor/nx-tools/commit/e0ad550db010d1710b6729911aae9d432aaf5ffb)) ## [3.0.0-alpha.2](https://github.com/gperdomor/nx-tools/compare/nx-docker@3.0.0-alpha.1...nx-docker@3.0.0-alpha.2) (2022-04-29) ### Features - chore: bump nx to 14.0.5 - other deps updates ## [3.0.0-alpha.1](https://github.com/nx-tools/nx-tools/compare/nx-docker@2.3.0...nx-docker@3.0.0-alpha.1) (2022-04-09) ### ⚠ BREAKING CHANGES - **nx-docker:** Dropped support for Node 12 ### Features - **nx-docker:** move to swc ([dc1fd5d](https://github.com/nx-tools/nx-tools/commit/dc1fd5daa57e0ad2f57f62d9aba2cb7822c2f95d)) # [2.3.0](https://github.com/gperdomor/nx-tools/compare/nx-docker@2.2.0...nx-docker@2.3.0) (2022-02-04) ### Features - **nx-docker:** add add-hosts, cgroup-parent, shm-size, ulimit inputs ([59a0dd2](https://github.com/gperdomor/nx-tools/commit/59a0dd295e3c0e6c709df53dc3f47995d4549a51)) # [2.2.0](https://github.com/gperdomor/nx-tools/compare/nx-docker@2.1.0...nx-docker@2.2.0) (2022-01-02) ### Features - update versions ([950dc36](https://github.com/gperdomor/nx-tools/commit/950dc36612a94df3f5d87422ee7e38a25c806eec)) ## [2.1.0](https://github.com/gperdomor/nx-tools/compare/nx-docker@2.0.2...nx-docker@2.1.0) (2022-01-02) ### Bug Fixes - **nx-docker:** fix core version ([6a8f96b](https://github.com/gperdomor/nx-tools/commit/6a8f96b1060c1affd1f7e5532009b27c84fa2f5d)) # [2.0.2](https://github.com/gperdomor/nx-tools/compare/nx-docker@2.0.1...nx-docker@2.0.2) (2021-11-25) - Set tslib@^2.1.0 as peerDependencies # [2.0.1](https://github.com/gperdomor/nx-tools/compare/nx-docker@2.0.0...nx-docker@2.0.1) (2021-11-25) - Removed tslib from peerDependencies # [2.0.0](https://github.com/gperdomor/nx-tools/compare/nx-docker@2.0.0-alpha.3...nx-docker@2.0.0) (2021-11-23) - No changes from alpha.3 # [2.0.0-alpha.3](https://github.com/gperdomor/nx-tools/compare/nx-docker@2.0.0-alpha.2...nx-docker@2.0.0-alpha.3) (2021-11-08) - bump @nx-tools/docker-metadata to 2.0.0-alpha.3 # [2.0.0-alpha.2](https://github.com/gperdomor/nx-tools/compare/nx-docker@2.0.0-alpha.1...nx-docker@2.0.0-alpha.2) (2021-11-05) ### Features - **nx-docker:** added support for prefixed env variable names ([cc32071](https://github.com/gperdomor/nx-tools/commit/cc32071fecb796d2801652dd8d711463871805a9)) - bump @nx-tools/core to 2.0.0-alpha.2 - bump @nx-tools/docker-metadata to 2.0.0-alpha.2 ## 2.0.0-alpha.1 (2021-10-06) ### Bug Fixes - **nx-docker:** handle not POSIX compilant names ### Features - **nx-docker:** general improvements - **nx-docker:** releasing using @jscutlery/semver - **nx-docker:** updated to nx 12.9.0 - **nx-docker:** updated dependencies ### BREAKING CHANGES - **nx-docker:** Changes in configuration schema - **@nx-tools/docker-metadata:** is now an optional dependency ## 1.0.0 (2021-06-14) - Initial release