Skip to content

Commit 57671bb

Browse files
committed
bump lib-common
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent 739f934 commit 57671bb

8 files changed

Lines changed: 32 additions & 20 deletions

api/bases/manila.openstack.org_manilaapis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ spec:
12441244
Annotations is an unstructured key value map stored with a resource that may be
12451245
set by external tools to store and retrieve arbitrary metadata. They are not
12461246
queryable and should be preserved when modifying objects.
1247-
More info: http://kubernetes.io/docs/user-guide/annotations
1247+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
12481248
type: object
12491249
labels:
12501250
additionalProperties:
@@ -1253,7 +1253,7 @@ spec:
12531253
Map of string keys and values that can be used to organize and categorize
12541254
(scope and select) objects. May match selectors of replication controllers
12551255
and services.
1256-
More info: http://kubernetes.io/docs/user-guide/labels
1256+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
12571257
type: object
12581258
type: object
12591259
spec:

api/bases/manila.openstack.org_manilas.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ spec:
12781278
Annotations is an unstructured key value map stored with a resource that may be
12791279
set by external tools to store and retrieve arbitrary metadata. They are not
12801280
queryable and should be preserved when modifying objects.
1281-
More info: http://kubernetes.io/docs/user-guide/annotations
1281+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
12821282
type: object
12831283
labels:
12841284
additionalProperties:
@@ -1287,7 +1287,7 @@ spec:
12871287
Map of string keys and values that can be used to organize and categorize
12881288
(scope and select) objects. May match selectors of replication controllers
12891289
and services.
1290-
More info: http://kubernetes.io/docs/user-guide/labels
1290+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
12911291
type: object
12921292
type: object
12931293
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/manila.openstack.org_manilaapis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ spec:
12441244
Annotations is an unstructured key value map stored with a resource that may be
12451245
set by external tools to store and retrieve arbitrary metadata. They are not
12461246
queryable and should be preserved when modifying objects.
1247-
More info: http://kubernetes.io/docs/user-guide/annotations
1247+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
12481248
type: object
12491249
labels:
12501250
additionalProperties:
@@ -1253,7 +1253,7 @@ spec:
12531253
Map of string keys and values that can be used to organize and categorize
12541254
(scope and select) objects. May match selectors of replication controllers
12551255
and services.
1256-
More info: http://kubernetes.io/docs/user-guide/labels
1256+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
12571257
type: object
12581258
type: object
12591259
spec:

config/crd/bases/manila.openstack.org_manilas.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ spec:
12781278
Annotations is an unstructured key value map stored with a resource that may be
12791279
set by external tools to store and retrieve arbitrary metadata. They are not
12801280
queryable and should be preserved when modifying objects.
1281-
More info: http://kubernetes.io/docs/user-guide/annotations
1281+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
12821282
type: object
12831283
labels:
12841284
additionalProperties:
@@ -1287,7 +1287,7 @@ spec:
12871287
Map of string keys and values that can be used to organize and categorize
12881288
(scope and select) objects. May match selectors of replication controllers
12891289
and services.
1290-
More info: http://kubernetes.io/docs/user-guide/labels
1290+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
12911291
type: object
12921292
type: object
12931293
spec:

go.mod

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

9696
// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag)
9797
replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250717122149-12f70b7f3d8d //allow-merging
98+
99+
replace github.com/openstack-k8s-operators/lib-common/modules/openstack => github.com/stuggi/lib-common/modules/openstack v0.0.0-20250916145703-2224c464ad15
100+
101+
replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15
102+
103+
replace github.com/openstack-k8s-operators/lib-common/modules/storage => github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15
104+
105+
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.20250905083405-40d18a7ca650 h1:n1s6jr8GJ6cn/1tjLVGPkTURb4ooHwjdS5YeppKdB0g=
8383
github.com/openstack-k8s-operators/keystone-operator/api v0.6.1-0.20250905083405-40d18a7ca650/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/rabbitmq-cluster-operator/v2 v2.6.1-0.20250717122149-12f70b7f3d8d h1:0KCWljk2IEJ+aWNK+RiGpIdu51KPXrYA5RfyUcV4Mb4=
@@ -114,6 +106,14 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
114106
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
115107
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
116108
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
109+
github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15 h1:ukJk2Horf4rCmI3/Jj/pNc8WiEbjp5OjcLpK2L06Kl0=
110+
github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15/go.mod h1:SmKRclrynSSRCXSLOoWlETalJPvt62ObHsfW8iPvtDA=
111+
github.com/stuggi/lib-common/modules/openstack v0.0.0-20250916145703-2224c464ad15 h1:PC1WjjPAiI55oP9UCx4h2kgDHCKgfA6R88HtbuQ+4T8=
112+
github.com/stuggi/lib-common/modules/openstack v0.0.0-20250916145703-2224c464ad15/go.mod h1:IO6+EHBk1Ttd4L8mfnMtG58cc36tDyvdxzCytn+hKeE=
113+
github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15 h1:pdOW/4BJ3QB3YkzrzRVr3SxGC5FHlFtSDxeEe0dY/3c=
114+
github.com/stuggi/lib-common/modules/storage v0.0.0-20250916145703-2224c464ad15/go.mod h1:WbDAhyvX2UTyK9LzYZKjRvEGdn2fsQJHUo5l2J5q/vg=
115+
github.com/stuggi/lib-common/modules/test v0.0.0-20250916145703-2224c464ad15 h1:lvr9bDVUgS+ztehA/GfF73fVlGxDsRDTvDoSAhPTbYo=
116+
github.com/stuggi/lib-common/modules/test v0.0.0-20250916145703-2224c464ad15/go.mod h1:rYrAP48GcxkxIN0lZ3AuocBFTE8TRmh6bqvg7B9pGRU=
117117
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
118118
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
119119
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)