363 Commits
Author SHA1 Message Date
stefanprodan 9b79af9fcd Add skipAnalysis field to Canary CRD 2019-02-13 15:27:45 +02:00
stefanprodan adaf4c99c0 Add GitOps example to Helm guide 2019-02-13 02:14:40 +02:00
stefanprodan 27de9ce151 Session affinity incompatible with destinations weight
- consistent hashing does not apply across multiple subsets
2019-02-10 11:47:01 +02:00
stefanprodan e8a9555346 Add GKE Istio Gateway and Prometheus definitions 2019-02-02 02:17:55 +02:00
stefanprodan 456d914c35 Release v0.5.0 2019-01-30 14:54:03 +02:00
stefanprodan 1649dea468 Add config maps and secrets manifests for testing 2019-01-25 11:19:34 +02:00
stefanprodan 05664fa648 Release v0.4.1 2019-01-24 12:17:37 +02:00
stefanprodan 7c66f23c6a Add load tester Helm chart 2019-01-21 21:02:40 +02:00
stefanprodan 6ad2dca57a Add load testing setup to docs 2019-01-21 17:29:04 +02:00
stefanprodan e8353c110b Release load tester v0.0.2 2019-01-21 13:37:26 +02:00
stefanprodan a784f83464 Add loadtester manifests 2019-01-20 15:59:41 +02:00
stefanprodan c46fe55ad0 Release v0.4.0 2019-01-18 12:49:36 +02:00
stefanprodan 1ef310f00d Add traffic weight to canary status
- show current weight on kubectl get canaries and kubectl get all
2019-01-16 16:29:59 +02:00
stefanprodan acdd2c46d5 Refactor Canary status
- add status phases (Initialized, Progressing, Succeeded, Failed)
- rename status revision to LastAppliedSpec
2019-01-16 15:06:38 +02:00
stefanprodan c4981ef4db Add status and additional printer columns to CRD 2019-01-16 00:57:46 +02:00
stefanprodan 3589e11244 Bump dev version 2019-01-15 20:36:59 +02:00
stefanprodan f7e675144d Release v0.3.0 2019-01-11 20:10:41 +02:00
stefanprodan aa2c28c733 Make autoscalerRef optional
- use anyOf as a workaround for the openAPI object validation not accepting empty values
- fix #23
2019-01-11 13:42:32 +02:00
stefanprodan 10185407f6 Use httpbin.org for webhook testing 2019-01-11 13:12:53 +02:00
stefanprodan bec96356ec Bump CRD version to v1alpha3
- new field canaryAnalysis.interval
2019-01-07 01:03:31 +02:00
stefanprodan b5c648ea54 Bump version to 0.3.0-beta.1 2019-01-07 00:30:09 +02:00
stefanprodan 537e8fdaf7 Add canary analysis interval to CRD 2019-01-07 00:24:43 +02:00
stefanprodan f90ba560b7 Release v0.2.0 2019-01-04 13:44:50 +02:00
stefanprodan 53546878d5 Make service port mandatory in CRD v1alpha2 2018-12-26 13:55:34 +02:00
stefanprodan 199e3b36c6 Upgrade CRD to v1alpha2
- add required fields for deployment and hpa targets
- make service port mandatory
- add webhooks validation
2018-12-26 13:46:59 +02:00
Stefan Prodan 71137ba3bb Release 0.1.2 2018-12-06 14:00:12 +07:00
stefanprodan 9f6a30f43e Bump dev version 2018-11-28 15:08:24 +02:00
stefanprodan 11bc0390c4 Release v0.1.1 2018-11-28 14:56:34 +02:00
stefanprodan 9a29ea69d7 Change progress deadline default to 10 minutes 2018-11-28 14:53:12 +02:00
stefanprodan 9c342e35be Add progressDeadlineSeconds validation 2018-11-27 16:35:39 +02:00
stefanprodan f8821cf30b bump dev version 2018-11-27 11:56:11 +02:00
stefanprodan 8c12cdb21d Release v0.1.0 2018-11-25 21:05:16 +02:00
stefanprodan 9159855df2 Use Quay as container registry in Helm and YAML manifests 2018-11-25 19:20:29 +02:00
Stefan Prodan c5930e6f70 Update deployment strategy on promotion
- include spec strategy, min ready seconds and revision history limit to initialization and promotion
2018-11-24 20:03:02 +02:00
Stefan Prodan 07771f500f Release 0.1.0-beta.7 2018-11-24 15:58:17 +02:00
Stefan Prodan 56ffd618d6 Increase flagger probes timeout to 5s (containerd fix) 2018-11-15 10:38:20 +02:00
Stefan Prodan 19cb34479e Increase probes timeout to 5s (containerd fix) 2018-11-14 15:39:44 +02:00
Stefan Prodan df98de7d11 Release v0.1.0-beta.6 2018-10-29 21:46:54 +02:00
Stefan Prodan 188e4ea82e Release v0.1.0-beta.5 2018-10-29 11:26:56 +02:00
Stefan Prodan 8e66baa0e7 Update the artifacts yamls to match the naming conventions 2018-10-23 13:39:10 +03:00
Stefan Prodan b022124415 bump version 2018-10-15 11:05:39 +02:00
Stefan Prodan a4f890c8b2 Add autoscaling support
- add HorizontalPodAutoscaler reference to CRD
- create primary HPA on canary bootstrap
2018-10-11 11:16:56 +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 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 c3f4f0a925 Rename project to flagger 2018-10-07 13:08:42 +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 cfc1621c06 Scale up the deployment when canary revision changes 2018-10-02 00:24:18 +03:00
Stefan Prodan 3a05cfa20e Add podinfo chart for GitOps testing 2018-10-02 00:21:44 +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