update release notes (#4055)

This commit is contained in:
fatedier
2024-03-12 15:14:13 +08:00
committed by GitHub
parent 43ba7bd338
commit e6ec5a509b
8 changed files with 17 additions and 7 deletions

View File

@@ -30,10 +30,11 @@ var _ = ginkgo.Describe("[Feature: Client-Plugins]", func() {
name = "%s"
type = "tcp"
remotePort = {{ .%s }}
`+extra, proxyName, portName) + fmt.Sprintf(`
[proxies.plugin]
type = "unix_domain_socket"
unixPath = "{{ .%s }}"
`+extra, proxyName, portName, framework.UDSEchoServerAddr)
`, framework.UDSEchoServerAddr)
}
tests := []struct {