All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.9 (2023-05-05)
Note: Version bump only for package root
1.0.8 (2023-04-17)
Note: Version bump only for package root
1.0.7 (2023-02-17)
Note: Version bump only for package root
1.0.6 (2023-02-06)
- change required node engine in package.json to >=v14 (fe528ce)
1.0.5 (2022-10-26)
Note: Version bump only for package root
1.0.4 (2022-09-14)
Note: Version bump only for package root
1.0.3 (2022-08-31)
1.0.2 (2022-08-07)
Note: Version bump only for package root
1.0.1 (2022-07-22)
- add workdir /app to each base dockerfile (883820c), closes #866
- init: don't overwrite base and template dockerfile if already exist (61fab6e)
1.0.0 (2022-07-08)
- feat!: update to lerna v5.1.8 (8a18f93)
- feat!: drop support of node version 12 and 17 #270 (bab367e), closes #270
- the major version 5 of lerna will now be used
- node 12 and 17 are no longer supported
0.9.5 (2022-07-06)
Note: Version bump only for package root
0.9.4 (2022-06-27)
- Revert "chore(deps): bump @lerna/project from 4.0.0 to 5.0.0" (1f850d3)
0.9.3 (2022-04-16)
0.9.2 (2022-04-14)
- generate: member-ordering linting errors (62e260c)
0.9.1 (2022-04-02)
Note: Version bump only for package root
0.9.0 (2022-03-20)
- cli: make default command dynamic (886aa19)
- generate: extract generate code into separate module #271 (b78217d)
- init: add description to options (d4ec08f)
- init: add entries to .gitignore (47bc39f)
- init: add first implementation (486fbe5)
- init: add hint to start lerna-dockerize (8d18a35)
- init: add lerna dockerize script on init (2cee74f)
- init: add module (6dd22f9)
- init: add ora spinner (e86d494)
- init: include templates in npm package (b51a8eb)
- lerna-dockerize: add init command to main cli (a1ba0a0), closes #269
0.8.4 (2022-01-15)
Note: Version bump only for package root
0.8.3 (2022-01-04)
- do not interpret npm i dependency install as npm i (876188f)
0.8.2 (2021-09-30)
- extendet-docker-syntax: don't ommit multiple lines in multiline copy and run (9888487)
0.8.1 (2021-09-04)
Note: Version bump only for package root
0.8.0 (2021-08-31)
- extended-syntax: use lerna run for npm run scripts with variable (a20ff10)
0.7.1 (2021-08-16)
Note: Version bump only for package root
0.7.0 (2021-07-12)
- remove lerna version: vundefined logging at startup (ec0a49e)
- add support for --platform flag for dockerfile FROM instruction (f7e3f40)
0.6.0 (2021-06-17)
- add support for install parameters (bd9f626)
- add warning for misuse of the --if-exists flag in the RUN command (6f17659)
0.5.0 (2021-06-12)
- add finalStage option to enable or disable final stage generation (1a57118)
- add possibility to set options in lerna.json (efd6eaa)
0.4.1 (2021-05-25)
- add prepare stage only when npm install is present (bd9836a)
- await yargs.parse for support of new yargs typings version (a2951a0)
0.4.0 (2021-05-17)
0.3.0 (2021-05-05)
- right array index for extendet-docker-syntax if exists npm run (15dafbe)
- add hoist option (7520090)
- add option to overwrite final stage (12f527f)
- add support for local scripts for RUN --if-exists (00e70e8)
- add warning if Dockerfile was parsed as empty (5f57510)
- set yargs help width to terminal width (844876f)
- setup logging (4f52602)
0.2.0 (2021-04-25)
- add dockerfileWorkingDir option (f237a16)
- add lernaCommand option (b8bdd51)
- add outDockerfileName option (c875f9a)
- add support for yarn install (e89ecc6)
- setup yargs and add base and template dockerfile option (8df310a)