nodeshift
Advanced tools
Changelog
5.0.0 (2020-01-22)
While this doesn't have to be a semver-major release, there might be some unexpected bugs. One known issue, is we are no longer passing a custom config to the rest client. If this removal causes issues we can work on a way to put it back in
Changelog
3.0.0 (2019-04-12)
Slight Refactor
Updating the Openshift Rest Client to 2.1.0, which has a new API
Removing strictSSL and tryServiceAccount flags since the updated openshift rest client doesn't need them.
Removes the openshift config loader, which is no longer used
remove the string option for namespace creation. This has been deprecated and it is now time to remove it
This removes the watch command
This feature was just wrapping the oc rsync
command, which nodeshift probably shouldn't be doing. It is better to just use that command instead
<a name="2.1.1"></a>