Skip to content

Commit

Permalink
Update OLM bindata to add OLM v0.23.1 (#6283)
Browse files Browse the repository at this point in the history
Signed-off-by: Catherine Chan-Tse <[email protected]>
  • Loading branch information
oceanc80 authored Feb 2, 2023
1 parent 12cbf79 commit 32401d1
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ generate: build # Generate CLI docs and samples
go generate ./...

.PHONY: bindata
OLM_VERSIONS = 0.20.0 0.21.2 0.22.0
OLM_VERSIONS = 0.21.2 0.22.0 0.23.1
bindata: ## Update project bindata
./hack/generate/olm_bindata.sh $(OLM_VERSIONS)
$(MAKE) fix
Expand Down
111 changes: 61 additions & 50 deletions internal/bindata/olm/manifests.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/bindata/olm/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
package olm

var availableVersions = map[string]struct{}{
"0.20.0": {},
"0.21.2": {},
"0.22.0": {},
"0.23.1": {},
}

// HasVersion returns whether version maps to released OLM manifests as bindata.
Expand Down
2 changes: 1 addition & 1 deletion internal/testutils/olm.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
OlmVersionForTestSuite = "0.22.0"
OlmVersionForTestSuite = "0.23.1"
)

var makefilePackagemanifestsFragment = `
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/docs/overview/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ By project type (replace `${IMAGE_VERSION}` with base image version in your proj

Operator SDK officially supports the latest 3 minor versions of OLM present at the time of a given Operator SDK release. These versions of OLM manifests are packaged with the SDK binary in the form of `bindata` to support low-latency installations of OLM with [`operator-sdk olm install`][olm-install-cmd]. Any other version installed with this command may work but is not tested nor officially supported.

Currently, the officially supported OLM Versions are: 0.20.0, 0.21.2, and 0.22.0
Currently, the officially supported OLM Versions are: 0.21.2, 0.22.0, and 0.23.1

## Platform support

Expand Down

0 comments on commit 32401d1

Please sign in to comment.