Skip to content

v3.0.0: Backward Incompatible Changes

Compare
Choose a tag to compare
@sercand sercand released this 01 Aug 13:11
· 52 commits to master since this release
60149b9

This release brings go mod support and changes in resolving default namespaces.

Previously if you don't provide a namespace it will use default as the default namespace. From now on it will check current pod namespace if the namespace not given in target URI. This is requested in #15

BEFORE,  in namespace staging
kubernetes:///service:grpc  => kubernetes:///service.default:grpc

AFTER,  in namespace staging
kubernetes:///service:grpc  => kubernetes:///service.staging:grpc