release-v1.1.2-continued (#8294)

* v1.1.2 release

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>

* release-v1.1.2-continued

Co-authored-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
Long Wu Yuan 2022-03-05 01:18:52 +05:30 committed by GitHub
parent 73ff3e2128
commit fb72fcd817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 7436 additions and 1705 deletions

View file

@ -26,7 +26,7 @@ set -o pipefail
# with enough docs updates, this could be removed
# see # DEFAULT VERSION HANDLING
K8S_DEFAULT_VERSION=1.20
K8S_TARGET_VERSIONS=("1.19" "1.20" "1.21" "1.22")
K8S_TARGET_VERSIONS=("1.19" "1.20" "1.21" "1.22" "1.23")
DIR=$(cd $(dirname "${BASH_SOURCE}")/.. && pwd -P)