Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Nov 28, 2018
1 parent 9a29ea6 commit 11bc039
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion artifacts/flagger/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: quay.io/stefanprodan/flagger:0.1.1-alpha.0
image: quay.io/stefanprodan/flagger:0.1.1
imagePullPolicy: Always
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion charts/flagger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: flagger
version: 0.1.1
appVersion: 0.1.1-alpha.0
appVersion: 0.1.1
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.
home: https://github.com/stefanprodan/flagger
2 changes: 1 addition & 1 deletion charts/flagger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

image:
repository: quay.io/stefanprodan/flagger
tag: 0.1.1-alpha.0
tag: 0.1.1
pullPolicy: IfNotPresent

controlLoopInterval: "10s"
Expand Down
Binary file added docs/flagger-0.1.1.tgz
Binary file not shown.
Binary file modified docs/grafana-0.1.0.tgz
Binary file not shown.
20 changes: 16 additions & 4 deletions docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
apiVersion: v1
entries:
flagger:
- apiVersion: v1
appVersion: 0.1.1
created: 2018-11-28T14:53:55.671596+02:00
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.
digest: 2bb8f72fcf63a5ba5ecbaa2ab0d0446f438ec93fbf3a598cd7de45e64d8f9628
home: https://github.com/stefanprodan/flagger
name: flagger
urls:
- https://stefanprodan.github.io/flagger/flagger-0.1.1.tgz
version: 0.1.1
- apiVersion: v1
appVersion: 0.1.0
created: 2018-11-25T20:52:59.226156+02:00
created: 2018-11-28T14:53:55.670949+02:00
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.
Expand All @@ -16,13 +28,13 @@ entries:
grafana:
- apiVersion: v1
appVersion: 5.3.1
created: 2018-11-25T20:52:59.226488+02:00
created: 2018-11-28T14:53:55.67202+02:00
description: A Grafana Helm chart for monitoring progressive deployments powered
by Istio and Flagger
digest: 12ad252512006e91b6eb359c4e0c73e7f01f74f3c07c85bb1e66780bed6747f5
digest: 1ab2d0297f11def3787294d277180742f8a62dabfe577795d1867d5b001cbcd1
home: https://github.com/stefanprodan/flagger
name: grafana
urls:
- https://stefanprodan.github.io/flagger/grafana-0.1.0.tgz
version: 0.1.0
generated: 2018-11-25T20:52:59.225755+02:00
generated: 2018-11-28T14:53:55.670112+02:00
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

var VERSION = "0.1.1-alpha.0"
var VERSION = "0.1.1"
var REVISION = "unknown"

0 comments on commit 11bc039

Please sign in to comment.