Skip to content

Commit 3ff82d2

Browse files
authored
update olm bindata to 0.22.0 (#6000)
* also fix go-bindata install for go 1.18 Signed-off-by: jesus m. rodriguez <[email protected]> Signed-off-by: jesus m. rodriguez <[email protected]>
1 parent eee422a commit 3ff82d2

File tree

4 files changed

+71
-67
lines changed

4 files changed

+71
-67
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ generate: build # Generate CLI docs and samples
4343
go generate ./...
4444

4545
.PHONY: bindata
46-
OLM_VERSIONS = 0.19.1 0.20.0 0.21.2
46+
OLM_VERSIONS = 0.20.0 0.21.2 0.22.0
4747
bindata: ## Update project bindata
4848
./hack/generate/olm_bindata.sh $(OLM_VERSIONS)
4949
$(MAKE) fix
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# entries is a list of entries to include in
2+
# release notes and/or the migration guide
3+
entries:
4+
- description: >
5+
Update the supported OLM versions to 0.20.0, 0.21.2, 0.22.0
6+
7+
# kind is one of:
8+
# - addition
9+
# - change
10+
# - deprecation
11+
# - removal
12+
# - bugfix
13+
kind: "change"
14+
15+
# Is this a breaking change?
16+
breaking: false

hack/generate/olm_bindata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function generate_bindata() {
3838
delete_old_olmbindata
3939

4040
# get go-bindata tool
41-
go get -u github.com/go-bindata/go-bindata/...
41+
go install github.com/go-bindata/go-bindata/...@latest
4242

4343
mkdir olm-manifests
4444
for v in $@; do

internal/bindata/olm/manifests.go

Lines changed: 53 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)