Commit Graph

89 Commits

Author SHA1 Message Date
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
Stefan Prodan
3938eb65eb Add logo and update diagrams 2018-09-30 12:48:17 +03:00
Stefan Prodan
d331d908a8 Add gofmt check and verify CRD codegen as part of CI testing 2018-09-30 12:38:18 +03:00
Stefan Prodan
217ad6ef19 Release 0.0.1-rc.6
- canary rollback based on failed checks threshold
2018-09-30 09:48:39 +03:00
Stefan Prodan
887daeaffa Implement canary rollback based on failed checks threshold
- use CRD status to store failed checks count
- refactor canary status check and remove annotations
2018-09-30 09:46:58 +03:00
Stefan Prodan
e4d4ab07dc Add release badge 2018-09-29 15:12:15 +03:00
Stefan Prodan
ac43ebdef1 Add canary HPA diagram 2018-09-29 13:54:44 +03:00
Stefan Prodan
dd4ca12134 Update canary diagram 2018-09-29 13:00:19 +03:00
Stefan Prodan
375244074a Add prefix to workload definitions 2018-09-29 12:59:48 +03:00
Stefan Prodan
dbd1bb6ebc Update docs for canary analysis 2018-09-29 11:11:22 +03:00
Stefan Prodan
7993ae100b Refactor canary analysis
- move CRD metrics and weight setting to canary analysis
- add max weight to CRD spec
2018-09-29 11:08:40 +03:00
Stefan Prodan
6143ebce48 Add ops diagram 2018-09-28 19:24:27 +03:00
Stefan Prodan
388aa8a594 Release v0.0.1-beta.12
- use CRD status for canary state
2018-09-28 16:50:58 +03:00
Stefan Prodan
a2021ea947 Update CRD status for canary revision and rollout stage persistence 2018-09-28 16:49:37 +03:00
Stefan Prodan
4a5d855bc4 Update Helm chart to include the new CRD spec 2018-09-28 13:47:29 +03:00
Stefan Prodan
5adbcd5189 Update CRD with req duration metric 2018-09-28 13:28:12 +03:00
Stefan Prodan
7c96e8b081 Add req duration metric to CRD spec 2018-09-28 13:27:25 +03:00
Stefan Prodan
68b853f446 On build use version set in pkg/version 2018-09-27 15:37:53 +03:00
Stefan Prodan
2671723c4c Add goreleaser
- rename controller
- remove cli
2018-09-27 15:33:43 +03:00
Stefan Prodan
fd7696811d Fix diagram docs site 2018-09-27 14:51:53 +03:00
Stefan Prodan
2027e2dd6b Add diagram to docs site 2018-09-27 14:49:59 +03:00
Stefan Prodan
65a3e18247 Add license badge 2018-09-27 14:46:34 +03:00
Stefan Prodan
b045f28a47 Add diagram 2018-09-27 13:30:20 +03:00
Stefan Prodan
7c69d4e29e Add Helm install instructions 2018-09-27 09:43:45 +03:00
Stefan Prodan
7ac20fe625 Release 0.0.1-beta.5 2018-09-26 23:05:32 +03:00