Skip to content

Commit 296a517

Browse files
Merge pull request #169 from dshchedr/cherry-pick-167-to-release-4.4
[release-4.4] Updating qe-tools to v0.1.6
2 parents e50ea37 + 06d1c14 commit 296a517

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
k8s.io/kubelet v0.0.0
3030
k8s.io/kubernetes v1.17.0
3131
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
32-
kubevirt.io/qe-tools v0.1.4
32+
kubevirt.io/qe-tools v0.1.6
3333
sigs.k8s.io/controller-runtime v0.4.0
3434
)
3535

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,8 +1196,8 @@ k8s.io/utils v0.0.0-20190801114015-581e00157fb1/go.mod h1:sZAwmy6armz5eXlNoLmJcl
11961196
k8s.io/utils v0.0.0-20190920012459-5008bf6f8cd6/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
11971197
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f h1:GiPwtSzdP43eI1hpPCbROQCCIgCuiMMNF8YUVLF3vJo=
11981198
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
1199-
kubevirt.io/qe-tools v0.1.4 h1:q4xvpLIyO6Ljl7u4Bu27EM2guNAuPolOqwCYJ2QeIik=
1200-
kubevirt.io/qe-tools v0.1.4/go.mod h1:PJyH/YXC4W0AmxfheDmXWMbLNsMSboVGXKpMAwfKzVE=
1199+
kubevirt.io/qe-tools v0.1.6 h1:S6z9CATmgV2/z9CWetij++Rhu7l/Z4ObZqerLdNMo0Y=
1200+
kubevirt.io/qe-tools v0.1.6/go.mod h1:PJyH/YXC4W0AmxfheDmXWMbLNsMSboVGXKpMAwfKzVE=
12011201
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
12021202
modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
12031203
modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k=

vendor/kubevirt.io/qe-tools/pkg/ginkgo-reporters/README.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/kubevirt.io/qe-tools/pkg/ginkgo-reporters/polarion_reporter.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ k8s.io/utils/pointer
454454
k8s.io/utils/buffer
455455
k8s.io/utils/trace
456456
k8s.io/utils/integer
457-
# kubevirt.io/qe-tools v0.1.4
457+
# kubevirt.io/qe-tools v0.1.6
458458
kubevirt.io/qe-tools/pkg/ginkgo-reporters
459459
kubevirt.io/qe-tools/pkg/polarion-xml
460460
# sigs.k8s.io/controller-runtime v0.4.0

0 commit comments

Comments
 (0)