vendor: update buildkit to v0.29.0-rc1

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2026-03-25 15:47:08 -07:00
parent a7d3578248
commit eba72a35e4
518 changed files with 29223 additions and 24305 deletions
+17
View File
@@ -1,3 +1,20 @@
# v1.30.13 (2026-03-13)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.30.12 (2026-03-03)
* **Dependency Update**: Bump minimum Go version to 1.24
* **Dependency Update**: Updated to the latest SDK module versions
# v1.30.11 (2026-02-23)
* **Dependency Update**: Updated to the latest SDK module versions
# v1.30.10 (2026-02-18)
* No change notes available for this release.
# v1.30.9 (2026-01-09)
* **Dependency Update**: Updated to the latest SDK module versions
+1 -2
View File
@@ -22,7 +22,6 @@
"internal/endpoints/endpoints.go",
"internal/endpoints/endpoints_test.go",
"options.go",
"protocol_test.go",
"serializers.go",
"snapshot_test.go",
"sra_operation_order_test.go",
@@ -30,7 +29,7 @@
"types/types.go",
"validators.go"
],
"go": "1.23",
"go": "1.24",
"module": "github.com/aws/aws-sdk-go-v2/service/sso",
"unstable": false
}
+1 -1
View File
@@ -3,4 +3,4 @@
package sso
// goModuleVersion is the tagged release for this module
const goModuleVersion = "1.30.9"
const goModuleVersion = "1.30.13"
@@ -240,6 +240,9 @@ var defaultPartitions = endpoints.Partitions{
Region: "ap-southeast-5",
},
},
endpoints.EndpointKey{
Region: "ap-southeast-6",
}: endpoints.Endpoint{},
endpoints.EndpointKey{
Region: "ap-southeast-7",
}: endpoints.Endpoint{},
+1 -2
View File
@@ -58,8 +58,7 @@ type Options struct {
// the client option BaseEndpoint instead.
EndpointResolver EndpointResolver
// Resolves the endpoint used for a particular service operation. This should be
// used over the deprecated EndpointResolver.
// Resolves the endpoint used for a particular service operation.
EndpointResolverV2 EndpointResolverV2
// Signature Version 4 (SigV4) Signer