v5.0.72: clean build — ?endpoint= + TLSNextProto + rawQuery fix
This commit is contained in:
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
nubes = {
|
||||
source = "terra.k8c.ru/nubes-test/nubes"
|
||||
version = "5.0.71"
|
||||
version = "5.0.72"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -862,6 +862,10 @@ func (c *UniversalClient) doRequest(ctx context.Context, method, path string, pa
|
||||
fmt.Fprintf(os.Stderr, "\n>>> REQ %s %s\n%s\n", method, path, dump)
|
||||
}
|
||||
|
||||
// DEBUG
|
||||
if os.Getenv("NUBES_DEBUG_HTTP") == "1" {
|
||||
fmt.Fprintf(os.Stderr, ">>> %s %s\n", method, req.URL.String())
|
||||
}
|
||||
resp, err := c.HttpClient.Do(req)
|
||||
if err != nil {
|
||||
lastErr = err
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
version string = "5.0.71"
|
||||
version string = "5.0.72"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user