Skip to content

Commit d22830b

Browse files
authored
Release v1.22.0 (#5876)
* update supported OLM versions Signed-off-by: Bryce Palmer <[email protected]> * update image version Signed-off-by: Bryce Palmer <[email protected]> * update image version to 1.22.0 Signed-off-by: Bryce Palmer <[email protected]> * Release v1.22.0 Signed-off-by: Bryce Palmer <[email protected]>
1 parent f34c12d commit d22830b

File tree

35 files changed

+287
-444
lines changed

35 files changed

+287
-444
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL = /bin/bash
44
# This value must be updated to the release tag of the most recent release, a change that must
55
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
66
# version is moved to a separate repo and release process.
7-
export IMAGE_VERSION = v1.21.0
7+
export IMAGE_VERSION = v1.22.0
88
# Build-time variables to inject into binaries
99
export SIMPLE_VERSION = $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git)
1010
export GIT_VERSION = $(shell git describe --dirty --tags --always)
@@ -42,7 +42,7 @@ generate: build # Generate CLI docs and samples
4242
go generate ./...
4343

4444
.PHONY: bindata
45-
OLM_VERSIONS = 0.18.3 0.19.1 0.20.0
45+
OLM_VERSIONS = 0.19.1 0.20.0 0.21.2
4646
bindata: ## Update project bindata
4747
./hack/generate/olm_bindata.sh $(OLM_VERSIONS)
4848
$(MAKE) fix

changelog/fragments/anible-requierments.yaml

Lines changed: 0 additions & 84 deletions
This file was deleted.

changelog/fragments/bugfix-run-bundle.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

changelog/fragments/bundle-scorecard.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/fragments/deprecate-crdversionflag.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

changelog/fragments/hide-skip-tls.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/fragments/k8s-1.24-bump.yaml

Lines changed: 0 additions & 169 deletions
This file was deleted.

changelog/fragments/kb-800fdeec6e5c.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

changelog/fragments/sdk-fbc-run-bundle(-upgrade).yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)