Skip to content

Commit a390627

Browse files
committed
bump lib-common
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent c4c75a5 commit a390627

6 files changed

Lines changed: 28 additions & 16 deletions

File tree

api/bases/neutron.openstack.org_neutronapis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ spec:
12671267
Annotations is an unstructured key value map stored with a resource that may be
12681268
set by external tools to store and retrieve arbitrary metadata. They are not
12691269
queryable and should be preserved when modifying objects.
1270-
More info: http://kubernetes.io/docs/user-guide/annotations
1270+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
12711271
type: object
12721272
labels:
12731273
additionalProperties:
@@ -1276,7 +1276,7 @@ spec:
12761276
Map of string keys and values that can be used to organize and categorize
12771277
(scope and select) objects. May match selectors of replication controllers
12781278
and services.
1279-
More info: http://kubernetes.io/docs/user-guide/labels
1279+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
12801280
type: object
12811281
type: object
12821282
spec:

api/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ require (
6969
// mschuppert: map to latest commit from release-4.18 tag
7070
// must consistent within modules and service operators
7171
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e //allow-merging
72+
73+
replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15
74+
75+
replace github.com/openstack-k8s-operators/lib-common/modules/storage => github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15

api/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
7373
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
7474
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250909143828-e33d35ffd64f h1:chuu4iBT5sXHYw8aPeP/pWC+S3yGo6hdy39foP7c5vs=
7575
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250909143828-e33d35ffd64f/go.mod h1:Dv8qpmBIQy3Jv/EyQnOyc0w61X8vyfxpjcIQONP5CwY=
76-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250823121217-7e1cd2e3dd03 h1:9VanDdvg1APf9B1nzGElLvWr6dM5GsSayMLSV/nJZnE=
77-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250823121217-7e1cd2e3dd03/go.mod h1:Z+rmtn3qhuPZfx2EDVmloUh2MkYbvDMgcpJneRYerS0=
78-
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250823121217-7e1cd2e3dd03 h1:DrKbzsweRx8VBNb5ur+/XcHSi+MR3VdzCsIEXYGc5SM=
79-
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250823121217-7e1cd2e3dd03/go.mod h1:U3LQ4Nz2+syTPfW66bSLv6OzefLpsqxWLdX9AFotRPA=
8076
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
8177
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
8278
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -98,6 +94,10 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
9894
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
9995
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
10096
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
97+
github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15 h1:ukJk2Horf4rCmI3/Jj/pNc8WiEbjp5OjcLpK2L06Kl0=
98+
github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15/go.mod h1:SmKRclrynSSRCXSLOoWlETalJPvt62ObHsfW8iPvtDA=
99+
github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15 h1:pdOW/4BJ3QB3YkzrzRVr3SxGC5FHlFtSDxeEe0dY/3c=
100+
github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15/go.mod h1:WbDAhyvX2UTyK9LzYZKjRvEGdn2fsQJHUo5l2J5q/vg=
101101
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
102102
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
103103
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

config/crd/bases/neutron.openstack.org_neutronapis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ spec:
12671267
Annotations is an unstructured key value map stored with a resource that may be
12681268
set by external tools to store and retrieve arbitrary metadata. They are not
12691269
queryable and should be preserved when modifying objects.
1270-
More info: http://kubernetes.io/docs/user-guide/annotations
1270+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
12711271
type: object
12721272
labels:
12731273
additionalProperties:
@@ -1276,7 +1276,7 @@ spec:
12761276
Map of string keys and values that can be used to organize and categorize
12771277
(scope and select) objects. May match selectors of replication controllers
12781278
and services.
1279-
More info: http://kubernetes.io/docs/user-guide/labels
1279+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
12801280
type: object
12811281
type: object
12821282
spec:

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,11 @@ replace github.com/openshift/api => github.com/openshift/api v0.0.0-202507112000
9393

9494
// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag)
9595
replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250717122149-12f70b7f3d8d //allow-merging
96+
97+
replace github.com/openstack-k8s-operators/lib-common/modules/openstack => github.com/stuggi/lib-common/modules/openstack v0.0.0-20250916145703-2224c464ad15
98+
99+
replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15
100+
101+
replace github.com/openstack-k8s-operators/lib-common/modules/storage => github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15
102+
103+
replace github.com/openstack-k8s-operators/lib-common/modules/test => github.com/stuggi/lib-common/modules/test v0.0.0-20250916145703-2224c464ad15

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250909143828-e
8181
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250909143828-e33d35ffd64f/go.mod h1:Dv8qpmBIQy3Jv/EyQnOyc0w61X8vyfxpjcIQONP5CwY=
8282
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250823150446-aa5dac847cf1 h1:LM953646RkmGf3mLAyNk+zmcFNnFpMLDCkjSdvossSE=
8383
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250823150446-aa5dac847cf1/go.mod h1:G6BkoPfgALryMlOZwIH036iSWUMiDJQAYL1lXuLyPZ0=
84-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250823121217-7e1cd2e3dd03 h1:9VanDdvg1APf9B1nzGElLvWr6dM5GsSayMLSV/nJZnE=
85-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250823121217-7e1cd2e3dd03/go.mod h1:Z+rmtn3qhuPZfx2EDVmloUh2MkYbvDMgcpJneRYerS0=
86-
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20250730071847-837b07f8d72f h1:nGYLHcpM7EjiSzN4bmiLZbxty9u0k0Qzvkqn+1s1TF0=
87-
github.com/openstack-k8s-operators/lib-common/modules/openstack v0.6.1-0.20250730071847-837b07f8d72f/go.mod h1:nachFP0Yicw/e8ZlqZzvnBN6w9kjMcnqrhaDw36PGjw=
88-
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250823121217-7e1cd2e3dd03 h1:DrKbzsweRx8VBNb5ur+/XcHSi+MR3VdzCsIEXYGc5SM=
89-
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250823121217-7e1cd2e3dd03/go.mod h1:U3LQ4Nz2+syTPfW66bSLv6OzefLpsqxWLdX9AFotRPA=
90-
github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20250823121217-7e1cd2e3dd03 h1:PEDnEmWK80W8PdsQUX+z42ScN0i/EA5gDE44ya6VUGw=
91-
github.com/openstack-k8s-operators/lib-common/modules/test v0.6.1-0.20250823121217-7e1cd2e3dd03/go.mod h1:L3t8ty8BYur+yQC4EbxolVOU85A62oxODM5rMApOwfc=
9284
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250823120533-e98cf8957b16 h1:h/jpz9nslS/9glSbCDBxWObSuhnd3lW6No8wA0Z3MHE=
9385
github.com/openstack-k8s-operators/mariadb-operator/api v0.6.1-0.20250823120533-e98cf8957b16/go.mod h1:2I8YZyKvq2ACOnIBFpdUd9TdIaI2yeDu/9VC0HRDfPo=
9486
github.com/openstack-k8s-operators/ovn-operator/api v0.6.1-0.20250828073108-c02cee1ada01 h1:BGhgPbfSG1yim1BKF72CHYiIKCIH3CIG915Dhv1oII8=
@@ -116,6 +108,14 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
116108
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
117109
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
118110
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
111+
github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15 h1:ukJk2Horf4rCmI3/Jj/pNc8WiEbjp5OjcLpK2L06Kl0=
112+
github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15/go.mod h1:SmKRclrynSSRCXSLOoWlETalJPvt62ObHsfW8iPvtDA=
113+
github.com/stuggi/lib-common/modules/openstack v0.0.0-20250916145703-2224c464ad15 h1:PC1WjjPAiI55oP9UCx4h2kgDHCKgfA6R88HtbuQ+4T8=
114+
github.com/stuggi/lib-common/modules/openstack v0.0.0-20250916145703-2224c464ad15/go.mod h1:IO6+EHBk1Ttd4L8mfnMtG58cc36tDyvdxzCytn+hKeE=
115+
github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15 h1:pdOW/4BJ3QB3YkzrzRVr3SxGC5FHlFtSDxeEe0dY/3c=
116+
github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15/go.mod h1:WbDAhyvX2UTyK9LzYZKjRvEGdn2fsQJHUo5l2J5q/vg=
117+
github.com/stuggi/lib-common/modules/test v0.0.0-20250916145703-2224c464ad15 h1:lvr9bDVUgS+ztehA/GfF73fVlGxDsRDTvDoSAhPTbYo=
118+
github.com/stuggi/lib-common/modules/test v0.0.0-20250916145703-2224c464ad15/go.mod h1:rYrAP48GcxkxIN0lZ3AuocBFTE8TRmh6bqvg7B9pGRU=
119119
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
120120
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
121121
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)