feat(common): Release 2.0.0-beta.2 (#176)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2023-09-14 15:40:49 +02:00 committed by GitHub
parent ed407c00df
commit 9928235b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 1306 additions and 161 deletions

View file

@ -30,7 +30,15 @@ jobs:
matrix:
chart: ${{ fromJSON(inputs.chartsToTest) }}
k8s_version:
["v1.22.17", "v1.23.17", "v1.24.13", "v1.25.9", "v1.26.4", "v1.27.1"]
[
"v1.22.17",
"v1.23.17",
"v1.24.17",
"v1.25.13",
"v1.26.8",
"v1.27.5",
"v1.28.1",
]
fail-fast: false
steps:
- name: Checkout