UNPKG

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