Skip to content

Commit e8996e5

Browse files
committed
Bump upjet to the commit e6784cf618e18d813728eb9b047ab4a063b55ec3
Signed-off-by: Fatih Türken <turkenf@gmail.com>
1 parent 24f0a64 commit e8996e5

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

config/cluster/dsql/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func Configure(p *config.Provider) { //nolint:gocyclo
2525
}
2626
var clusters []string
2727
if diags := sdkState.GetAttribute(ctx, path.Root("clusters"), &clusters); diags.HasError() {
28-
return false, errors.FrameworkDiagnosticsError(diags)
28+
return false, errors.FrameworkDiagnosticsError("reading clusters attribute", diags)
2929
}
3030
return len(clusters) == 0, nil
3131
}

config/namespaced/dsql/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func Configure(p *config.Provider) { //nolint:gocyclo
2525
}
2626
var clusters []string
2727
if diags := sdkState.GetAttribute(ctx, path.Root("clusters"), &clusters); diags.HasError() {
28-
return false, errors.FrameworkDiagnosticsError(diags)
28+
return false, errors.FrameworkDiagnosticsError("reading clusters attribute", diags)
2929
}
3030
return len(clusters) == 0, nil
3131
}

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/aws/smithy-go v1.23.0
1919
github.com/crossplane/crossplane-runtime/v2 v2.0.0-20250730220209-c306b1c8b181
2020
github.com/crossplane/crossplane-tools v0.0.0-20250731192036-00d407d8b7ec
21-
github.com/crossplane/upjet/v2 v2.0.1-0.20251028081228-8d73164bb9bd
21+
github.com/crossplane/upjet/v2 v2.1.1-0.20251105114154-e6784cf618e1
2222
github.com/go-ini/ini v1.46.0
2323
github.com/google/go-cmp v0.7.0
2424
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.66
@@ -454,5 +454,3 @@ require (
454454
replace github.com/hashicorp/terraform-plugin-log => github.com/gdavison/terraform-plugin-log v0.0.0-20230928191232-6c653d8ef8fb
455455

456456
replace github.com/hashicorp/terraform-provider-aws => github.com/upbound/terraform-provider-aws v0.0.0-20250919132046-4b6f0a4eae76
457-
458-
replace github.com/crossplane/upjet/v2 => github.com/ulucinar/upbound-upjet/v2 v2.0.0-20251104103002-95cda1dca6da

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@ github.com/crossplane/crossplane-runtime/v2 v2.0.0-20250730220209-c306b1c8b181 h
594594
github.com/crossplane/crossplane-runtime/v2 v2.0.0-20250730220209-c306b1c8b181/go.mod h1:pkd5UzmE8esaZAApevMutR832GjJ1Qgc5Ngr78ByxrI=
595595
github.com/crossplane/crossplane-tools v0.0.0-20250731192036-00d407d8b7ec h1:+51Et4UW8XrvGne8RAqn9qEIfhoqPXYqIp/kQvpMaAo=
596596
github.com/crossplane/crossplane-tools v0.0.0-20250731192036-00d407d8b7ec/go.mod h1:8etxwmP4cZwJDwen4+PQlnc1tggltAhEfyyigmdHulQ=
597+
github.com/crossplane/upjet/v2 v2.1.1-0.20251105114154-e6784cf618e1 h1:aBL5Qy2ylwwAb2hBFKKBkYGyh5YF/nxT2UW43kmU5IA=
598+
github.com/crossplane/upjet/v2 v2.1.1-0.20251105114154-e6784cf618e1/go.mod h1:jDCqvAFLrVEzqE+pywmQ5u18HbJK5j5Jj4cTQpqOLqY=
597599
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=
598600
github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
599601
github.com/dave/jennifer v1.7.1 h1:B4jJJDHelWcDhlRQxWeo0Npa/pYKBLrirAQoTN45txo=
@@ -885,8 +887,6 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
885887
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
886888
github.com/tmccombs/hcl2json v0.3.3 h1:+DLNYqpWE0CsOQiEZu+OZm5ZBImake3wtITYxQ8uLFQ=
887889
github.com/tmccombs/hcl2json v0.3.3/go.mod h1:Y2chtz2x9bAeRTvSibVRVgbLJhLJXKlUeIvjeVdnm4w=
888-
github.com/ulucinar/upbound-upjet/v2 v2.0.0-20251104103002-95cda1dca6da h1:To1bOUqb326WrAGM1troU/LX2Is3BVIu5iEoZZNAAaQ=
889-
github.com/ulucinar/upbound-upjet/v2 v2.0.0-20251104103002-95cda1dca6da/go.mod h1:jDCqvAFLrVEzqE+pywmQ5u18HbJK5j5Jj4cTQpqOLqY=
890890
github.com/upbound/terraform-provider-aws v0.0.0-20250919132046-4b6f0a4eae76 h1:B+QI33zTD5AbscJM1ugvZjpTYzcxVtc/imXzCfdrLWU=
891891
github.com/upbound/terraform-provider-aws v0.0.0-20250919132046-4b6f0a4eae76/go.mod h1:jLhVreuqc4jLWdeijeFQYJzEchgUW7P6Vllb65BuIXw=
892892
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=

0 commit comments

Comments
 (0)