From 12b910ece1d99114f946c940d0878c40803120c5 Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Mon, 9 Mar 2020 12:18:44 +0100 Subject: [PATCH] release 0.2.1 preparation --- deploy/service.yaml | 2 +- go.mod | 2 +- go.sum | 2 ++ releasenotes/releasenotes_V0.2.1.md | 8 ++++++++ releasenotes/releasenotes_develop.md | 7 ------- 5 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 releasenotes/releasenotes_V0.2.1.md delete mode 100644 releasenotes/releasenotes_develop.md diff --git a/deploy/service.yaml b/deploy/service.yaml index 8f030a3..e426e74 100644 --- a/deploy/service.yaml +++ b/deploy/service.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: prometheus-sli-service - image: keptn/prometheus-sli-service:latest + image: keptn/prometheus-sli-service:0.2.1 ports: - containerPort: 8080 resources: diff --git a/go.mod b/go.mod index 57a8d91..084a46a 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/cloudevents/sdk-go v0.10.0 github.com/google/uuid v1.1.1 github.com/kelseyhightower/envconfig v1.4.0 - github.com/keptn/go-utils v0.6.0 + github.com/keptn/go-utils v0.6.1 github.com/stretchr/testify v1.4.0 golang.org/x/net v0.0.0-20191021144547-ec77196f6094 gopkg.in/yaml.v2 v2.2.4 diff --git a/go.sum b/go.sum index 9e2e0f6..4bd3329 100644 --- a/go.sum +++ b/go.sum @@ -216,6 +216,8 @@ github.com/keptn/go-utils v0.4.0/go.mod h1:R9a1HXkD+KCrhMFbLcEhtBtHGfYwXhO6dwZzm github.com/keptn/go-utils v0.5.0 h1:Wbl73vOCg2l+iZJ5jdQKUNNZE5PnSVmWmpWdShCPlOg= github.com/keptn/go-utils v0.6.0 h1:FTnr1tiGdIqWiUNccNw8KcTzrRDZSjif3v1KbJsAnQs= github.com/keptn/go-utils v0.6.0/go.mod h1:R9a1HXkD+KCrhMFbLcEhtBtHGfYwXhO6dwZzmyoE98c= +github.com/keptn/go-utils v0.6.1 h1:zpMDtWbrrp+C9R4A8fiBje720BQjsRLUb1NAWpHtIkI= +github.com/keptn/go-utils v0.6.1/go.mod h1:R9a1HXkD+KCrhMFbLcEhtBtHGfYwXhO6dwZzmyoE98c= github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY= github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= diff --git a/releasenotes/releasenotes_V0.2.1.md b/releasenotes/releasenotes_V0.2.1.md new file mode 100644 index 0000000..32fd35b --- /dev/null +++ b/releasenotes/releasenotes_V0.2.1.md @@ -0,0 +1,8 @@ +# Release Notes 0.2.1 + +## New Features + +## Fixed Issues +- Added additional checks for NaN values returned by Prometheus API + +## Known Limitations diff --git a/releasenotes/releasenotes_develop.md b/releasenotes/releasenotes_develop.md deleted file mode 100644 index bb2513d..0000000 --- a/releasenotes/releasenotes_develop.md +++ /dev/null @@ -1,7 +0,0 @@ -# Release Notes develop - -## New Features - -## Fixed Issues - -## Known Limitations