Skip to content

Commit 02d7f06

Browse files
committed
Release 2.1.0
1 parent 5554508 commit 02d7f06

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

charts/podinfo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
version: 2.0.2
3-
appVersion: 2.0.2
2+
version: 2.1.0
3+
appVersion: 2.1.0
44
name: podinfo
55
engine: gotpl
66
description: Podinfo Helm chart for Kubernetes

charts/podinfo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ faults:
1212

1313
image:
1414
repository: quay.io/stefanprodan/podinfo
15-
tag: 2.0.2
15+
tag: 2.1.0
1616
pullPolicy: IfNotPresent
1717

1818
service:

kustomize/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
spec:
2525
containers:
2626
- name: podinfod
27-
image: quay.io/stefanprodan/podinfo:2.0.2
27+
image: quay.io/stefanprodan/podinfo:2.1.0
2828
imagePullPolicy: IfNotPresent
2929
ports:
3030
- containerPort: 9898

pkg/api/docs/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
22
// This file was generated by swaggo/swag at
3-
// 2019-08-07 15:19:14.198371 +0300 EEST m=+0.021097345
3+
// 2019-08-07 15:52:23.918713 +0300 EEST m=+0.023438272
44

55
package docs
66

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

3-
var VERSION = "2.0.2"
3+
var VERSION = "2.1.0"
44
var REVISION = "unknown"

ui/vue.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ <h1 class="white--text mb-2 display-1 text-xs-center">${ info.message }</h1>
5959
Powered
6060
by <a class="white--text" href="https://github.com/stefanprodan/podinfo" target="_blank">podinfo</a>
6161
version ${ info.version } revision ${ info.revision }
62+
Swagger <a class="white--text" href="swagger/">docs</a>
6263
</div>
6364
</v-flex>
6465
</v-layout>

0 commit comments

Comments
 (0)