-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.3 Cherry-picking #10000
Comments
@sarabala1979 - can we add #9959 ? |
Cherry-picking too many issues to this release will risk introducing new bugs. You’ll then become mired in in a cycle of fixes and bugs. I’d suggest only cherry-picking a small number of issues where your confident the blast radius is limited. |
Very small change that I think deserves to be cherry-picked back: #9966 |
This might be worth cherry picking to address security vulnerabilities: 4eb6cb7 |
Regression fix worth considering cherry-picking #10047 |
We can close this now. |
distribution
is broken on v2.8.0 due to an incorrect sub-dependecy checksum. Migrate to v2.8.1 #9850 (fix: migrated from distribution@v2.8.0 to distribution@v2.8.1. Fixes #9850 #9851)configMapKeyRef
when used to set global parameters #9745 (fix: default not respected in setting global configmap params. Fixes #9745 #9758)kubectl logs xxx
#9573 (fix: Log early abort. Fixes #9573 #9575)value
is required when parameter is of typeenum
(fix:value
is required when parameter is of typeenum
#9753)valueFrom.jqFilter
results in error in v3.4.0 #9654 (fix:sh
not available in scratch container but used inargoexec
. Fixes #9654 #9679)admin
,edit
,view
have no permission about workflowtaskresults #9545 (fix: enable workflow-aggregate-roles to treat workflowtaskresults. Fixes #9545 #9546)main
container in Sensor logs. Fixes #9459 #9438)e.templateRef is undefined
when using inline template #9167 (fix: Workflow details accessing undefined templateRef. Fixes #9167 #9168){{ workflow.failures }}
doesn't get a value in lifecycle hook #8882 (fix: Add workflow failures before hooks run. Fixes #8882 #9009){{workflow.status}}
is not working in metrics #8895 (fix: workflow.status is now set properly in metrics. Fixes #8895 #8939)swagger.json
when opening with https://editor.swagger.io #8830 (fix: Fixed Swagger error. Fixes #8830 #8886)List
on all Secrets #8534 (fix!: remove list and watch on secrets. Fixes #8534 #8555)ARGO_REMOVE_PVC_PROTECTION_FINALIZER
by default. Fixes Enable ARGO_REMOVE_PVC_PROTECTION_FINALIZER by default. #8592 (fix: enableARGO_REMOVE_PVC_PROTECTION_FINALIZER
by default. Fixes #8592 #8661)ArtifactGC
should be onArtifact
notTemplate
#8556. (fix: ArtifactGC moved from Template to Artifact. Fixes #8556. #8581)SearchArtifact
to returnArtifactSearchResults
. Fixes Artifact GC:SearchArtifact
to returnArtifactSearchResults
#8543 (fix(Artifact GC): modifiedSearchArtifact
to returnArtifactSearchResults
. Fixes #8543 #8557)The text was updated successfully, but these errors were encountered: