Commit Graph
1121 Commits
Author SHA1 Message Date
Charlie Drage 4967561d4a Merge pull request #961 from jonyhy96/master
fix pod-controller relationship mistake
2018-03-20 11:38:11 -04:00
Charlie Drage 4f4a4c2983 Merge pull request #963 from cdrage/add-hang-to-owners
Add hangyan to OWNERS
2018-03-20 10:53:33 -04:00
Charlie Drage a3ba638870 Add hangyan to OWNERS 2018-03-20 10:49:26 -04:00
Haoyun 228b35a093 fix pod-controller relationship mistake
fix pod-controller relationship mistake
```release-note
None
```
2018-03-20 14:54:08 +08:00
Charlie Drage 442caa4359 Merge pull request #957 from hangyan/support-hostpath-volume
Support hostpath volume
2018-03-19 11:47:00 -04:00
Charlie Drage 90f6d89674 Merge pull request #960 from hangyan/fix-resources-limits-error
Fix deploy resources parse error
2018-03-19 08:54:44 -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
Charlie Drage 6bdaeafe2a Merge pull request #953 from cdrage/remove-bintray
Remove bintray instructions
2018-03-07 15:01:59 -05:00
Charlie Drage 1175f151a2 Remove bintray instructions
Bintray forced us into an "enterprise" plan and then cut access off
unless we contacted supported.

For now, we are removing bintray details until we have a good
alternative.
2018-03-07 15:00:21 -05: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 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 8bb0907ced Merge pull request #951 from cdrage/release-1.10.0
1.10.0 Release
2018-03-06 10:44:03 -05:00
Charlie Drage 34aa5ac74a 1.10.0 Release 2018-03-06 10:43:38 -05:00
Suraj Narwade 1ec191d654 Merge pull request #949 from hangyan/fix-broken-links
Fix broken links for volume long syntax in comments
2018-03-06 14:38:43 +05:30
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 204324efba Merge pull request #920 from pborreli/typos
Fixed typo
2018-02-27 10:08:23 -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 ade2660fad Merge pull request #935 from hangyan/add-volume-label-doc
Add doc for volume size label
2018-02-23 10:29:57 -05:00
Hang Yan f641582f32 Add doc for volume size label 2018-02-23 14:01:04 +08: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 093c756000 Merge pull request #943 from cdrage/release-1.9.0
1.9.0 Release
2018-02-13 16:00:52 -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
Charlie Drage acf09d8d3a Merge pull request #926 from hangyan/fix-v3-unset-env
Fix unset env bug for v3 compose
2018-02-08 08:20:00 -05:00
Pascal Borreli 3318677d3f Fixed typo 2018-02-08 13:39:37 +01:00
Hang Yan 1df73c4004 Refactor package app to use const rather than raw string 2018-02-08 19:43:57 +08:00
Suraj Narwade 8dac0091d4 Merge pull request #932 from hangyan/fix-typos
Fix typos in Makefile
2018-02-08 17:07:44 +05:30
Hang Yan f18450d045 Fix custom pvc size in v2 compose not working error 2018-02-08 16:13:49 +08:00
Hang Yan 0bac06bcc9 Fix typos in Makefile 2018-02-08 15:25:34 +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
Charlie Drage ea84d65ec1 Merge pull request #930 from hangyan/fix-typo-in-doc
Fix typos in doc
2018-02-07 08:22:35 -05:00
Charlie Drage 76136b9411 Merge pull request #928 from hangyan/fix-log-format
Fix log format error
2018-02-07 08:21:58 -05:00
Charlie Drage 87b35daf78 Merge pull request #925 from hangyan/fix-typo
Fix typo in cli help message
2018-02-07 08:04:02 -05:00
Charlie Drage ddd621a63e Merge pull request #921 from dockerq/optimize/details-for-build
provide more details for building steps
2018-02-07 08:00:32 -05:00
adolphlwq e4a01db745 change according to suggestions 2018-02-07 17:11:43 +08:00
Hang Yan be96662d11 Fix log format error 2018-02-07 13:42:06 +08:00
Hang Yan 9bf86de89b Fix typos in doc 2018-02-07 11:29:17 +08:00
Hang Yan 3fe1b5313c Fix typo in function name 2018-02-07 11:22:29 +08:00