forked from argoproj/argo-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
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.5.2-atlan-0.2 #2
Open
tczhao
wants to merge
24
commits into
atlanhq:release-3.5.2
Choose a base branch
from
tczhao:v3.5.2-atlan
base: release-3.5.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
…tially Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
…oproj#12233) Signed-off-by: Dennis Lawler <dlawler@gmail.com> Signed-off-by: Dennis Lawler <4824647+drawlerr@users.noreply.github.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
…rgoproj#12945 Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
…t` (argoproj#12146) Signed-off-by: Anton Gilgur <agilgur5@gmail.com>
…proj#12568 (argoproj#12700) Signed-off-by: shuangkun <tsk2013uestc@163.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
…proj#12842) Signed-off-by: shuangkun <tsk2013uestc@163.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Alan Clucas <alan@clucas.org>
Signed-off-by: heidongxianhua <18207133434@163.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
514e7ff
to
0919980
Compare
… error. Fixes argoproj#13970 (argoproj#13971) Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
argoproj#14102 (argoproj#14104) Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
…ransient error. Fixes argoproj#13970 (argoproj#13971)" This reverts commit bf81a05.
Signed-off-by: Tianchu Zhao <evantczhao@gmail.com>
This reverts commit e235f13.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://atlanhq.atlassian.net/browse/PLT-1702 (more detail in the ticket)
Custom workflow-controller image tagged
v3.5.2-atlan-0.2
it aims to use workaround fixes to provide more feature on top of the existing official version, until a later date when the proper fix is implemented
tested with argo unit tests e2e test
it contains the following additional commits on top of official
v3.5.2
.fix: prevent update race in workflow cache
fix: RetryPolicyOnTransientError also retries on error 745982e
retryStrategy.expression evaluated to false
regardless of actual failure argoproj/argo-workflows#13058fix: Apply podSpecPatch in woc.execWf.Spec and template to pod sequentially dc7d497
woc.execWf.Spec
and template to pod sequentially argoproj/argo-workflows#12476feat: enable template params in wf podspecpatch c15d740
podSpecPatch
doesn't apply to all pods in atlan workflows withtemplateDefaults
(likely follows the same root cause as hung workflow, will take some time to reproduce in outside atlan env)