Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
release 0.2.1 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
bacherfl committed Mar 9, 2020
1 parent b526792 commit 12b910e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
8 changes: 8 additions & 0 deletions releasenotes/releasenotes_V0.2.1.md
Original file line number Diff line number Diff line change
@@ -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
7 changes: 0 additions & 7 deletions releasenotes/releasenotes_develop.md

This file was deleted.

0 comments on commit 12b910e

Please sign in to comment.