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
fix: Release v3.5.13 #1
Open
RajeevRanjan27
wants to merge
81
commits into
release-v3.5.10
Choose a base branch
from
release-v3.5.13
base: release-v3.5.10
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
Fixes argoproj#12162 (argoproj#13504) Signed-off-by: isubasinghe <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]>
…Fixes argoproj#13006 (argoproj#13250) Signed-off-by: Miltiadis Alexis <[email protected]> Co-authored-by: Alan Clucas <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]>
…2997 (argoproj#13048) Signed-off-by: Tianchu Zhao <[email protected]>
Signed-off-by: Andrzej Ressel <[email protected]>
) Signed-off-by: Alan Clucas <[email protected]> Signed-off-by: Anton Gilgur <[email protected]> Co-authored-by: Anton Gilgur <[email protected]>
argoproj#12703 (argoproj#12723) Signed-off-by: oninowang <[email protected]>
…j#13350) Signed-off-by: Anton Gilgur <[email protected]>
Signed-off-by: Alan Clucas <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: shangchengbabaiban <[email protected]>
…#13429) Signed-off-by: Anton Gilgur <[email protected]>
…oj#13431) Signed-off-by: qingfeng777 <[email protected]>
…handler. (argoproj#13016) Signed-off-by: jswxstw <[email protected]> Signed-off-by: oninowang <[email protected]>
Signed-off-by: Alan Clucas <[email protected]>
…#13057 (argoproj#13260) Signed-off-by: jswxstw <[email protected]> Signed-off-by: oninowang <[email protected]>
…3454) Signed-off-by: isubasinghe <[email protected]>
…roj#13445 (argoproj#13448) Signed-off-by: Miltiadis Alexis <[email protected]>
…13481) Signed-off-by: Yuan Tang <[email protected]>
Signed-off-by: Alan Clucas <[email protected]>
…parison results. (argoproj#13211) Signed-off-by: oninowang <[email protected]>
…oproj#13198) Signed-off-by: oninowang <[email protected]>
Signed-off-by: joey <[email protected]>
Signed-off-by: origxm <[email protected]>
…fully. Fixes argoproj#13373 (argoproj#13491) Signed-off-by: oninowang <[email protected]>
…j#13220 (argoproj#13286) Signed-off-by: shuangkun <[email protected]>
Fixes argoproj#13533 (argoproj#13537) Signed-off-by: oninowang <[email protected]>
…#12787) Signed-off-by: Ingvar Mattsson <[email protected]> Signed-off-by: Ingvar <[email protected]> Co-authored-by: Ingvar Mattsson <[email protected]> Co-authored-by: Anton Gilgur <[email protected]>
- this is a partial cherry-pick of 4b47f43, specifically only the changes to _existing_ features - they are a good improvement over the previous docs, IMO Signed-off-by: Anton Gilgur <[email protected]> Co-authored-by: Kavish Nareshchandra Dahekar <[email protected]> Co-authored-by: Kavish Dahekar <[email protected]>
Signed-off-by: Anton Gilgur <[email protected]> (cherry picked from commit 0c65450)
- this is a partial backport of 7a23cb0, specifically only the docs for _existing_ features - this is a useful feature that was previously undocumented Signed-off-by: Anton Gilgur <[email protected]>
- I left one line of markdown in in a34d989 accidentally due to an improper copy+paste of the diff Signed-off-by: Anton Gilgur <[email protected]>
- fixed one merge conflict with the `pull_request_template.md` where the Sustainability Effort mention was not backported to release-3.5 Signed-off-by: Anton Gilgur <[email protected]> Signed-off-by: Anton Gilgur <[email protected]> (cherry picked from commit 2e9c1ca)
…3688) Signed-off-by: shuangkun <[email protected]>
…oproj#13678) Signed-off-by: Julie Vogelman <[email protected]>
argoproj#13200 (argoproj#13201) Signed-off-by: Tianchu Zhao <[email protected]>
Signed-off-by: Michael Weibel <[email protected]>
…3693) Signed-off-by: Michael Weibel <[email protected]>
…12137 (argoproj#13531) Signed-off-by: Wang, Wayne <[email protected]>
Signed-off-by: Alan Clucas <[email protected]>
…rgoproj#13752) Signed-off-by: Alan Clucas <[email protected]>
…j#13655) Signed-off-by: Yuping Fan <[email protected]>
…goproj#13788) Signed-off-by: tooptoop4 <[email protected]> Co-authored-by: Anton Gilgur <[email protected]>
…rgoproj#13760) Signed-off-by: Greg Sheremeta <[email protected]>
…ixes argoproj#12848 (argoproj#13820) Signed-off-by: Minyi Zhong <[email protected]> Co-authored-by: Minyi Zhong <[email protected]>
, Fixes argoproj#13533 (argoproj#13798) Signed-off-by: isubasinghe <[email protected]>
argoproj#13824) Signed-off-by: Anton Gilgur <[email protected]>
* fix(api): properly authorize GET workflow fallback to archive - the authorization was accidentally removed in argoproj@f1ab5aa - also if no archived workflow is found, properly return the original error as per argoproj@ac9e2de Signed-off-by: Anton Gilgur <[email protected]> * test: add permission assertions for GET WF archived fallback - the permission suite seemed to not have previously tested this - add good, bad, and fake token checks - where "bad" is valid, but unauthorized, while "fake" is valid in format, but not corresponding to a real token Signed-off-by: Anton Gilgur <[email protected]> * fix(test): assign `goodToken` initially - these tests were relying on ordering of assignments before, i.e. 1. good 2. bad 3. bad - should just assign before each test instead for simplicity / less complexity / less mistakes Signed-off-by: Anton Gilgur <[email protected]> --------- Signed-off-by: Anton Gilgur <[email protected]> Co-authored-by: Anton Gilgur <[email protected]>
Signed-off-by: Rajeev Ranjan <[email protected]>
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.
v3.5.10 -> v3.5.13