Stefan Prodan
af5634962f
Merge pull request #1092 from northwesternmutual/main
...
Update metadata during subsequent promote
2022-02-07 13:45:26 +02:00
Karl Heins
121eb767cb
Update metadata during subsequent promote
...
Signed-off-by: Karl Heins <karlheins@northwesternmutual.com >
Support updating primary Deployment/DaemonSet/HPA/Service labels and annotations after first-time rollout
2022-01-24 14:41:24 -06:00
Stefan Prodan
a0f1638f6c
Remove Flux deprecated marker
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-01-21 15:11:42 +02:00
Stefan Prodan
fc13276f0e
Release v1.17.0
...
Adds support for Kuma service mesh
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2022-01-21 15:11:41 +02:00
Stefan Prodan
5776f0b64b
Merge pull request #1041 from baldey-nz/baldey-nz/notification-change
...
Add cluster name to flagger cmd args for altering
2022-01-11 11:14:47 +02:00
Stefan Prodan
96d190a789
Merge pull request #1085 from johnharris85/add-kuma-support
...
Add kuma support for progressive traffic shifting canaries
2022-01-11 11:01:14 +02:00
baldey-nz
8c881ab758
as suggested changing cluster-name to flag
...
Signed-off-by: baldey-nz <baldey@gmail.com >
2021-12-21 14:11:49 +13:00
John Harris
47be2a25f2
Add Kuma routing and metrics
...
Signed-off-by: John Harris <john.harris@konghq.com >
2021-12-18 14:07:59 -08:00
John Harris
bd58a47862
Add/update API types
...
Signed-off-by: John Harris <john.harris@konghq.com >
2021-12-18 14:05:54 -08:00
Stefan Prodan
250d9f2836
Release v1.16.1
...
Contains flagger-loadtester v0.21.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-12-17 16:51:53 +02:00
John Harris
204228bc8f
Add API types.
...
Signed-off-by: John Harris <john.harris@konghq.com >
2021-12-15 15:13:47 -08:00
Stefan Prodan
47ff00e9b9
Update Kubernetes packages to v1.23.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-12-14 17:56:59 +02:00
Stefan Prodan
30b5054692
Update Go to v1.17
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-12-14 17:26:13 +02:00
Stefan Prodan
a2c5861ca5
Release v1.16.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-11-22 14:53:54 +02:00
Stefan Prodan
fcc07f02b0
Merge pull request #1049 from fluxcd/prevent-flux-overrides
...
Prevent Flux from overriding Flagger managed objects
2021-11-22 14:38:27 +02:00
Stefan Prodan
30ab182b2e
Merge pull request #1052 from zeot/append-ownerreferences-configmaps-and-secrets
...
Append to list of ownerReferences for primary configmaps and secrets
2021-11-18 10:51:36 +02:00
Zacharias Taubert
50800857b6
Append to list of ownerReferences for cm and secrets
...
If a "primary" ConfigMap or Secret already exists, keep the list of
ownerReferences and append the updating Canary as ownerReference if it's
not already in the list. This will prevent the GC from deleting primary
ConfigMaps and Secrets used by multiple primary deployments when one is
deleted.
Signed-off-by: Zacharias Taubert <zacharias.taubert@gmail.com >
2021-11-14 23:30:30 +01:00
Mahdi Dibaiee
8f50521435
[feat] primaryReadyThreshold: allow configuring threshold for primary
...
see #639
Signed-off-by: Mahdi Dibaiee <mdibaiee@pm.me >
2021-11-11 14:44:52 +00:00
Stefan Prodan
45ecaa9084
Prevent Flux from overriding Flagger managed objects
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-11-10 18:19:04 +02:00
Stefan Prodan
6b11e9714b
Merge pull request #1045 from DiptoChakrabarty/replaceioutil
...
Replace ioutil in testing of gchat
2021-11-09 19:22:30 +02:00
Evan Cordell
bc9a231d26
Mark CanaryMetric.Threshold as omitempty
...
Signed-off-by: Evan Cordell <cordell.evan@gmail.com >
2021-11-09 09:27:20 -05:00
Dipto Chakrabarty
0bb3815f73
replace ioutil in testing of gchat
...
Signed-off-by: DiptoChakrabarty <diptochuck123@gmail.com >
2021-11-01 15:17:44 +05:30
Stefan Prodan
fe5bb3fd26
Release v1.15.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-10-28 16:24:43 +03:00
baldey-nz
c638edd346
If applied, this commit will add an optional canary spec field named summary for notification purposes
...
Signed-off-by: baldey-nz <baldey@gmail.com >
2021-10-28 07:14:24 +13:00
Stefan Prodan
d83293776d
Merge pull request #1034 from jonnylangefeld/jlf/add-metadata-to-istio-vs
...
Add metadata annotations to generated apex objects
2021-10-27 08:52:34 +03:00
Jonny Langefeld
d5994ac127
Add metadata to istio VirtualService
...
Some third party software relies on annotations and labels on istios VirtualServices. For instance external-dns makes use of the `external-dns.alpha.kubernetes.io/controller` annotation. Currently there is no way to set labels and annotations on the VirtualService resource.
This change takes the metadata from the `canary.Spec.Service.Apex` property to replicate exactly what is already possible for a traefik resource:
c36a13ccff/pkg/router/traefik.go (L59-L68)
Fix #854
Signed-off-by: Jonny Langefeld <jonny.langefeld@gmail.com >
2021-10-26 10:59:34 -07:00
Stefan Prodan
36584826bb
Merge pull request #1022 from menglingwei/main
...
Fix tyops in code comments
2021-10-26 12:52:29 +03:00
Léopold Jacquot
7d2f3dea7a
Use nginx controller canary metrics
...
Signed-off-by: Léopold Jacquot <leopold.jacquot@infomaniak.com >
2021-09-30 11:12:37 +02:00
xiaobing.meng
fb621ec465
fix comments
...
Signed-off-by: xiaobing.meng <xiaobing.meng@alibaba-inc.com >
2021-09-26 15:14:47 +08:00
Somtochi Onyekwere
00e993c686
Add test for fieldIsMandatory
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2021-09-20 23:17:27 +01:00
Stefan Prodan
374a55d8f5
Merge pull request #1001 from kyanagimoto/main
...
fix: 🐛 trigger unexpected canary deployment.
2021-09-20 18:36:09 +03:00
Stefan Prodan
a2326198f6
Release v1.14.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-09-20 11:07:43 +03:00
Somtochi Onyekwere
5245045d84
Update localbalancer settings
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2021-09-17 09:31:00 +01:00
Stefan Prodan
b57d39369b
Merge pull request #1015 from SomtochiAma/influxdb
...
Render inline promql query
2021-09-17 09:24:34 +03:00
Somtochi Onyekwere
3a2f688c56
Render inline promql query
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2021-09-16 13:02:58 +01:00
GregoireW
13a2a5073f
Add dynatrace provider
...
Signed-off-by: GregoireW <24318548+GregoireW@users.noreply.github.com >
2021-09-16 10:48:51 +02:00
Somtochi Onyekwere
cfb68a6e56
Add Influxdb provider
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2021-09-16 08:55:40 +01:00
Somtochi Onyekwere
056ba675a7
Add stackdriver metrics analysis
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2021-09-01 18:25:59 +01:00
kyanagimoto
873b74561c
fix: 🐛 trigger unexpected canary deployment.
...
https://github.com/fluxcd/flagger/issues/989
Signed-off-by: kyanagimoto <koichiyanagimoto@gmail.com >
2021-09-01 19:17:17 +09:00
Stefan Prodan
38adc513a6
Release v1.13.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-08-25 11:46:30 +03:00
Fabio Pinna
cf8783ea37
Add support for Google Chat alerts ( #953 )
...
Add gchat alerting support
Signed-off-by: fpinna <fplkid@gmail.com >
2021-08-24 11:26:00 +03:00
Keerthan Ekbote
aa485f4bf1
Update gloo apis to replace snake case with camel case
...
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io >
2021-08-23 12:16:43 -04:00
Johnson Shi
11375b6890
Support OSM progressive traffic shifting
...
Signed-off-by: Johnson Shi <Johnson.Shi@microsoft.com >
2021-08-11 17:43:00 -07:00
shuheiktgw
38d3ca1022
chore: Drop deprecated io/ioutil
...
Signed-off-by: shuheiktgw <shuheiktgw@users.noreply.github.com >
2021-07-31 08:25:46 +09:00
Stefan Prodan
e6b5ee2042
Merge pull request #958 from GregoryVds/fix-typo
...
pkg:canary: fix typos in logs
2021-07-26 18:37:20 +03:00
Mike Ball
4cc2ada2a2
correct spelling of 'Secrets' in code comments
...
Signed-off-by: Mike Ball <mike.ball@warnermedia.com >
2021-07-23 06:54:26 -04:00
Gregory Vander Schueren
a5d3e4f6a6
pkg:canary: fix typos in logs
...
Signed-off-by: Gregory Vander Schueren <gregory.vanderschueren@sortlist.com >
2021-07-21 15:44:56 +02:00
Léopold Jacquot
6634f1a9ae
don't override DefaultClient
...
bug introduced by https://github.com/fluxcd/flagger/pull/872
Signed-off-by: Léopold Jacquot <leopold.jacquot@infomaniak.com >
2021-06-24 15:04:41 +02:00
Stefan Prodan
588f4c477b
Release v1.12.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-06-17 19:12:06 +03:00
Stefan Prodan
c36a13ccff
Remove the GitOps Toolkit metadata from generated objects
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-06-17 17:49:22 +03:00