Stefan Prodan
df98de7d11
Release v0.1.0-beta.6
2018-10-29 21:46:54 +02:00
Stefan Prodan
580924e63b
Record canary duration and total
...
- add Prometheus metrics canary_duration_seconds and canary_total
2018-10-29 21:44:43 +02:00
Stefan Prodan
1b2108001f
Add Prometheus registry flag to recorder
...
- fix tests
2018-10-29 14:04:45 +02:00
Stefan Prodan
3a28768bf9
Update website docs
2018-10-29 13:56:17 +02:00
Stefan Prodan
53c09f40eb
Add Prometheus metrics docs
...
- ref #2
2018-10-29 13:44:20 +02:00
Stefan Prodan
074e57aa12
Add recorder to revision tests
2018-10-29 13:43:54 +02:00
Stefan Prodan
e16dde809d
Add recorder to mock controller
2018-10-29 13:34:28 +02:00
Stefan Prodan
188e4ea82e
Release v0.1.0-beta.5
2018-10-29 11:26:56 +02:00
Stefan Prodan
4a8aa3b547
Add recorder component
...
- records the canary analysis status and current weight as Prometheus metrics
2018-10-29 11:25:36 +02:00
Stefan Prodan
6bf4a8f95b
Rename user to flagger
2018-10-23 16:58:32 +03:00
Stefan Prodan
c5ea947899
Add codecov badge
2018-10-23 16:44:25 +03:00
Stefan Prodan
344c7db968
Make golint happy and add codecov
2018-10-23 16:36:48 +03:00
Stefan Prodan
65b908e702
Release v0.1.0-beta.2
0.1.0-beta.2
2018-10-23 13:42:43 +03:00
Stefan Prodan
8e66baa0e7
Update the artifacts yamls to match the naming conventions
2018-10-23 13:39:10 +03:00
Stefan Prodan
667e915700
Update canary dashboard to latest CRD naming conventions
2018-10-23 13:21:57 +03:00
Stefan Prodan
7af103f112
Update Grafana to v5.3.1
2018-10-23 11:21:04 +03:00
Stefan Prodan
8e2f538e4c
Add scheduler tests for initialization and revision
2018-10-22 20:14:09 +03:00
Stefan Prodan
be289ef7ce
Add router tests
2018-10-22 17:21:06 +03:00
Stefan Prodan
4a074e50c4
Add Istio fake clientset
2018-10-22 17:18:33 +03:00
Stefan Prodan
fa13c92a15
Add deployer status and scaling tests
2018-10-22 16:29:59 +03:00
Stefan Prodan
dbd0908313
Add deployer promote tests
2018-10-22 16:03:06 +03:00
Stefan Prodan
9b5c4586b9
Add deployer sync tests
2018-10-22 16:02:01 +03:00
Stefan Prodan
bfbb272c88
Add Kubernetes fake clientset package
2018-10-22 16:00:50 +03:00
Stefan Prodan
4b4a88cbe5
Publish Helm chart 0.1.0-alpha.2
2018-10-15 11:11:41 +02:00
Stefan Prodan
b022124415
bump version
0.1.0-alpha.2
2018-10-15 11:05:39 +02:00
Stefan Prodan
663dc82574
Controller refactoring part two
...
- share components between loops
2018-10-11 20:51:12 +03:00
Stefan Prodan
baeee62a26
Controller refactoring
...
- split controller logic into components (deployer, observer, router and scheduler)
- set the canary analysis final state (failed or finished) in a single run
2018-10-11 19:59:40 +03:00
Stefan Prodan
56f2ee9078
Add contributing and code of conduct docs
2018-10-11 14:33:28 +03:00
Stefan Prodan
a4f890c8b2
Add autoscaling support
...
- add HorizontalPodAutoscaler reference to CRD
- create primary HPA on canary bootstrap
0.1.0-alpha.1
2018-10-11 11:16:56 +03:00
Stefan Prodan
a03cf43a1d
Update CRD in readme and chart
2018-10-11 02:03:04 +03:00
Stefan Prodan
302de10fec
Canary CRD refactoring
...
- set canaries.flagger.app version to v1alpha1
- replace old Canary spec with CanaryDeployment
2018-10-11 01:43:53 +03:00
Stefan Prodan
5a1412549d
Merge pull request #1 from stefanprodan/crd-deployment
...
Add CanaryDeployment kind
2018-10-10 16:57:58 +03:00
Stefan Prodan
e2be4fdaed
Add CanaryDeployment kind
...
- bootstrap the deployments. services and Istio virtual service
- use google/go-cmp to detect changes in the deployment pod spec
2018-10-10 16:57:12 +03:00
Stefan Prodan
3eb60a8447
Add alternative canary routing
2018-10-09 18:18:48 +03:00
Stefan Prodan
276fdfc0ff
Rename dashboard
2018-10-09 18:18:04 +03:00
Stefan Prodan
c3f4f0a925
Rename project to flagger
0.0.1
2018-10-07 13:08:42 +03:00
Stefan Prodan
0848fb27d2
Create CNAME
2018-10-04 17:28:02 +03:00
Stefan Prodan
53c26d7a8d
Update site
2018-10-04 17:18:47 +03:00
Stefan Prodan
143abddf11
Update jekyll theme
2018-10-04 16:16:16 +03:00
Stefan Prodan
46b1135fa8
Add jekyll theme
2018-10-04 16:06:35 +03:00
Stefan Prodan
10dfea4203
Rename CRD group and kind name to canaries.steerer.app
2018-10-04 14:52:36 +03:00
Stefan Prodan
312ec46205
Change canary image format
2018-10-03 15:14:13 +03:00
Stefan Prodan
0cf0b9eca3
Add roadmap
2018-10-03 13:44:55 +03:00
Stefan Prodan
0c8938ed32
Add json logs jq command
2018-10-02 20:37:19 +03:00
Stefan Prodan
10dad2e866
Add monitoring section to readme
2018-10-02 20:33:48 +03:00
Stefan Prodan
e092e516a0
Add canary analysis dashboard screen
2018-10-02 19:44:55 +03:00
Stefan Prodan
73644ea6e5
Add canary analysis Grafana dashboard
2018-10-02 17:26:22 +03:00
Stefan Prodan
cfc1621c06
Scale up the deployment when canary revision changes
2018-10-02 00:24:18 +03:00
Stefan Prodan
26500e9ea8
Add podinfo chart for GitOps testing
2018-10-02 00:23:04 +03:00
Stefan Prodan
3a05cfa20e
Add podinfo chart for GitOps testing
2018-10-02 00:21:44 +03:00