Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
release 0.3.1 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
bacherfl committed Jan 21, 2020
1 parent 8dab554 commit 7c1a1d2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
version = "1.4.0"

[[constraint]]
version = "0.4.0"
version = "0.6.0"
name = "github.com/keptn/go-utils"

[[constraint]]
Expand Down
4 changes: 2 additions & 2 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: prometheus-service
image: keptn/prometheus-service:latest
image: keptn/prometheus-service:0.3.1
ports:
- containerPort: 8080
resources:
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
spec:
containers:
- name: distributor
image: keptn/distributor:latest
image: keptn/distributor:0.5.0
ports:
- containerPort: 8080
resources:
Expand Down
5 changes: 5 additions & 0 deletions releasenotes/releasenotes_V0.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release Notes 0.3.1

## New Features

- Minor changes related to the alerting rule setup for self healing use cases [#1185](https://github.com/keptn/keptn/issues/1185)

0 comments on commit 7c1a1d2

Please sign in to comment.