From 66d9d12afd20d76dd1b42a4f763bbfa871eba129 Mon Sep 17 00:00:00 2001 From: Christian Kreuzberger Date: Fri, 21 May 2021 17:17:33 +0200 Subject: [PATCH] Upgrade to Keptn 0.8.3 Signed-off-by: Christian Kreuzberger --- README.md | 2 +- deploy/service.yaml | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a01d6b7..9851796 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # README -This is a Keptn Service Template written in GoLang. +This is a Keptn Service Template written in GoLang. Follow the instructions below for writing your own Keptn integration. Quick start: diff --git a/deploy/service.yaml b/deploy/service.yaml index fb31518..8a39c30 100644 --- a/deploy/service.yaml +++ b/deploy/service.yaml @@ -24,7 +24,7 @@ spec: - name: CONFIGURATION_SERVICE value: 'http://configuration-service:8080' - name: distributor - image: keptn/distributor:0.8.2 + image: keptn/distributor:0.8.3 livenessProbe: httpGet: path: /health diff --git a/go.mod b/go.mod index 4d239a8..6d01b29 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.16 require ( github.com/cloudevents/sdk-go/v2 v2.3.1 github.com/kelseyhightower/envconfig v1.4.0 - github.com/keptn/go-utils v0.8.4-0.20210518063017-f63f77f4c41e + github.com/keptn/go-utils v0.8.4 github.com/mitchellh/mapstructure v1.2.2 // indirect github.com/onsi/ginkgo v1.12.0 // indirect github.com/onsi/gomega v1.9.0 // indirect diff --git a/go.sum b/go.sum index f8c04a3..48cded7 100644 --- a/go.sum +++ b/go.sum @@ -92,8 +92,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y= github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8= github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg= -github.com/keptn/go-utils v0.8.4-0.20210518063017-f63f77f4c41e h1:neuqa2utYRv7gjlZYCu2sLviV0Z2DyMiUxYvw7pHKjQ= -github.com/keptn/go-utils v0.8.4-0.20210518063017-f63f77f4c41e/go.mod h1:8cm/j/fPLl+qpSIDyyw5WVqT7W6W/ZlsAtMv8dLKtPU= +github.com/keptn/go-utils v0.8.4 h1:v+Wlpw5iD8hauW1nnAt7yKF5+QYEKibljQSozgKouQY= +github.com/keptn/go-utils v0.8.4/go.mod h1:8cm/j/fPLl+qpSIDyyw5WVqT7W6W/ZlsAtMv8dLKtPU= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=