From 116315f81f9756c86cd22a1e4b9366cfc3606780 Mon Sep 17 00:00:00 2001 From: Erik Wilson Date: Fri, 20 Sep 2019 10:43:22 -0700 Subject: [PATCH] Upgrade sonobuoy to 0.16.0 --- Dockerfile.sonobuoy.dapper | 2 +- scripts/sonobuoy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.sonobuoy.dapper b/Dockerfile.sonobuoy.dapper index e223727555..c57c48004e 100644 --- a/Dockerfile.sonobuoy.dapper +++ b/Dockerfile.sonobuoy.dapper @@ -2,7 +2,7 @@ FROM golang:1.12.9-alpine3.10 RUN apk -U --no-cache add bash git docker curl jq coreutils RUN go get -d github.com/heptio/sonobuoy && \ - git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.15.0 && \ + git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.16.0 && \ go install github.com/heptio/sonobuoy RUN rm -rf /go/src /go/pkg diff --git a/scripts/sonobuoy b/scripts/sonobuoy index 4c5bdbfa8c..61bdfa55d7 100755 --- a/scripts/sonobuoy +++ b/scripts/sonobuoy @@ -169,7 +169,7 @@ K3S_PORT=$(timeout --foreground 5s bash -c get-port) OUTPUT=$(pwd)/sonobuoy-output/${K3S_PORT} LOGS=$(pwd)/logs/$$ E2E="${OUTPUT}/e2e" -E2E_LOG="plugins/e2e/results/e2e.log" +E2E_LOG="plugins/e2e/results/global/e2e.log" RESULTS="${E2E}/${E2E_LOG}" mkdir -p ${OUTPUT}