Skip to content

Commit 9ed58a1

Browse files
committed
Bump upjet to commit 6d34eaf6314e
- We need to consume the fix from: crossplane/upjet#534 Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
1 parent 021ed04 commit 9ed58a1

4 files changed

Lines changed: 3 additions & 15 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/alecthomas/kingpin/v2 v2.4.0
1212
github.com/crossplane/crossplane-runtime/v2 v2.0.0-20250730220209-c306b1c8b181
1313
github.com/crossplane/crossplane-tools v0.0.0-20250731192036-00d407d8b7ec
14-
github.com/crossplane/upjet/v2 v2.0.0-20250804114937-4c6bfc216d3b
14+
github.com/crossplane/upjet/v2 v2.0.1-0.20251009142656-6d34eaf6314e
1515
github.com/google/go-cmp v0.7.0
1616
github.com/hashicorp/terraform-json v0.25.0
1717
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ github.com/crossplane/crossplane-runtime/v2 v2.0.0-20250730220209-c306b1c8b181 h
6565
github.com/crossplane/crossplane-runtime/v2 v2.0.0-20250730220209-c306b1c8b181/go.mod h1:pkd5UzmE8esaZAApevMutR832GjJ1Qgc5Ngr78ByxrI=
6666
github.com/crossplane/crossplane-tools v0.0.0-20250731192036-00d407d8b7ec h1:+51Et4UW8XrvGne8RAqn9qEIfhoqPXYqIp/kQvpMaAo=
6767
github.com/crossplane/crossplane-tools v0.0.0-20250731192036-00d407d8b7ec/go.mod h1:8etxwmP4cZwJDwen4+PQlnc1tggltAhEfyyigmdHulQ=
68-
github.com/crossplane/upjet/v2 v2.0.0-20250804114937-4c6bfc216d3b h1:Re1RUG4d2w4Lzybu79Br9tEQavX7PWoKAz+Y3M1PDOc=
69-
github.com/crossplane/upjet/v2 v2.0.0-20250804114937-4c6bfc216d3b/go.mod h1:nXboF68y9ZQRu39kZirQQiPL/BA4Afic17rEdHE+VQo=
68+
github.com/crossplane/upjet/v2 v2.0.1-0.20251009142656-6d34eaf6314e h1:EkUEIgE8HLw6tNydXkJTESqKtNlQ5/+Z1a8lQWdAFbw=
69+
github.com/crossplane/upjet/v2 v2.0.1-0.20251009142656-6d34eaf6314e/go.mod h1:nXboF68y9ZQRu39kZirQQiPL/BA4Afic17rEdHE+VQo=
7070
github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s=
7171
github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI=
7272
github.com/dave/jennifer v1.7.1 h1:B4jJJDHelWcDhlRQxWeo0Npa/pYKBLrirAQoTN45txo=

internal/controller/cluster/zz_monolith_setup.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -829,11 +829,8 @@ func Setup_monolith(mgr ctrl.Manager, o controller.Options) error {
829829
variablestring.Setup,
830830
webhook.Setup,
831831
resourcegroup.Setup,
832-
resourcegroup.Setup,
833-
resourceproviderregistration.Setup,
834832
resourceproviderregistration.Setup,
835833
subscriptionazure.Setup,
836-
subscriptionazure.Setup,
837834
cluster.Setup,
838835
botchannelalexa.Setup,
839836
botchanneldirectline.Setup,
@@ -1559,11 +1556,8 @@ func SetupGated_monolith(mgr ctrl.Manager, o controller.Options) error {
15591556
variablestring.SetupGated,
15601557
webhook.SetupGated,
15611558
resourcegroup.SetupGated,
1562-
resourcegroup.SetupGated,
1563-
resourceproviderregistration.SetupGated,
15641559
resourceproviderregistration.SetupGated,
15651560
subscriptionazure.SetupGated,
1566-
subscriptionazure.SetupGated,
15671561
cluster.SetupGated,
15681562
botchannelalexa.SetupGated,
15691563
botchanneldirectline.SetupGated,

internal/controller/namespaced/zz_monolith_setup.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -829,11 +829,8 @@ func Setup_monolith(mgr ctrl.Manager, o controller.Options) error {
829829
variablestring.Setup,
830830
webhook.Setup,
831831
resourcegroup.Setup,
832-
resourcegroup.Setup,
833-
resourceproviderregistration.Setup,
834832
resourceproviderregistration.Setup,
835833
subscriptionazure.Setup,
836-
subscriptionazure.Setup,
837834
cluster.Setup,
838835
botchannelalexa.Setup,
839836
botchanneldirectline.Setup,
@@ -1559,11 +1556,8 @@ func SetupGated_monolith(mgr ctrl.Manager, o controller.Options) error {
15591556
variablestring.SetupGated,
15601557
webhook.SetupGated,
15611558
resourcegroup.SetupGated,
1562-
resourcegroup.SetupGated,
1563-
resourceproviderregistration.SetupGated,
15641559
resourceproviderregistration.SetupGated,
15651560
subscriptionazure.SetupGated,
1566-
subscriptionazure.SetupGated,
15671561
cluster.SetupGated,
15681562
botchannelalexa.SetupGated,
15691563
botchanneldirectline.SetupGated,

0 commit comments

Comments
 (0)