Skip to content

Commit 67c7285

Browse files
committed
Bump upjet to the latest commit
Signed-off-by: Sergen Yalçın <[email protected]>
1 parent e736752 commit 67c7285

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/provider.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ func bumpVersionsWithEmbeddedLists(pc *ujconfig.Provider) {
141141
r.SetCRDStorageVersion("v1beta1")
142142
r.Conversions = []conversion.Conversion{
143143
conversion.NewIdentityConversionExpandPaths(conversion.AllVersions, conversion.AllVersions, []string{"spec.forProvider", "spec.initProvider", "status.atProvider"}, r.CRDListConversionPaths()...),
144-
conversion.NewSingletonListConversion("v1beta1", "v1beta2", r.CRDListConversionPaths(), conversion.ToEmbeddedObject),
145-
conversion.NewSingletonListConversion("v1beta2", "v1beta1", r.CRDListConversionPaths(), conversion.ToSingletonList)}
144+
conversion.NewSingletonListConversion("v1beta1", "v1beta2", conversion.DefaultPathPrefixes(), r.CRDListConversionPaths(), conversion.ToEmbeddedObject),
145+
conversion.NewSingletonListConversion("v1beta2", "v1beta1", conversion.DefaultPathPrefixes(), r.CRDListConversionPaths(), conversion.ToSingletonList)}
146146
pc.Resources[name] = r
147147
}
148148
}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
dario.cat/mergo v1.0.0
1313
github.com/crossplane/crossplane-runtime v1.16.0-rc.2.0.20240510094504-3f697876fa57
1414
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
15-
github.com/crossplane/upjet v1.4.0-rc.0.0.20240508134714-03a207b6416a
15+
github.com/crossplane/upjet v1.4.0-rc.0.0.20240515193317-92d1af84d242
1616
github.com/hashicorp/terraform-json v0.17.1
1717
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0
1818
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20230727144955-0adfe586f500

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@ github.com/crossplane/crossplane-runtime v1.16.0-rc.2.0.20240510094504-3f697876f
700700
github.com/crossplane/crossplane-runtime v1.16.0-rc.2.0.20240510094504-3f697876fa57/go.mod h1:Pz2tdGVMF6KDGzHZOkvKro0nKc8EzK0sb/nSA7pH4Dc=
701701
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79 h1:HigXs5tEQxWz0fcj8hzbU2UAZgEM7wPe0XRFOsrtF8Y=
702702
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79/go.mod h1:+e4OaFlOcmr0JvINHl/yvEYBrZawzTgj6pQumOH1SS0=
703-
github.com/crossplane/upjet v1.4.0-rc.0.0.20240508134714-03a207b6416a h1:VSpJnOWhWPz0sc9Qnp1st7jC49h8r4E9VYKi379I0lY=
704-
github.com/crossplane/upjet v1.4.0-rc.0.0.20240508134714-03a207b6416a/go.mod h1:3pDVtCgyBc5f2Zx4K5HEPxxhjndmOc5CHCJNpIivK/g=
703+
github.com/crossplane/upjet v1.4.0-rc.0.0.20240515193317-92d1af84d242 h1:ylmj67qVNh+AIDK+CH8BiXu41PlGSKBzAwMZApDEOds=
704+
github.com/crossplane/upjet v1.4.0-rc.0.0.20240515193317-92d1af84d242/go.mod h1:3pDVtCgyBc5f2Zx4K5HEPxxhjndmOc5CHCJNpIivK/g=
705705
github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=
706706
github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4=
707707
github.com/dave/jennifer v1.4.1 h1:XyqG6cn5RQsTj3qlWQTKlRGAyrTcsk1kUmWdZBzRjDw=

0 commit comments

Comments
 (0)