Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.53 #2

Closed
wants to merge 44 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
ac33eb4
multiqueue: Accept specs with MQ, and without explicit interfaces
oshoval Mar 23, 2022
1327930
Fix root to nonroot migration
xpivarc May 5, 2022
8aca9ed
Merge pull request #7701 from kubevirt-bot/cherry-pick-7691-to-releas…
kubevirt-bot May 9, 2022
6b46687
added test_ids
akri3i May 6, 2022
a39e69a
Virt TMP testcase
akri3i May 4, 2022
1d77db7
Merge pull request #7716 from kubevirt-bot/cherry-pick-7699-to-releas…
kubevirt-bot May 10, 2022
fac0d2f
non-root: use /var/run/kubevirt-private for cache and config files
jean-edouard May 9, 2022
51aa5ec
Merge pull request #7717 from kubevirt-bot/cherry-pick-7677-to-releas…
kubevirt-bot May 11, 2022
a1e8370
Handle virtctl guestfs incorrectly assuming image name
akalenyu Apr 19, 2022
1351efc
Add permissions for /guestfs and make generate
akalenyu Apr 19, 2022
6f7a541
Remove assumption in changeOwnershipOfBlockDevices
xpivarc Apr 12, 2022
b7da670
Increase memory in upgrade test
xpivarc May 12, 2022
f7ff8bc
Merge pull request #7746 from kubevirt-bot/cherry-pick-7731-to-releas…
kubevirt-bot May 16, 2022
752b2eb
Consume prometheus image from quay
xpivarc Apr 6, 2022
a8c5026
Fix kubevirt_virt_operator_ready_total
xpivarc Apr 6, 2022
0806e6c
Fix prom-rules-verify
xpivarc Apr 6, 2022
d9488bd
Merge pull request #7749 from kubevirt-bot/cherry-pick-7529-to-releas…
kubevirt-bot May 16, 2022
73cbab0
Merge pull request #7721 from kubevirt-bot/cherry-pick-7713-to-releas…
kubevirt-bot May 18, 2022
10b12c0
Make names of access tests around test_id:2921 unique
dhiller May 3, 2022
f031f1f
Merge pull request #7759 from kubevirt-bot/cherry-pick-7673-to-releas…
kubevirt-bot May 18, 2022
9ea9cf1
Add a single-replica skip to a multi-replica test
jean-edouard Mar 10, 2022
b4a435a
Skip migration test when migration is not possible
jean-edouard Apr 1, 2022
3be165f
Skip virt-controller PDB test on single-replica environments
jean-edouard Apr 4, 2022
4fe15a2
Skip swap migration tests when migration is not possible
jean-edouard Apr 5, 2022
6297417
Move virt-handler container arguments from command to args
jean-edouard Apr 7, 2022
10595a5
Adjust test 6308 to avoid removing all environment variables
jean-edouard Apr 7, 2022
49f61ab
Adjust migration and replicas tests for single-node environments
jean-edouard Apr 8, 2022
1e11435
Skip canary test when less that 2 nodes are present
jean-edouard Apr 8, 2022
f5d12c4
Add missing global skips for the single-node lane
jean-edouard Apr 13, 2022
31bbc13
Print stack trace on functest failure
jean-edouard Apr 21, 2022
bd15e20
tests: simplify parseDaemonSet()
jean-edouard May 12, 2022
7021fb0
operator tests: couple of logic fixes
jean-edouard May 13, 2022
6ecb46c
operator tests: re-install testing manifests on update
jean-edouard May 13, 2022
822fe6c
virt-launcher overhead: bump virtlogd and add logs to functest
jean-edouard May 5, 2022
794f8ee
tests: refactor virt-launcher overhead test
jean-edouard May 5, 2022
d2b718c
k8s reporter: Remove dumping of sriov operator
oshoval May 4, 2022
92ba958
k8s reporter: Remove lspci command from virt-launcher
oshoval May 4, 2022
4858288
k8s reporter: Fix broken command
oshoval May 8, 2022
c9e7a07
Merge pull request #7777 from kubevirt-bot/cherry-pick-7685-to-releas…
kubevirt-bot May 19, 2022
5b7e3f9
Merge pull request #7773 from jean-edouard/release-0.53-singleleader
kubevirt-bot May 19, 2022
93ea239
Merge pull request #7684 from kubevirt-bot/cherry-pick-7432-to-releas…
kubevirt-bot May 20, 2022
1feee2c
Merge pull request #7726 from kubevirt-bot/cherry-pick-7592-to-releas…
kubevirt-bot May 20, 2022
8124dd6
Merge pull request #7737 from kubevirt-bot/cherry-pick-7564-to-releas…
kubevirt-bot May 20, 2022
e371270
Merge pull request #7778 from kubevirt-bot/cherry-pick-7706-to-releas…
kubevirt-bot May 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix prom-rules-verify
Allow running the rule on SELinux enabled system

Signed-off-by: L. Pivarc <[email protected]>
  • Loading branch information
xpivarc authored and kubevirt-bot committed May 16, 2022
commit 0806e6c25b6223cd9860b5b10fdadeebea6fef93
2 changes: 1 addition & 1 deletion hack/prom-rule-ci/verify-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function unit_test() {
local tests_file="${2:?}"

${KUBEVIRT_CRI} run --rm --entrypoint=/bin/promtool \
-v "$tests_file":/tmp/rules.test:ro \
-v "$tests_file":/tmp/rules.test:Z \
-v "$target_file":/tmp/rules.verify:ro \
"$PROM_IMAGE" \
test rules /tmp/rules.test
Expand Down