Skip to content

Releases: containerum/chkit

Merge pull request #5 from containerum/dev-v2.1.3

26 Sep 17:15
Compare
Choose a tag to compare
Dev v2.1.3

Merge pull request #3 from containerum/dev-v2.1.2

26 Sep 15:10
Compare
Choose a tag to compare
Dev v2.1.2

Add subpaths to volume mounts

22 Sep 12:33
ebf6291
Compare
Choose a tag to compare

Improve volume prompt (allow to input paths with and without quotes)
Allow mount folder in volume (e.g. mount /test to /mnt in container)

Add volumes control

15 Sep 14:52
b94eee6
Compare
Choose a tag to compare

Add "volume" subcommand. Without parameters returns all user volumes, with one parameter (name) returns detailed volume information.
Add volumes configurator to "run" subcommand (interactive cli and commandline arguments).
Show volumes information in "get deploy" subcommand.

Attempt to fix Issue #1

05 Sep 14:07
de901c9
Compare
Choose a tag to compare
v2.0.9

Update version to 2.0.9

v2.0.8

14 Aug 13:51
3cd1b88
Compare
Choose a tag to compare

Fix http error printing when non-json content received.
Fix delete command logic: now it requres file or kind but not both

v2.0.7

08 Aug 08:43
3576472
Compare
Choose a tag to compare

Fix image name validation

v2.0.6

01 Aug 13:45
6406b52
Compare
Choose a tag to compare

Fix "get namespace" handling
Improve config db handling

v2.0.5

27 Jul 14:59
c1283f0
Compare
Choose a tag to compare

Improve logging prefixes
Add multiple object deleting

v2.0.4

27 Jul 14:10
df2e9bb
Compare
Choose a tag to compare

Fix expose request construction
Add validation for object names, port names, etc.
Prompt run parameter again on error (on interactive mode)