What's New in 4.4.2.AM1
OpenShift
Common namespace is now configurable
When looking for Openshift resources (builder images, templates), a common namespace is browsed.
Earlier hardcoded openshift
namespace is now configurable with default value openshift
.
Please note that templates are still loaded from the openshift namespace and not from the configured common namespace, this will be fixed for the next release.
|
It can be accessed and modified through the connection extended properties:
Related JIRA: JBIDE-23014
CDK server using native terminal for better user interactions
The CDK server adapter now uses a native terminal that allows better interaction with the user. In the case credentials are not passed in the Vagrant environment, the user will be asked just as with the standard Vagrant CLI and in case of registration failures, retries will be performed.
First, make sure your CDK server adapter is configured not to pass credentials:
Then, start the CDK server adapter and a new terminal window will open, asking for registration:
If you answered y
to the previous questions, then the terminal window will ask for username:
Then the terminal window will ask for password:
If the registration fails, then the terminal window will perform retries and ask again for username and password:
Related JIRA: JBIDE-23039