diff --git a/artifacts/flagger/deployment.yaml b/artifacts/flagger/deployment.yaml index 7eeeb530..f1c321eb 100644 --- a/artifacts/flagger/deployment.yaml +++ b/artifacts/flagger/deployment.yaml @@ -22,7 +22,7 @@ spec: serviceAccountName: flagger containers: - name: flagger - image: quay.io/stefanprodan/flagger:0.3.1-alpha.1 + image: quay.io/stefanprodan/flagger:0.4.0 imagePullPolicy: Always ports: - name: http diff --git a/charts/flagger/Chart.yaml b/charts/flagger/Chart.yaml index 77788dd9..7d3d5931 100644 --- a/charts/flagger/Chart.yaml +++ b/charts/flagger/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: flagger version: 0.4.0 -appVersion: 0.3.1-alpha.1 +appVersion: 0.4.0 kubeVersion: ">=1.11.0-0" engine: gotpl 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. diff --git a/charts/flagger/values.yaml b/charts/flagger/values.yaml index 45858cd8..ccee1139 100644 --- a/charts/flagger/values.yaml +++ b/charts/flagger/values.yaml @@ -2,7 +2,7 @@ image: repository: quay.io/stefanprodan/flagger - tag: 0.3.1-alpha.1 + tag: 0.4.0 pullPolicy: IfNotPresent metricsServer: "http://prometheus.istio-system.svc.cluster.local:9090" diff --git a/docs/flagger-0.4.0.tgz b/docs/flagger-0.4.0.tgz new file mode 100644 index 00000000..a5467933 Binary files /dev/null and b/docs/flagger-0.4.0.tgz differ diff --git a/docs/grafana-0.1.0.tgz b/docs/grafana-0.1.0.tgz index 7efa0e35..45569253 100644 Binary files a/docs/grafana-0.1.0.tgz and b/docs/grafana-0.1.0.tgz differ diff --git a/docs/index.yaml b/docs/index.yaml index 974e1bc5..b3d83363 100755 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,9 +1,34 @@ apiVersion: v1 entries: flagger: + - apiVersion: v1 + appVersion: 0.4.0 + created: 2019-01-18T12:49:18.099861+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: fe06de1c68c6cc414440ef681cde67ae02c771de9b1e4d2d264c38a7a9c37b3d + engine: gotpl + home: https://docs.flagger.app + icon: https://raw.githubusercontent.com/stefanprodan/flagger/master/docs/logo/flagger-icon.png + keywords: + - canary + - istio + - gitops + kubeVersion: '>=1.11.0-0' + maintainers: + - email: stefanprodan@users.noreply.github.com + name: stefanprodan + url: https://github.com/stefanprodan + name: flagger + sources: + - https://github.com/stefanprodan/flagger + urls: + - https://stefanprodan.github.io/flagger/flagger-0.4.0.tgz + version: 0.4.0 - apiVersion: v1 appVersion: 0.3.0 - created: 2019-01-11T20:08:47.476526+02:00 + created: 2019-01-18T12:49:18.099501+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. @@ -28,7 +53,7 @@ entries: version: 0.3.0 - apiVersion: v1 appVersion: 0.2.0 - created: 2019-01-11T20:08:47.476127+02:00 + created: 2019-01-18T12:49:18.099162+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. @@ -53,7 +78,7 @@ entries: version: 0.2.0 - apiVersion: v1 appVersion: 0.1.2 - created: 2019-01-11T20:08:47.475257+02:00 + created: 2019-01-18T12:49:18.098811+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. @@ -78,7 +103,7 @@ entries: version: 0.1.2 - apiVersion: v1 appVersion: 0.1.1 - created: 2019-01-11T20:08:47.474547+02:00 + created: 2019-01-18T12:49:18.098439+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. @@ -90,7 +115,7 @@ entries: version: 0.1.1 - apiVersion: v1 appVersion: 0.1.0 - created: 2019-01-11T20:08:47.473757+02:00 + created: 2019-01-18T12:49:18.098153+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. @@ -103,9 +128,9 @@ entries: grafana: - apiVersion: v1 appVersion: 5.4.2 - created: 2019-01-11T20:08:47.477041+02:00 + created: 2019-01-18T12:49:18.100331+02:00 description: Grafana dashboards for monitoring Flagger canary deployments - digest: 1c929348357ea747405308125d9c7969cf743de5ab9e8adff6fa83943593b2f0 + digest: 97257d1742aca506f8703922d67863c459c1b43177870bc6050d453d19a683c0 home: https://flagger.app icon: https://raw.githubusercontent.com/stefanprodan/flagger/master/docs/logo/flagger-icon.png maintainers: @@ -118,4 +143,4 @@ entries: urls: - https://stefanprodan.github.io/flagger/grafana-0.1.0.tgz version: 0.1.0 -generated: 2019-01-11T20:08:47.472865+02:00 +generated: 2019-01-18T12:49:18.097682+02:00 diff --git a/pkg/version/version.go b/pkg/version/version.go index 62910f20..e3116f14 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ package version -var VERSION = "0.3.1-alpha.1" +var VERSION = "0.4.0" var REVISION = "unknown"