Skip to content

v0.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 14:41
· 962 commits to main since this release

Breaking changes

  • Avoid using OpenshiftConfiguration.openshiftNamespace() method for getting the current namespace, this method should be used to initialize the Openshift client only, use OpenshiftClient.get().getNamespace() instead. If you're not setting the openshift.namespace property, OpenshiftConfiguration.openshiftNamespace will always return a new namespace value.

What's Changed

Dependency updates