Skip to content

Commit 92a5524

Browse files
committed
add changeset
1 parent 653257a commit 92a5524

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

framework/.changeset/v0.7.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Renamed URL fields in components so they are not Docker specific and can work for both Docker and Kubernetes. Examples: `HostGRPCUrl -> ExternalGRPCUrl`, `DockerWSRPCUrl -> InternalWSRPCUrl`
2+
- URLs prefixed with Internal, can be used as Docker internal URLs or Kubernetes internal URLs. In kubernetes the scope of internal can vary, can be either local URL available within the same namespace or cluster local URL, depending on the needs
3+
- URLs prefixed with External are for integrating components externally

0 commit comments

Comments
 (0)