Antoine Legrand
ac96d5ccf0
Merge pull request #1176 from zoidbergwill/patch-2
...
Update roadmap.md
2017-03-23 12:05:35 +01:00
Vladimir Rutsky
c4e57477fb
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
f1c59a91a1
Update roadmap.md
2017-03-22 22:03:06 +02:00
Vladimir Rutsky
b638c89556
remove extra ~
2017-02-06 15:05:24 +04:00
Antoine Legrand
d818ac1d59
Update roadmap.md
2017-02-04 23:23:24 +01:00
Alexandre Bourget
5b9b2c0973
Update roadmap.md
2016-11-17 12:44:30 -05:00
Smaine Kahlouch
7e81855e24
Merge pull request #554 from bogdando/kubeadm_adoption
...
Update roadmap for the kubeadm LCM track
2016-10-18 13:52:55 +02:00
Smana
6113a3f350
update roadmap, kubeadm adoption
2016-10-18 13:51:36 +02:00
Bogdan Dobrelya
7d6fc1d680
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
a2bdcabc33
Some additional roadmap items
2016-07-08 16:32:01 +02:00
Smana
1e8ee99d1a
a small change in the roadmap
2016-07-08 09:40:12 +02:00
Smaine Kahlouch
5fdea4b947
first version of the roadmap
2016-07-08 09:21:33 +02:00