[
https://issues.redhat.com/browse/JBIDE-27365?page=com.atlassian.jira.plug...
]
Ondrej Dockal edited comment on JBIDE-27365 at 7/15/20 5:02 AM:
----------------------------------------------------------------
Verified on 12.16.0.GA-v20200713-0450-B6651
was (Author: odockal):
Verified onĀ 12.16.0.GA-v20200709-0713-B6630.
CRC 1.12 have changed 'crc version' string which breaks our
runtime detection
-----------------------------------------------------------------------------
Key: JBIDE-27365
URL:
https://issues.redhat.com/browse/JBIDE-27365
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.16.0.Final
Reporter: Ondrej Dockal
Assignee: Ondrej Dockal
Priority: Blocker
Fix For: 4.16.0.Final
Instead of version string:
{code:java}
$ ./crc-linux-1.11.0-amd64/crc version
crc version: 1.11.0+883ca49
OpenShift version: 4.4.5 (embedded in binary)
{code}
we have now this:
{code}
$ ./crc-1.12.0/crc version
CodeReady Containers version: 1.12.0+6710aff
OpenShift version: 4.4.8 (embedded in binary)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)