Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Latest commit

 

History

History
359 lines (127 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

359 lines (127 loc) · 12.6 KB

Change Log

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)

Bug Fixes

  • 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)

Bug Fixes

  • generate: don't ignore install parameters in base docker stage install (01ca83c), closes #972

1.0.2 (2022-08-07)

Note: Version bump only for package root

1.0.1 (2022-07-22)

Bug Fixes

  • 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

BREAKING CHANGES

  • 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)

Reverts

  • Revert "chore(deps): bump @lerna/project from 4.0.0 to 5.0.0" (1f850d3)

0.9.3 (2022-04-16)

Bug Fixes

  • generate: keep steps before first stage of base dockerfile (9427d3f), closes #350

0.9.2 (2022-04-14)

Bug Fixes

  • 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)

Bug Fixes

Features

  • 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)

Bug Fixes

  • do not interpret npm i dependency install as npm i (876188f)

0.8.2 (2021-09-30)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • remove lerna version: vundefined logging at startup (ec0a49e)

Features

  • add support for --platform flag for dockerfile FROM instruction (f7e3f40)

0.6.0 (2021-06-17)

Features

  • 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)

Bug Fixes

  • add support for custom registry and digest for images (7e0486a), closes #53

Features

  • 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)

Bug Fixes

  • 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)

Features

  • add package.json slimming (29d5a49)
  • split stages into extra prepare stage (e5dae45)

0.3.0 (2021-05-05)

Bug Fixes

  • right array index for extendet-docker-syntax if exists npm run (15dafbe)

Features

  • 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)

Features

  • 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)

0.1.0 (2021-04-23)

Bug Fixes

  • adapt package bin to work with windows (80c37cd)
  • add bin.js with nodeenv header for cli script (5a7d5e6)
  • linting errors (07bc7a4)
  • replace local package stage name in from clause through scoped name (cc18fba)
  • tests (8a9bd2c)

Features