Skip to content

Commit

Permalink
Release v1.22.0 (#5876)
Browse files Browse the repository at this point in the history
* update supported OLM versions

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* update image version

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* update image version to 1.22.0

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>

* Release v1.22.0

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
  • Loading branch information
everettraven authored Jun 14, 2022
1 parent f34c12d commit d22830b
Show file tree
Hide file tree
Showing 35 changed files with 287 additions and 444 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL = /bin/bash
# This value must be updated to the release tag of the most recent release, a change that must
# occur in the release commit. IMAGE_VERSION will be removed once each subproject that uses this
# version is moved to a separate repo and release process.
export IMAGE_VERSION = v1.21.0
export IMAGE_VERSION = v1.22.0
# Build-time variables to inject into binaries
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)
export GIT_VERSION = $(shell git describe --dirty --tags --always)
Expand Down Expand Up @@ -42,7 +42,7 @@ generate: build # Generate CLI docs and samples
go generate ./...

.PHONY: bindata
OLM_VERSIONS = 0.18.3 0.19.1 0.20.0
OLM_VERSIONS = 0.19.1 0.20.0 0.21.2
bindata: ## Update project bindata
./hack/generate/olm_bindata.sh $(OLM_VERSIONS)
$(MAKE) fix
Expand Down
84 changes: 0 additions & 84 deletions changelog/fragments/anible-requierments.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions changelog/fragments/bugfix-run-bundle.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fragments/bundle-scorecard.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelog/fragments/deprecate-crdversionflag.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/fragments/hide-skip-tls.yaml

This file was deleted.

169 changes: 0 additions & 169 deletions changelog/fragments/k8s-1.24-bump.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions changelog/fragments/kb-800fdeec6e5c.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions changelog/fragments/sdk-fbc-run-bundle(-upgrade).yaml

This file was deleted.

Loading

0 comments on commit d22830b

Please sign in to comment.