UNPKG

4.09 kBMarkdownView Raw
1## [1.1.8](https://github.com/kumori-systems/cli/compare/v1.1.7...v1.1.8) (2018-09-17)
2
3
4### Bug Fixes
5
6* **dependencies:** updated versions of [@kumori](https://github.com/kumori)/workspace and [@kumori](https://github.com/kumori)/generator-workspace ([5b71632](https://github.com/kumori-systems/cli/commit/5b71632))
7
8## [1.1.7](https://github.com/kumori-systems/cli/compare/v1.1.6...v1.1.7) (2018-09-12)
9
10
11### Bug Fixes
12
13* **dependencies:** updated the dependency with [@kumori](https://github.com/kumori)/generator-workspace from version 1.1.0 to 1.1.1 ([b8070e9](https://github.com/kumori-systems/cli/commit/b8070e9))
14
15## [1.1.6](https://github.com/kumori-systems/cli/compare/v1.1.5...v1.1.6) (2018-09-11)
16
17
18### Bug Fixes
19
20* **dependencies:** changed the dependency with [[@kumori](https://github.com/kumori)](https://github.com/kumori)/generator-workspace from 1.0.9 to 1.1.0 ([367db75](https://github.com/kumori-systems/cli/commit/367db75))
21
22## [1.1.5](https://github.com/kumori-systems/cli/compare/v1.1.4...v1.1.5) (2018-09-10)
23
24
25### Bug Fixes
26
27* **workspace:** changed the version of the workspace package dependency ([9dc0a89](https://github.com/kumori-systems/cli/commit/9dc0a89))
28
29## [1.1.4](https://github.com/kumori-systems/cli/compare/v1.1.3...v1.1.4) (2018-09-10)
30
31
32### Bug Fixes
33
34* **workspace:** changed the version of the workspace package dependency ([c9032a2](https://github.com/kumori-systems/cli/commit/c9032a2))
35
36## [1.1.3](https://github.com/kumori-systems/cli/compare/v1.1.2...v1.1.3) (2018-08-29)
37
38
39### Bug Fixes
40
41* **dependencies:** changed the dependency with [@kumori](https://github.com/kumori)/generator-workspace from 1.0.8 to 1.0.9 ([08085fe](https://github.com/kumori-systems/cli/commit/08085fe))
42
43## [1.1.2](https://github.com/kumori-systems/cli/compare/v1.1.1...v1.1.2) (2018-07-20)
44
45
46### Bug Fixes
47
48* **dependencies:** updated dependencies with Admission Client and Generator Workspace ([dac56a5](https://github.com/kumori-systems/cli/commit/dac56a5))
49
50# Changelog
51
52## v1.1.1
53
54Improved README.
55Increased the version of @kumori/generator-workspace
56
57## v1.1.0
58
59Now the CLI shows an error and help if an unknown command or subcommand is called.
60Improved some error messages.
61Added `kumori stamp list` command to list detailed information about stamps registered in a workspace.
62Changed `@kumori/workspace` dependency to 1.0.5, which uses yeoman generators to create elements instead of internal templates.
63Bug fix. Now only names with alphanumeric characters are allowed.
64Bug fix. Runtimes with empty Dockerfile (i.e., with empty `FROM` key) do not fail when `kumori runtime build` is executed.
65Bug fix. The command `kumori -h` (a.k.a. `kumori --help`) was showing a `command not found` error message.
66Added `kumori project add` command. This command populates the workspace with a set of elements, typically (but not necessarily) some components and a service.
67
68## v1.0.7
69
70Added a new flag to `kumori deployment deploy` to avoid creating default inbounds with random domains. By default this flag is set to false.
71Added new templates for the "hello world" example used in the quick start guide.
72
73## v1.0.6
74
75Corrected bug extracting development image when `kumori component build` is executed.
76
77## v1.0.5
78
79Now "component build" installs the component runtime image if it is not already installed.
80
81## v1.0.4
82
83Minor improvements on README
84In `kumori deployment add` the current service version is used if it is not specified.
85Changed dependency with @kumori/workspace to 1.0.1
86
87## v1.0.3
88
89Implemented resources management. Currently, only a vhost template added.
90Implemented register commands for components, services, runtimes and resources.
91Implemented remove commands for components, services, deployments, runtimes and resources.
92Implemented unregister commands for components, services, runtimes and resources.
93
94## v1.0.2
95
96Identical to 1.0.1 but with workspace dependency changed to 1.0.1.
97
98## v1.0.1
99
100Identical to 1.0.0. Patch version increased due to NPM repository problems.
101
102## v1.0.0
103
104Initial version. Not published due to NPM repository problems.