Skip to content

Releases: strapi-community/strapi-tool-dockerize

v1.8.3

20 Sep 15:12
f6c9210
Compare
Choose a tag to compare

1.8.3 (2022-09-20)

Bug Fixes

  • copyfiles.js: fixed where we only created a single Dockerfile (c228020)

v1.8.2

16 Sep 13:31
ac29c37
Compare
Choose a tag to compare

1.8.2 (2022-09-16)

Bug Fixes

  • questions.js: fixed spelling mistakes (819e44f)

v1.8.1

09 Sep 12:04
Compare
Choose a tag to compare

1.8.1 (2022-09-09)

Bug Fixes

  • copyfiles: fixed where we created a .prod file (0269613)
  • questions.js: fixed spelling mistake thanks to @blackkspydo #26 (a3147c5)
  • reset.js: fixed where we did not cleanup everything (a4ef443)

v1.8.0

08 Sep 09:59
773a6cb
Compare
Choose a tag to compare

1.8.0 (2022-09-08)

Features

  • questions.js: added ability to create custom enviromentx (7923b00)
  • questions: if we are using docker-compose we will ask for the name of the project (8a7e72b)

v1.7.1

10 Aug 07:45
Compare
Choose a tag to compare

1.7.1 (2022-08-10)

Bug Fixes

  • .dockerignore: removed public/uploads as it's needed for builds and strapi standup (c5816be)

v1.7.0

09 Aug 10:46
Compare
Choose a tag to compare

1.7.0 (2022-08-09)

Features

  • reset.js: added ability to reset the project (4f7d9b4)

v1.6.1

09 Aug 08:04
Compare
Choose a tag to compare

1.6.1 (2022-08-09)

Bug Fixes

  • .dockerignore: added public/uploads to ignore as we do not need it (9aa3268), closes re#23
  • quickstart.js, cli.js: fixed some issues with the cli where it did not accept inputs (72b66e7), closes #22

v1.6.0

08 Aug 14:33
Compare
Choose a tag to compare

1.6.0 (2022-08-08)

Features

  • quickstart.js: added ability to use quickstart and the new keyword (7be0c7b)

Performance Improvements

  • env: changed how env is using the config, made it more speedier 🚀 (90a383c)

v1.5.0

06 Aug 08:05
0b41237
Compare
Choose a tag to compare

1.5.0 (2022-08-06)

Features

  • refactored multiple files to use newer JS styles (6be5a9d)

Performance Improvements

  • config.js: added a way to use global config to set/get for more speed 🚀 (1594fbe), closes #19

v1.4.2

04 Aug 09:18
Compare
Choose a tag to compare

1.4.2 (2022-08-04)

Bug Fixes

  • bugreport.js: fixed wording for template report (3713252)