File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2+ <a name =" v1.8.3 " ></a >
3+ ## [ v1.8.3] ( https://github.com/argoproj/argo-rollouts/compare/v1.8.2...v1.8.3 ) (2025-05-31)
4+
5+ ### Chore
6+
7+ * ** deps:** bump github.com/golang-jwt/jwt to 4.5.2 ([ #4235 ] ( https://github.com/argoproj/argo-rollouts/issues/4235 ) ) ([ #4236 ] ( https://github.com/argoproj/argo-rollouts/issues/4236 ) )
8+ * ** deps:** bump golang.org/x/oauth2 from 0.24.0 to 0.29.0 to fix CVE-2025 -22868 ([ #4225 ] ( https://github.com/argoproj/argo-rollouts/issues/4225 ) )
9+
10+ ### Docs
11+
12+ * explain skew policy between the kubectl plugin and the controller ([ #4300 ] ( https://github.com/argoproj/argo-rollouts/issues/4300 ) )
13+ * blue green w/ ALB not supported without downtime ([ #4259 ] ( https://github.com/argoproj/argo-rollouts/issues/4259 ) )
14+
15+ ### Fix
16+
17+ * abort scenario where canary/stable service is not provided ([ #4299 ] ( https://github.com/argoproj/argo-rollouts/issues/4299 ) )
18+ * restarts during updates could cause downtime ([ #4221 ] ( https://github.com/argoproj/argo-rollouts/issues/4221 ) )
19+ * ** experiments:** fire rollout event on experiment step ([ #4124 ] ( https://github.com/argoproj/argo-rollouts/issues/4124 ) )
20+ * ** trafficrouting:** patch VirtualService when there is only one named route ([ #4055 ] ( https://github.com/argoproj/argo-rollouts/issues/4055 ) )
21+
22+
223<a name =" v1.8.2 " ></a >
324## [ v1.8.2] ( https://github.com/argoproj/argo-rollouts/compare/v1.8.1...v1.8.2 ) (2025-03-21)
425
Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit
66661 . [ Verkada] ( https://verkada.com )
67671 . [ VISITS Technologies] ( https://visits.world/en )
68681 . [ WeLab Bank] ( https://www.welab.bank/ )
69+ 1 . [ Wolt] ( https://wolt.com/ )
69701 . [ Yotpo] ( https://www.yotpo.com/ )
70711 . [ Yuno] ( https://y.uno/ )
71721 . [ VGS] ( https://www.vgs.io )
72- 2 . [ X3M ads] ( https://x3mads.com )
73+ 1 . [ X3M ads] ( https://x3mads.com )
Original file line number Diff line number Diff line change @@ -196,13 +196,13 @@ spec:
196196
197197# ## analysis
198198
199- Configure the background [Analysis](analysis.md) to execute during the rollout. If the analysis is unsuccessful the rollout will be aborted.
199+ Configure the background [Analysis](../ analysis.md) to execute during the rollout. If the analysis is unsuccessful the rollout will be aborted.
200200
201201Defaults to nil
202202
203203# ## antiAffinity
204204
205- Check out the [Anti Affinity](anti-affinity/anti-affinity.md) document for more information.
205+ Check out the [Anti Affinity](../ anti-affinity/anti-affinity.md) document for more information.
206206
207207Defaults to nil
208208
You can’t perform that action at this time.
0 commit comments