UNPKG

2.39 kBMarkdownView Raw
1# duxis-cltools - Changelog
2
3## 1.2.0
4- feat: Add `build --dxtest` mode, which builds the test images using local base images.
5
6
7## 1.1.0
8- Also run `npm outdated` when calling `./dx outdated`.
9
10
11## 1.0.2
12- Assert that required environment variables are provided.
13
14
15## 1.0.1
16- Bug fix.
17
18
19## 1.0.0
20- Add support for `FROM node` declarations in _Dockerfile.template_ files with insertion of Node.js
21 version declared as `nodeVersion` property in the project _package.json_ file.
22- No longer expect a trailing slash for _DX\_HUB_ values.
23- Use `imec` as default value for _DX\_HUB_. This new prefix should be used for Duxis Foundation
24 v1.14.0 and up. For services that reference a prefixed Duxis Foundation image in the _dx.base.yml_
25 Docker Composer file, e.g. `image: ${DX_HUB}/duxis-auth-store:${DX_VERSION}`, you should override
26 this reference with an un-prefixed one -e.g. `image: duxis-auth-store:${DX_VERSION}`- in the
27 _dc.dxdev.yml_ file.
28- Upgrade to Node.js 8.11.3 LTS.
29
30
31## 0.7.2
32- Use `DX_HUB` value from project’s .env file when possible.
33- Upgrade to Node.js 8.11.0 LTS.
34
35
36## 0.7.1
37- Bugfix - `./dx watch` command doesn't work properly (DUX-135).
38- Bugfix - Outdated Node.js warning is not shown.
39- Upgrade dependencies.
40
41
42## 0.7.0
43- Do not include `*.local.*` files in setup directory in built images.
44
45
46## v0.6.5
47- Improve Node.js version check.
48- Fix `/usr/bin/env: node --harmony: No such file or directory` error on Linux which does not support multiple arguments in shebangs.
49
50
51## v0.6.4
52- Upgrade to Node.js 8.9.0 LTS.
53- Fix bug: `./dx test --watch <service>` yields `No such service: test-test-<service>`.
54- Warn when using `./dx test --watch` without `<service>`.
55- Do not fail when fixture directories such as `images`, contains `.DS_Store` or other such files.
56
57
58## v0.6.3
59- Do not fail when compose file has no services.
60
61
62## v0.6.2
63- Bugfix in experimental _build-hook_ support.
64
65
66## v0.6.0
67- Add experimental _build-hook_ support.
68 When the environment variable `DX_BUILD_HOOK` has a value, then this value is taken as a (Bash) command that is executed when the `./dx build` command is executed.
69
70
71## v0.5.0
72- Add more tests and fix problematic behaviour.
73- Add more documentation.
74
75
76## v0.4.0
77- Add the ability to copy the project setup for select services.
78- Also copy the project setup for test builds.
79
80
81## v0.3.0
82- Added check of _Node.js_ version.