Skip to content

Commit 5b264ae

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

10 files changed

Lines changed: 36 additions & 26 deletions

api/bases/ironic.openstack.org_ironicapis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
Annotations is an unstructured key value map stored with a resource that may be
130130
set by external tools to store and retrieve arbitrary metadata. They are not
131131
queryable and should be preserved when modifying objects.
132-
More info: http://kubernetes.io/docs/user-guide/annotations
132+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
133133
type: object
134134
labels:
135135
additionalProperties:
@@ -138,7 +138,7 @@ spec:
138138
Map of string keys and values that can be used to organize and categorize
139139
(scope and select) objects. May match selectors of replication controllers
140140
and services.
141-
More info: http://kubernetes.io/docs/user-guide/labels
141+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
142142
type: object
143143
type: object
144144
spec:

api/bases/ironic.openstack.org_ironicinspectors.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ spec:
168168
Annotations is an unstructured key value map stored with a resource that may be
169169
set by external tools to store and retrieve arbitrary metadata. They are not
170170
queryable and should be preserved when modifying objects.
171-
More info: http://kubernetes.io/docs/user-guide/annotations
171+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
172172
type: object
173173
labels:
174174
additionalProperties:
@@ -177,7 +177,7 @@ spec:
177177
Map of string keys and values that can be used to organize and categorize
178178
(scope and select) objects. May match selectors of replication controllers
179179
and services.
180-
More info: http://kubernetes.io/docs/user-guide/labels
180+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
181181
type: object
182182
type: object
183183
spec:

api/bases/ironic.openstack.org_ironics.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ spec:
162162
Annotations is an unstructured key value map stored with a resource that may be
163163
set by external tools to store and retrieve arbitrary metadata. They are not
164164
queryable and should be preserved when modifying objects.
165-
More info: http://kubernetes.io/docs/user-guide/annotations
165+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
166166
type: object
167167
labels:
168168
additionalProperties:
@@ -171,7 +171,7 @@ spec:
171171
Map of string keys and values that can be used to organize and categorize
172172
(scope and select) objects. May match selectors of replication controllers
173173
and services.
174-
More info: http://kubernetes.io/docs/user-guide/labels
174+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
175175
type: object
176176
type: object
177177
spec:
@@ -690,7 +690,7 @@ spec:
690690
Annotations is an unstructured key value map stored with a resource that may be
691691
set by external tools to store and retrieve arbitrary metadata. They are not
692692
queryable and should be preserved when modifying objects.
693-
More info: http://kubernetes.io/docs/user-guide/annotations
693+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
694694
type: object
695695
labels:
696696
additionalProperties:
@@ -699,7 +699,7 @@ spec:
699699
Map of string keys and values that can be used to organize and categorize
700700
(scope and select) objects. May match selectors of replication controllers
701701
and services.
702-
More info: http://kubernetes.io/docs/user-guide/labels
702+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
703703
type: object
704704
type: object
705705
spec:

api/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ require (
7777
// mschuppert: map to latest commit from release-4.18 tag
7878
// must consistent within modules and service operators
7979
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e //allow-merging
80+
81+
replace github.com/openstack-k8s-operators/lib-common/modules/common => github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e h1:E1OdwSpqWuDPCedyU
7575
github.com/openshift/api v0.0.0-20250711200046-c86d80652a9e/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
7676
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250909143828-e33d35ffd64f h1:chuu4iBT5sXHYw8aPeP/pWC+S3yGo6hdy39foP7c5vs=
7777
github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20250909143828-e33d35ffd64f/go.mod h1:Dv8qpmBIQy3Jv/EyQnOyc0w61X8vyfxpjcIQONP5CwY=
78-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250823121217-7e1cd2e3dd03 h1:9VanDdvg1APf9B1nzGElLvWr6dM5GsSayMLSV/nJZnE=
79-
github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20250823121217-7e1cd2e3dd03/go.mod h1:Z+rmtn3qhuPZfx2EDVmloUh2MkYbvDMgcpJneRYerS0=
8078
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
8179
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
8280
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
@@ -98,6 +96,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
9896
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
9997
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
10098
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
99+
github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15 h1:ukJk2Horf4rCmI3/Jj/pNc8WiEbjp5OjcLpK2L06Kl0=
100+
github.com/stuggi/lib-common/modules/common v0.0.0-20250916145703-2224c464ad15/go.mod h1:SmKRclrynSSRCXSLOoWlETalJPvt62ObHsfW8iPvtDA=
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/ironic.openstack.org_ironicapis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
Annotations is an unstructured key value map stored with a resource that may be
130130
set by external tools to store and retrieve arbitrary metadata. They are not
131131
queryable and should be preserved when modifying objects.
132-
More info: http://kubernetes.io/docs/user-guide/annotations
132+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
133133
type: object
134134
labels:
135135
additionalProperties:
@@ -138,7 +138,7 @@ spec:
138138
Map of string keys and values that can be used to organize and categorize
139139
(scope and select) objects. May match selectors of replication controllers
140140
and services.
141-
More info: http://kubernetes.io/docs/user-guide/labels
141+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
142142
type: object
143143
type: object
144144
spec:

config/crd/bases/ironic.openstack.org_ironicinspectors.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ spec:
168168
Annotations is an unstructured key value map stored with a resource that may be
169169
set by external tools to store and retrieve arbitrary metadata. They are not
170170
queryable and should be preserved when modifying objects.
171-
More info: http://kubernetes.io/docs/user-guide/annotations
171+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
172172
type: object
173173
labels:
174174
additionalProperties:
@@ -177,7 +177,7 @@ spec:
177177
Map of string keys and values that can be used to organize and categorize
178178
(scope and select) objects. May match selectors of replication controllers
179179
and services.
180-
More info: http://kubernetes.io/docs/user-guide/labels
180+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
181181
type: object
182182
type: object
183183
spec:

config/crd/bases/ironic.openstack.org_ironics.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ spec:
162162
Annotations is an unstructured key value map stored with a resource that may be
163163
set by external tools to store and retrieve arbitrary metadata. They are not
164164
queryable and should be preserved when modifying objects.
165-
More info: http://kubernetes.io/docs/user-guide/annotations
165+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
166166
type: object
167167
labels:
168168
additionalProperties:
@@ -171,7 +171,7 @@ spec:
171171
Map of string keys and values that can be used to organize and categorize
172172
(scope and select) objects. May match selectors of replication controllers
173173
and services.
174-
More info: http://kubernetes.io/docs/user-guide/labels
174+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
175175
type: object
176176
type: object
177177
spec:
@@ -690,7 +690,7 @@ spec:
690690
Annotations is an unstructured key value map stored with a resource that may be
691691
set by external tools to store and retrieve arbitrary metadata. They are not
692692
queryable and should be preserved when modifying objects.
693-
More info: http://kubernetes.io/docs/user-guide/annotations
693+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
694694
type: object
695695
labels:
696696
additionalProperties:
@@ -699,7 +699,7 @@ spec:
699699
Map of string keys and values that can be used to organize and categorize
700700
(scope and select) objects. May match selectors of replication controllers
701701
and services.
702-
More info: http://kubernetes.io/docs/user-guide/labels
702+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
703703
type: object
704704
type: object
705705
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.20250730071847-837b07f8d72f h1:/e/jQu3GThcystmZFyzlQq6nOKpORQq84HhcbkKxAq4=
89-
github.com/openstack-k8s-operators/lib-common/modules/storage v0.6.1-0.20250730071847-837b07f8d72f/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)