Skip to content

Commit 11bc039

Browse files
committedNov 28, 2018
Release v0.1.1
1 parent 9a29ea6 commit 11bc039

File tree

7 files changed

+20
-8
lines changed

7 files changed

+20
-8
lines changed
 

‎artifacts/flagger/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
serviceAccountName: flagger
2323
containers:
2424
- name: flagger
25-
image: quay.io/stefanprodan/flagger:0.1.1-alpha.0
25+
image: quay.io/stefanprodan/flagger:0.1.1
2626
imagePullPolicy: Always
2727
ports:
2828
- name: http

‎charts/flagger/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: flagger
33
version: 0.1.1
4-
appVersion: 0.1.1-alpha.0
4+
appVersion: 0.1.1
55
description: Flagger is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
66
home: https://github.com/stefanprodan/flagger

‎charts/flagger/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
image:
44
repository: quay.io/stefanprodan/flagger
5-
tag: 0.1.1-alpha.0
5+
tag: 0.1.1
66
pullPolicy: IfNotPresent
77

88
controlLoopInterval: "10s"

‎docs/flagger-0.1.1.tgz

3.37 KB
Binary file not shown.

‎docs/grafana-0.1.0.tgz

3 Bytes
Binary file not shown.

‎docs/index.yaml

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
apiVersion: v1
22
entries:
33
flagger:
4+
- apiVersion: v1
5+
appVersion: 0.1.1
6+
created: 2018-11-28T14:53:55.671596+02:00
7+
description: Flagger is a Kubernetes operator that automates the promotion of
8+
canary deployments using Istio routing for traffic shifting and Prometheus metrics
9+
for canary analysis.
10+
digest: 2bb8f72fcf63a5ba5ecbaa2ab0d0446f438ec93fbf3a598cd7de45e64d8f9628
11+
home: https://github.com/stefanprodan/flagger
12+
name: flagger
13+
urls:
14+
- https://stefanprodan.github.io/flagger/flagger-0.1.1.tgz
15+
version: 0.1.1
416
- apiVersion: v1
517
appVersion: 0.1.0
6-
created: 2018-11-25T20:52:59.226156+02:00
18+
created: 2018-11-28T14:53:55.670949+02:00
719
description: Flagger is a Kubernetes operator that automates the promotion of
820
canary deployments using Istio routing for traffic shifting and Prometheus metrics
921
for canary analysis.
@@ -16,13 +28,13 @@ entries:
1628
grafana:
1729
- apiVersion: v1
1830
appVersion: 5.3.1
19-
created: 2018-11-25T20:52:59.226488+02:00
31+
created: 2018-11-28T14:53:55.67202+02:00
2032
description: A Grafana Helm chart for monitoring progressive deployments powered
2133
by Istio and Flagger
22-
digest: 12ad252512006e91b6eb359c4e0c73e7f01f74f3c07c85bb1e66780bed6747f5
34+
digest: 1ab2d0297f11def3787294d277180742f8a62dabfe577795d1867d5b001cbcd1
2335
home: https://github.com/stefanprodan/flagger
2436
name: grafana
2537
urls:
2638
- https://stefanprodan.github.io/flagger/grafana-0.1.0.tgz
2739
version: 0.1.0
28-
generated: 2018-11-25T20:52:59.225755+02:00
40+
generated: 2018-11-28T14:53:55.670112+02:00

‎pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package version
22

3-
var VERSION = "0.1.1-alpha.0"
3+
var VERSION = "0.1.1"
44
var REVISION = "unknown"

0 commit comments

Comments
 (0)
Please sign in to comment.