diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-27 08:23:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-27 08:23:38 -0400 |
commit | 6a9fd57be17d03818eb1f72cc9d62505690eec14 (patch) | |
tree | 12873a1c5d77ce1bfe369cfd04de6fb2f10dd7df | |
parent | e03ab3aa77816edf09fcd5b1b9642b1a22304e5b (diff) | |
parent | 5b0dd51e5b695e28a7d26de9c99029a080c11e64 (diff) | |
download | openshift-6a9fd57be17d03818eb1f72cc9d62505690eec14.tar.gz openshift-6a9fd57be17d03818eb1f72cc9d62505690eec14.tar.bz2 openshift-6a9fd57be17d03818eb1f72cc9d62505690eec14.tar.xz openshift-6a9fd57be17d03818eb1f72cc9d62505690eec14.zip |
Merge pull request #4884 from warmchang/version-3.6
Follow the new naming conventions.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,7 +39,8 @@ Follow this release pattern and you can't go wrong: | ------------- | ----------------- | | 1.3 | 3.3 | | 1.4 | 3.4 | -| 1.*X* | 3.*X* | +| 1.5 | 3.5 | +| 3.*X* | 3.*X* | If you're running from the openshift-ansible **master branch** we can only guarantee compatibility with the newest origin releases **in |