Commit Graph
432 Commits
Author SHA1 Message Date
Charlie Drage 84fa8267f3 1.13.0 Release (#1006) 2018-05-14 09:16:43 -04:00
xianlubird a4efdd6cca Add label 'kompose.controller.type' set service convert controller type 2018-05-12 11:52:23 +08:00
xianlubird 84b419c7ef Support compose global deploy mode to daemonset 2018-05-07 15:19:47 +08:00
xianlubird 04e9ee9949 Fix missing attribute when convert with multiple docker-compose files
Signed-off-by: xianlubird <xianlubird@gmail.com>
2018-05-03 11:51:55 +08:00
AdamDang 28031a9453 Typo fix: wil->will (#998)
wil->will
2018-05-02 09:12:44 -04:00
Xianlu Bird c496fa4373 Fix golint warnings (#992) 2018-04-27 09:28:49 -04:00
Hang Yan 852078cc5c Remove incorrect logging about headless service (#991) 2018-04-26 15:11:24 -04:00
Charlie Drage 0ab07bec57 1.12.0 Release (#988) 2018-04-18 09:59:33 -04:00
Haoyun fd0aad152f Typo fix
Change validated -> validates at line  159
```release-note
None
```
2018-04-17 11:49:54 +08:00
Hang Yan f3412a7399 Add headless service type label
Also remove the relation between restart and service create
2018-04-15 00:23:48 +08:00
Tomas Kral 25f8ba42f9 Merge pull request #976 from hangyan/hostname-domain-support
Support hostname and domainname
2018-04-11 15:58:18 +02:00
Charlie Drage f671ca9377 Merge pull request #981 from jonyhy96/patch-1
typo fix
2018-04-04 11:08:40 -04:00
Haoyun 077ef90e01 typo fix
typo fix
2018-04-03 17:12:30 +08:00
Haoyun d029807145 typo fix
typo fix
2018-04-03 16:31:31 +08:00
Haoyun d68f173917 typo fix
typo fix
2018-04-03 16:21:28 +08:00
Hang Yan 3c531fea66 Fix typos in comments 2018-04-01 16:01:51 +08:00
Hang Yan 88b8e316b9 Support hostname and domainname 2018-03-31 12:00:37 +08:00
Haoyun 7391946765 typo fix
typo fix
2018-03-29 15:17:44 +08:00
Charlie Drage dba688e0bf 1.11.0 Release 2018-03-26 12:03:38 -04:00
Hang Yan 505cb8b754 Fix golint warnings 2018-03-25 16:22:08 +08:00
Charlie Drage 5d733f33cf Merge pull request #954 from hangyan/support-compose-v3.2
Add support for compose v3.2
2018-03-22 10:02:32 -04:00
Charlie Drage 442caa4359 Merge pull request #957 from hangyan/support-hostpath-volume
Support hostpath volume
2018-03-19 11:47:00 -04:00
Hang Yan cf833c8818 Support hostpath volume 2018-03-16 10:40:25 +08:00
Hang Yan 6e5b6a3055 Fix deploy resources parse error 2018-03-15 14:00:17 +08:00
Hang Yan 61ff9eeeaa Add support for compose v3.2 2018-03-09 00:13:10 +08:00
Charlie Drage a5a113d042 Merge pull request #950 from hangyan/support-old-restart-policy
Support old restart policy in compose v3
2018-03-07 08:41:46 -05:00
Suraj Narwade 6d4c8f9b78 Kompose will read input from stdin
Resolves issue #870

for example,

```
$ cat docker-compose.yaml | kompose convert -f -
INFO Kubernetes file "frontend-service.yaml" created
INFO Kubernetes file "redis-master-service.yaml" created
INFO Kubernetes file "redis-slave-service.yaml" created
INFO Kubernetes file "frontend-deployment.yaml" created
INFO Kubernetes file "redis-master-deployment.yaml" created
INFO Kubernetes file "redis-slave-deployment.yaml" created
```

Added integration test for the same.
`
2018-03-07 12:49:21 +05:30
Suraj Narwade 908e3f1b59 Merge pull request #907 from caglar10ur/serviceports
Allow services to use same port with different protocols
2018-03-07 12:29:05 +05:30
Hang Yan 723bd0f9d8 Support old restart policy in compose v3 2018-03-07 13:35:36 +08:00
Charlie Drage 34aa5ac74a 1.10.0 Release 2018-03-06 10:43:38 -05:00
Hang Yan ea8b373105 Fix broken links for volume in comments 2018-03-03 19:25:39 +08:00
Charlie Drage 47a8bfc0ea Merge pull request #946 from hangyan/fix-build-path
Fix image build path error
2018-02-27 10:09:45 -05:00
Charlie Drage 0f79b58bba Merge pull request #948 from hangyan/refactor-const-strings
Refactor label names to const strings
2018-02-27 10:08:51 -05:00
Charlie Drage b365953266 Merge pull request #938 from hangyan/fix-helm-custom-dir
Fix custom output and charts conflict error
2018-02-27 10:07:39 -05:00
Hang Yan 0f3d368215 Fix cli custom output and charts conflict error 2018-02-27 16:10:35 +08:00
Hang Yan a1090ecbf9 Refactor label names to const strings 2018-02-25 14:32:00 +08:00
Hang Yan e119b30ebd Fix image build path error 2018-02-24 15:40:00 +08:00
Charlie Drage bccc56373c Merge pull request #937 from hangyan/fix-code-style
Variable name should not be the same as imported package name
2018-02-23 10:30:53 -05:00
Charlie Drage 170acd9e1a Merge pull request #936 from hangyan/fix-healthcheck-bug
Fix healthcheck parser nil pointer error
2018-02-20 11:00:18 -05:00
Charlie Drage 00ac427d30 1.9.0 Release 2018-02-13 16:00:16 -05:00
Charlie Drage e8e32c137f Merge pull request #933 from hangyan/refactor-const-strings
Refactor package app to use const rather than raw string
2018-02-13 09:27:07 -05:00
Hang Yan 94148d2e56 Variable name should not be the same as imported package name 2018-02-09 11:31:32 +08:00
Hang Yan b8f1707d30 Fix healthcheck parser nil pointer error 2018-02-09 11:10:03 +08:00
Charlie Drage f857afad1c Merge pull request #929 from hangyan/fix-v2compose-pvc-size-error
Fix custom pvc size in v2 compose not working error
2018-02-08 08:24:49 -05:00
Hang Yan 1df73c4004 Refactor package app to use const rather than raw string 2018-02-08 19:43:57 +08:00
Hang Yan f18450d045 Fix custom pvc size in v2 compose not working error 2018-02-08 16:13:49 +08:00
Hang Yan 0ef015d3da Fix unset env bug for v3 compose 2018-02-08 15:12:16 +08:00
Charlie Drage ed9246d537 Merge pull request #931 from hangyan/fix-typo-in-func-name
Fix typo in function name
2018-02-07 08:22:50 -05:00
Hang Yan be96662d11 Fix log format error 2018-02-07 13:42:06 +08:00
Hang Yan 3fe1b5313c Fix typo in function name 2018-02-07 11:22:29 +08:00