Skip to content

Commit 15d1d93

Browse files
Merge pull request #212 from openshift-bot/synchronize-upstream
NO-ISSUE: Synchronize From Upstream Repositories
2 parents afe6c1e + 4ea5415 commit 15d1d93

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

commitchecker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
expectedMergeBase: 610fff9d801885aff21e25ad9a99066274a4bfed
1+
expectedMergeBase: 45f86cbcb2ffb3121d3708d6e33732427a339460
22
upstreamBranch: main
33
upstreamOrg: operator-framework
44
upstreamRepo: operator-controller

docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ For more details on the evolution of OLM and the roadmap for v1, explore the fol
3737

3838
- [Multi-Tenancy Challenges, Lessons Learned, and Design Shifts](project/olmv1_design_decisions.md)
3939
- [OLM v1 Roadmap](project/olmv1_roadmap.md)
40+
41+
## Can I Migrate from OLMv0 to OLMv1?
42+
43+
There is currently no concrete migration strategy due to the [conceptual differences between OLMv0 and OLMv1](project/olmv1_design_decisions.md).
44+
OLMv1, as of writing, supports a subset of the existing content supported by OLMv0.
45+
For more information regarding the current limitations of OLMv1, see [limitations](project/olmv1_limitations.md).
46+
47+
If your current usage of OLMv0 is compatible with the limitations and expectations of OLMv1, you may be able to manually
48+
transition to using OLMv1 following the standard workflows we have documented.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,4 @@ require (
249249
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
250250
)
251251

252-
replace github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20241210193825-501e68b2d094
252+
replace github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20241212132220-31acec5f2bd4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE
533533
github.com/opencontainers/runtime-spec v1.2.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
534534
github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 h1:eTNDkNRNV5lZvUbVM9Nop0lBcljSnA8rZX6yQPZ0ZnU=
535535
github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11/go.mod h1:EmVJt97N+pfWFsli/ipXTBZqSG5F5KGQhm3c3IsGq1o=
536-
github.com/openshift/operator-framework-catalogd v0.0.0-20241210193825-501e68b2d094 h1:0nwVMSQ7FOHTrOTNT6JnkTYD9qsPIstQHorCKVMgEBg=
537-
github.com/openshift/operator-framework-catalogd v0.0.0-20241210193825-501e68b2d094/go.mod h1:ERq4C2ksfkf3wu3XmtGP2fIkBSqS6LfaHhtcSEcU7Ww=
536+
github.com/openshift/operator-framework-catalogd v0.0.0-20241212132220-31acec5f2bd4 h1:ErjJ04t5nVaMK6GO0otYqH31qH25z2Vb3yxN7/QHddQ=
537+
github.com/openshift/operator-framework-catalogd v0.0.0-20241212132220-31acec5f2bd4/go.mod h1:ERq4C2ksfkf3wu3XmtGP2fIkBSqS6LfaHhtcSEcU7Ww=
538538
github.com/operator-framework/api v0.27.0 h1:OrVaGKZJvbZo58HTv2guz7aURkhVKYhFqZ/6VpifiXI=
539539
github.com/operator-framework/api v0.27.0/go.mod h1:lg2Xx+S8NQWGYlEOvFwQvH46E5EK5IrAIL7HWfAhciM=
540540
github.com/operator-framework/helm-operator-plugins v0.7.0 h1:YmtIWFc9BaNaDc5mk/dkG0P2BqPZOqpDvjWih5Fczuk=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ github.com/operator-framework/api/pkg/validation
780780
github.com/operator-framework/api/pkg/validation/errors
781781
github.com/operator-framework/api/pkg/validation/interfaces
782782
github.com/operator-framework/api/pkg/validation/internal
783-
# github.com/operator-framework/catalogd v1.0.0 => github.com/openshift/operator-framework-catalogd v0.0.0-20241210193825-501e68b2d094
783+
# github.com/operator-framework/catalogd v1.0.0 => github.com/openshift/operator-framework-catalogd v0.0.0-20241212132220-31acec5f2bd4
784784
## explicit; go 1.22.5
785785
github.com/operator-framework/catalogd/api/v1
786786
# github.com/operator-framework/helm-operator-plugins v0.7.0
@@ -2060,4 +2060,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
20602060
sigs.k8s.io/yaml
20612061
sigs.k8s.io/yaml/goyaml.v2
20622062
sigs.k8s.io/yaml/goyaml.v3
2063-
# github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20241210193825-501e68b2d094
2063+
# github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20241212132220-31acec5f2bd4

0 commit comments

Comments
 (0)