Skip to content

Commit ae8f2d0

Browse files
Merge pull request #727 from openstack-k8s-operators/openstack-dependency-bump/18.0-fr3
openstack-k8s-operators dependency bump branch: 18.0-fr3
2 parents 357f7aa + ae103fc commit ae8f2d0

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/onsi/ginkgo/v2 v2.20.1
77
github.com/onsi/gomega v1.34.1
8-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707175817-90c282a37a6b
8+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250730105425-ac390cdfa7a4
99
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250605082218-a58074898dd7
1010
github.com/rhobs/observability-operator v0.3.1
1111
k8s.io/api v0.29.15

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ github.com/onsi/ginkgo/v2 v2.20.1 h1:YlVIbqct+ZmnEph770q9Q7NVAz4wwIiVNahee6JyUzo
7272
github.com/onsi/ginkgo/v2 v2.20.1/go.mod h1:lG9ey2Z29hR41WMVthyJBGUBcBhGOtoPF2VFMvBXFCI=
7373
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
7474
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
75-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707175817-90c282a37a6b h1:jb/IUgCLxK94exWqe3tS3yzasOwpiXlCiEQObcaKCwo=
76-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707175817-90c282a37a6b/go.mod h1:HMeEFVPJOatbQQc4XcpVrF6BpCEOEq9EPG9jSxcyQXw=
75+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250730105425-ac390cdfa7a4 h1:MxkB4eTKuFHEcgJiYW3mfdj2WT/wk+jpJrHz+vpp9GY=
76+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250730105425-ac390cdfa7a4/go.mod h1:HMeEFVPJOatbQQc4XcpVrF6BpCEOEq9EPG9jSxcyQXw=
7777
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250605082218-a58074898dd7 h1:bx5LfMQHLnYE3QvY8aRXHVfgTwDROnTqH96UL84a9Mw=
7878
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250605082218-a58074898dd7/go.mod h1:P+7F1wiwZUxOy4myYXFyc/uBtGATDFpk3yAllXe1Vzk=
7979
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ require (
99
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.6
1010
github.com/onsi/ginkgo/v2 v2.20.1
1111
github.com/onsi/gomega v1.34.1
12-
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250707191808-82ee9e4bbc6d
13-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707175817-90c282a37a6b
14-
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250707142354-ec379a697068
12+
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250802061051-73792036f4f5
13+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250730105425-ac390cdfa7a4
14+
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250802062151-45fa5a3e74e3
1515
github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20250605082218-a58074898dd7
1616
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250605082218-a58074898dd7
17-
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250623172438-ee017ae3da75
17+
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250727093444-c8e058db9415
1818
github.com/openstack-k8s-operators/telemetry-operator/api v0.3.1-0.20240529090522-c780bd90b147
1919
github.com/rabbitmq/cluster-operator v1.14.0
2020
github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
7878
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
7979
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 h1:J1wuGhVxpsHykZBa6Beb1gQ96Ptej9AE/BvwCBiRj1E=
8080
github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094/go.mod h1:CxgbWAlvu2iQB0UmKTtRu1YfepRg1/vJ64n2DlIEVz4=
81-
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250707191808-82ee9e4bbc6d h1:Sdvh40ErCxe3mR5T8gTFbSYlJQiAcnkEW23Stz5A5pw=
82-
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250707191808-82ee9e4bbc6d/go.mod h1:3ZymwmQD4TKfpDeA/hmUzhfJAVHe38Xdw6qeG6BhgSI=
83-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707175817-90c282a37a6b h1:jb/IUgCLxK94exWqe3tS3yzasOwpiXlCiEQObcaKCwo=
84-
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250707175817-90c282a37a6b/go.mod h1:HMeEFVPJOatbQQc4XcpVrF6BpCEOEq9EPG9jSxcyQXw=
85-
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250707142354-ec379a697068 h1:4QJwnsjTFys8o5mhd8XvqLiS49d97yiYYdVmQx9gghY=
86-
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250707142354-ec379a697068/go.mod h1:LUVkTSbIDG6QYf3ukil+EQ45KFQSYcDUO+Q5aTrx6MA=
81+
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250802061051-73792036f4f5 h1:baButPbuxzwGNW3EFHXqJn/80l6QhfsxnLWk1mFI47k=
82+
github.com/openstack-k8s-operators/heat-operator/api v0.6.1-0.20250802061051-73792036f4f5/go.mod h1:TF9uauubr7uLGUcMuauY0i8vzDXra8TIR16pYp2UCr0=
83+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250730105425-ac390cdfa7a4 h1:MxkB4eTKuFHEcgJiYW3mfdj2WT/wk+jpJrHz+vpp9GY=
84+
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250730105425-ac390cdfa7a4/go.mod h1:HMeEFVPJOatbQQc4XcpVrF6BpCEOEq9EPG9jSxcyQXw=
85+
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250802062151-45fa5a3e74e3 h1:9i3CYXO7v8AM4bK2fw4D35hpEGLVqW23Oo6DVTIHpg8=
86+
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250802062151-45fa5a3e74e3/go.mod h1:vX20P9S0sM/T6+3hNwHrlRQSplTcCB+yIcjvYm4SDhE=
8787
github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20250605082218-a58074898dd7 h1:+xRLtYesgir4FQZd4J6Lg61+ZiPSfc1XGkpVqfoJ8AM=
8888
github.com/openstack-k8s-operators/lib-common/modules/ansible v0.6.1-0.20250605082218-a58074898dd7/go.mod h1:0bajRHochTUT6Ecfriw27l3vL0yezVrnUmt3bcIpu4w=
8989
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250605082218-a58074898dd7 h1:bx5LfMQHLnYE3QvY8aRXHVfgTwDROnTqH96UL84a9Mw=
@@ -92,8 +92,8 @@ github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.2025060
9292
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20250605082218-a58074898dd7/go.mod h1:nachFP0Yicw/e8ZlqZzvnBN6w9kjMcnqrhaDw36PGjw=
9393
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250605082218-a58074898dd7 h1:HvSxF3vi/iKqyI4tQZHtIsCHziXzntPiRsDj7XNMRgY=
9494
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250605082218-a58074898dd7/go.mod h1:U3LQ4Nz2+syTPfW66bSLv6OzefLpsqxWLdX9AFotRPA=
95-
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250623172438-ee017ae3da75 h1:DNylMsZhtc59dJaiQ4EAvl96ZxLK/syoDPFyL9A+xa8=
96-
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250623172438-ee017ae3da75/go.mod h1:FsXTlVNGH6gPBpsAJLJbO+jt1SS/gaMS0UJg5HbHOMM=
95+
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250727093444-c8e058db9415 h1:5YGjFOvL1VLPEODwb/Cabxs+Nxdjf6l/kmMias1vsck=
96+
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250727093444-c8e058db9415/go.mod h1:nzDydOoTwqUo0X8WGf+0G4pctB3k57qd53R7kixG6BU=
9797
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 h1:/7SnnHfGCH/dwuZFNUx54zw4cnwv2w6hjONq16aoowM=
9898
github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49/go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg=
9999
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=

0 commit comments

Comments
 (0)