File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ entries :
2
+ - description : >
3
+ Add File-Based Catalog support for both `run bundle` and `run bundle-upgrade` subcommands.
4
+ Infer the image type and handle FBC scenarios accordingly for both commands. For FBC images,
5
+ Operator Registry APIs are called for rendering the bundle and/or the index image and serving these images
6
+ through the registry pod using a gRPC port. For images that are SQLite based,
7
+ `opm registry add` and `opm serve` commands will be called during the registry pod creation.
8
+ Support for these old opm commands will be deprecated and completely removed in the future.
9
+
10
+ # kind is one of:
11
+ # - addition
12
+ # - change
13
+ # - deprecation
14
+ # - removal
15
+ # - bugfix
16
+ kind: addition
17
+
18
+ # Is this a breaking change?
19
+ breaking: false
You can’t perform that action at this time.
0 commit comments