Commit Graph

1158 Commits

Author SHA1 Message Date
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
Hang Yan
4f34ff25ae Fix typo in cli help message 2018-02-07 11:12:30 +08:00
Charlie Drage
2e40dd813b
Merge pull request #923 from yank1/fix-a-typo-in-development.md
fix a typo in development.md
2018-02-06 11:09:58 -05:00
Charlie Drage
3eb991d789
Merge pull request #924 from hangyan/hangyan-patch-2
Remove unneeded TODO comment
2018-02-06 11:09:27 -05:00
Hang Yan
2b135cfe58
Remove unneeded TODO comment 2018-02-07 00:04:57 +08:00
yank1
54406c93f4 fix a typo in development.md 2018-02-06 23:53:57 +08:00
adolphlwq
678103831a provide more details for building 2018-02-01 17:46:37 +08:00
Charlie Drage
c339ebcbf1
Merge pull request #919 from cdrage/update-readme
Update the README
2018-01-29 13:51:46 -05:00
Charlie Drage
e5c53e1d2d Update the README
- Removes the incubation line (already graduated)
- Go 1.5 is 3 years old. Remove not regarding building on 1.5
- Remove not working Slack widget
2018-01-29 13:50:54 -05:00
Charlie Drage
32b265971d
Merge pull request #913 from coodix/unauthenticated_image_push
Push image without authentication
2018-01-29 13:48:31 -05:00
coodix
60f1e5757d Push image without authentication 2018-01-26 10:52:21 +03:00
Charlie Drage
0c0c027987
Merge pull request #912 from cdrage/release-1.8.0
1.8.0 Release
2018-01-24 10:52:14 -05:00
Charlie Drage
48c0ab55e9 1.8.0 Release 2018-01-24 10:51:50 -05:00
S.Çağlar Onur
e6ae470830 Allow services to use same port with different protocols
kompose fails if compose file declares different protocols for the same port. eg;

...
     ports:
      - 666:666/udp
      - 666:666/tcp
...

This PR adds the port to the output and also makes sure that names are unique for each port/protocol pair.
This is supported with LoadBalancer (kubernetes/kubernetes#2995) so trying to use this config with LB panics.
2018-01-17 11:26:03 -08:00