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
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
Stefan Prodan
7a4fdbddc0
Release v1.12.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-06-16 12:18:40 +03:00
Joakim Ahrlin
0dc6f33550
Add insecureSkipVerify option for Prometheus and Graphite
...
Add insecureSkipVerify option for Prometheus and Graphite
Signed-off-by: Joakim Ahrlin <joakim.ahrlin@embark-studios.com >
2021-06-15 19:28:25 +03:00
Stefan Prodan
cc673159d7
Remove Flux GC markers from generated objects
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-06-15 17:45:33 +03:00
Stefan Prodan
17c310d66d
Merge pull request #932 from KnechtionsCoding/feat/gloo-label-copy
...
gloo: copy labels from upstream
2021-06-15 12:36:37 +03:00
Hans Knecht
e7357c4e07
fix: updating to use include-label-prefix
...
fix: remove copy of labels
Signed-off-by: Hans Knecht <Hans.Knecht@missionlane.com >
2021-06-14 11:39:55 -04:00
Johnson Shi
d82b2c219a
fix: Require SMI TrafficSplit Service and Weight
...
In the SMI TrafficSplit spec, Weight and Service are
required values for TrafficSplit Backend.
In flagger's SMI v1alpha2 implementation,
Service and Weight have the omitempty json option.
During canary analysis, flagger initially creates
a SMI TrafficSplit custom resource in which the
canary backend service has a Weight of 0.
The omitempty option causes Go to omit Weight
when it sends the custom resource to Kubernetes.
This throws an error during canary analysis.
Signed-off-by: Johnson Shi <Johnson.Shi@microsoft.com >
2021-06-14 06:55:59 -07:00
Hans Knecht
35c8957a55
chore: lowercase labels
...
Signed-off-by: Hans Knecht <Hans.Knecht@missionlane.com >
2021-06-12 21:57:45 -04:00
Hans Knecht
8555f8250a
feat: copy labels from upstream
...
Signed-off-by: Hans Knecht <Hans.Knecht@missionlane.com >
2021-06-11 16:18:29 -04:00
Stefan Prodan
1e382203b8
Release v1.11.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-06-01 13:37:51 +03:00
Stefan Prodan
e5b8afc085
Merge pull request #917 from fluxcd/ingress-v1
...
Upgrade Ingress to networking.k8s.io/v1
2021-06-01 12:37:26 +03:00
Stefan Prodan
0f9dd61786
Release v1.10.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2021-05-28 09:06:46 +03:00
Stefan Prodan
4869a9f3ae
Merge pull request #915 from HBOCodeLabs/graphite-metrics-provider
...
Add Graphite metrics provider
2021-05-28 08:55:30 +03:00