Commit Graph
178 Commits
Author SHA1 Message Date
Hang Yan d105a77e07 Add server flag for kompose down (#1260) 2020-03-08 18:40:29 +08:00
Charlie Drage 992df58d8f 1.21.0 Release (#1249) 2020-02-25 12:06:39 -05:00
Hang Yan 1685ab3001 Support ingress path for kubernetes (#1245)
* Support ingress path for kubernetes
2020-02-23 19:25:43 +08:00
Hang Yan 78908c94e5 Add flag to allow use define api server url (#1243) 2020-02-22 11:56:50 +08:00
Enrico Maria Crisostomo dd3f6a28e9 Add MacPorts support to the documentation (#1242) 2020-02-13 17:07:16 +08:00
Hang Yan e7f05588bf Support deploy update_config (#1232) 2020-01-05 19:30:41 +08:00
Hang Yan 4d864a9aab Support deploy labels (#1231) 2020-01-05 11:35:32 +08:00
Hang Yan 05e9bf4fc8 Support config short syntax and fix old bugs (#1230) 2020-01-05 10:19:22 +08:00
Hang Yan ae12a2e39a Update doc about push image (#1225) 2020-01-01 11:27:11 +08:00
Hang Yan 1f0a097836 Support assign nodeport port in labels (#1210) 2019-12-26 23:45:58 +08:00
Charlie Drage f3d54d7848 1.20.0 Release (#1203) 2019-12-23 12:05:10 -05:00
João Vitor Paes de Barros do Carmo 30736a3973 Add support for file based secret (#1159)
* Support file based secret
* Fix issue about read-only volume path and add support to absolute path at long-syntax
2019-12-01 12:05:31 +08:00
Mudit Verma ac2b852955 Network Key Translation Feature and test cases (#1195) 2019-12-01 10:19:23 +08:00
Kubernetes Prow Robot a3ba33c53b Merge pull request #1151 from hangyan/doc
Add node about endpoint_mode in doc
2019-10-25 10:57:39 -07:00
Charlie Drage f63a961ca7 1.19.0 Release (#1174) 2019-10-16 13:39:36 -04:00
Hang Yan 1ddf5fe884 Add node about endpoint_mode in doc 2019-06-26 22:03:59 +08:00
Charlie Drage 2fde1ad7b5 Revert "Add node references (#1123)"
This reverts commit cd7c8a3d9a.
2019-06-20 14:44:17 -04:00
Charlie Drage cd7c8a3d9a Add node references (#1123)
Removes old Kubernetes references to master / slave and converts them to
master / node.
2019-06-14 10:43:11 -04:00
Charlie Drage 06a2e56115 1.18.0 Release (#1108) 2019-03-01 15:30:00 -05:00
Kamil Kieliszczyk 66ac4aff4f Add kompose.image-pull-secret and kompose.image-pull-policy (#1091)
* Add kompose.image-pull-secret

* Add kompose.image-pull-secret tests

* Add kompose.image-pull-policy

* Add kompose.image-pull-policy tests

* ignore .coverprofile

* Fix typo
2019-02-07 09:50:53 -05:00
huikaihoo 40c1b8cf87 Support multiple hostnames on expose label in service for Kubernetes (#1092)
* Support multiple hostnames on label (kompose.service.expose) separated by semicolon (;)

* Multiple hostnames on expose label separated by comma; Ignore leading / trailing spaces and repeated commas; Updated test cases and documents.
2019-01-31 09:34:04 -05:00
Tomasz Skowroński 75ecc88aef Update introduction.md (#1090)
fix "It's as simple as 1-2-3"
```
$ wget https://raw.githubusercontent.com/kubernetes/kompose/master/examples/docker-compose-v3.yaml
$ kompose up
FATA No 'docker-compose' file found: stat docker-compose.yaml: no such file or directory
```
2019-01-30 14:52:15 -05:00
Charlie Drage a74acad03a 1.17.0 Release (#1075) 2018-11-05 10:34:31 -05:00
Roberto C. Morano 424f1a9a2c Propagate dots into valid service names (#1063)
* normalize '.' (dot) to '-' (dash) in service names

* added warning about the dot character replacements in service names

* fix gofmt compliance

* also normalize container names (need lowercase)

* splitted normalization for volumes and service names into different functions (it conflicted with './' volumes replacement)

* changed volume normalization to use the new own normalization function

* changed container normalization to use its new own normalization function

* updated as per discussed in PR #1063 review
2018-09-28 20:20:01 +08:00
Xianlu Bird 0252213efb Add support for Config, endpoint_mode and 3.3 support (#994)
* Add support for Config

* Add deployment endpoint_mode support

* Add docker compose 3.3 support

* Add compose v3.3 support for openshift
2018-08-01 15:09:00 -04:00
Charlie Drage 0c01309fe8 1.16.0 Release (#1055) 2018-07-24 12:54:29 -04:00
Stefan Weiberg ccba62918e Add installation instructions for openSUSE/SLE (#1050)
* add instructions for openSUSE/SLE

* moved installation of openSUSE/SLE beneath Windows
2018-07-24 09:44:03 -04:00
Charlie Drage e3cd4d459e 1.15.0 Release (#1044) 2018-06-28 12:05:25 -04:00
AdamDang 5633b7bff5 Typo fix in maven-example.md (#1021) 2018-06-27 11:37:59 -04:00
Charlie Drage fa706f2f1c 1.14.0 Release (#1030) 2018-06-04 13:50:54 -04:00
Lukas Grossar 1dfdc847b2 Fix typo in integrations.md
s/Adfinis SysGroup AG/Adfinis SyGroup AG/
2018-05-16 17:25:55 +02:00
Charlie Drage 84fa8267f3 1.13.0 Release (#1006) 2018-05-14 09:16:43 -04:00
Hang Yan 7ba07b5f5e Merge pull request #1001 from xianlubird/features/controller-label
Add label 'kompose.controller.type' set service convert controller type
2018-05-13 15:13:45 +08:00
xianlubird a4efdd6cca Add label 'kompose.controller.type' set service convert controller type 2018-05-12 11:52:23 +08:00
xianlubird c26ff8e759 Add some deprecated info warning 2018-05-09 15:46:16 +08:00
Xianlu Bird ec3391309f Fix doc that we have support v3.1 & 3.2 (#993) 2018-04-27 09:29:28 -04:00
Jonathan Perret 3fa3eadffa Fix typo in conversion.md (#989) 2018-04-18 11:37:31 -04:00
Charlie Drage 0ab07bec57 1.12.0 Release (#988) 2018-04-18 09:59:33 -04:00
AdamDang d892abc353 Typo fix in conversion.md (#985)
* Typo fix in conversion.md

Kubernetes uses it's own->Kubernetes uses its own

* Update glide.yaml
2018-04-16 15:21:25 -04: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
Hang Yan 77a2a18b1c Update dev doc about make gen-cmd 2018-03-31 12:50:05 +08:00
Hang Yan 88b8e316b9 Support hostname and domainname 2018-03-31 12:00:37 +08:00
Charlie Drage dba688e0bf 1.11.0 Release 2018-03-26 12:03:38 -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 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
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