Antoine Legrand
43367f90ce
Merge pull request #1176 from zoidbergwill/patch-2
...
Update roadmap.md
2017-03-23 12:05:35 +01:00
Vladimir Rutsky
bc30ea7582
replace non-breakable space with regular space
...
Non-brekable space is 0xc2 0xa0 byte sequence in UTF-8.
To find one:
$ git grep -I -P '\xc2\xa0'
To replace with regular space:
$ git grep -l -I -P '\xc2\xa0' | xargs sed -i 's/\xc2\xa0/ /g'
This commit doesn't include changes that will overlap with commit f1c59a91a1
.
2017-03-23 00:25:01 +03:00
William Martin Stewart
8fdabb2041
Update roadmap.md
2017-03-22 22:03:06 +02:00
Vladimir Rutsky
d476d2f781
remove extra ~
2017-02-06 15:05:24 +04:00
Antoine Legrand
3a1fd64d79
Update roadmap.md
2017-02-04 23:23:24 +01:00
Alexandre Bourget
ecf40bc377
Update roadmap.md
2016-11-17 12:44:30 -05:00
Smaine Kahlouch
a8155ee35f
Merge pull request #554 from bogdando/kubeadm_adoption
...
Update roadmap for the kubeadm LCM track
2016-10-18 13:52:55 +02:00
Smana
9d2f161430
update roadmap, kubeadm adoption
2016-10-18 13:51:36 +02:00
Bogdan Dobrelya
72a25bfd06
Update roadmap for the kubeadm LCM track
...
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
2016-10-18 13:44:45 +02:00
Jean-Christophe Sirot
8c602db758
Some additional roadmap items
2016-07-08 16:32:01 +02:00
Smana
e739fd6b2b
a small change in the roadmap
2016-07-08 09:40:12 +02:00
Smaine Kahlouch
a889c5d29b
first version of the roadmap
2016-07-08 09:21:33 +02:00