Skip to content

Commit 43c5297

Browse files
authored
Merge branch 'master' into fix/stuck-completing
2 parents b303dc3 + 4025384 commit 43c5297

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
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

USERS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit
6666
1. [Verkada](https://verkada.com)
6767
1. [VISITS Technologies](https://visits.world/en)
6868
1. [WeLab Bank](https://www.welab.bank/)
69+
1. [Wolt](https://wolt.com/)
6970
1. [Yotpo](https://www.yotpo.com/)
7071
1. [Yuno](https://y.uno/)
7172
1. [VGS](https://www.vgs.io)
72-
2. [X3M ads](https://x3mads.com)
73+
1. [X3M ads](https://x3mads.com)

docs/features/canary/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

201201
Defaults 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

207207
Defaults to nil
208208

0 commit comments

Comments
 (0)