Anton Gilgur
Anton Gilgur
> never saw this error in 3.4.11 Correct, that's a new feature in 3.5, not a bug. Implemented by #11646. It's mentioned in the [3.5 blog post](https://blog.argoproj.io/whats-new-in-argo-workflows-v3-5-f260e8603ca6) as well (search...
It's a security, HA, multi-tenancy, etc feature, so I do think it should be on by default. But we should ofc fix any bugs there may be
@guruprasathTT can you please provide a Workflow that reproduces this? We asked for one above a few times and without that, we wouldn't be able to find any possible bugs
> I believe this is more a `During restart` bug than a `During upgrade` one. As far as I can tell, per your report and others, it only occurred during...
Completed Workflows should [be removed](https://github.com/argoproj/argo-workflows/blob/1ab7cd2071c6bfc335a89340d736138b20caf421/workflow/controller/controller.go#L794) from the parallelism count... Did this start happening after a recent update? (although this feature hasn't gotten much change in years, it's possible something affected...
> Wanted to start contributing and found an issue that seemed to be a nice start for this journey Great start, thanks! > happy to implement some e2e tests if...
Do we want to cherry-pick in my UI date filter fixes? i.e. #11742, #11792, #11840 If so, I think I'd want to make another PR to remove the date filter...
Helm chart versioning is different from the underlying app (literally `version` vs `appVersion`), can be overridden as well, and Helm is not used by all users. Please use the Argo...
I was suspecting #12198 as it had a small change to the parallelism logic, and indeed that was released as part of 3.5.3. This may require adding a `throttler.Remove` in...
> Sure I think we'll include all fixes if there's no conflict. Ok, I added #11982 on top of those since they'll be included in a 3.4.x release then (the...