-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade our argo fork to the latest version #22
Conversation
* Auto-complete workflow names * Use cobra revision at fe5e611709b0c57fa4a89136deaa8e1d4004d053
…ities (argoproj#1065) * Issue argoproj#740 - System level workflow parallelism limits & priorities * Apply reviewer notes
Fix a small typo in demo.md that I encounted when reading through the getting started guide.
…amespace install manifests (argoproj#1116)
…1115) * Remove docker_lib mount volume which is not needed anymore * Remove unused hostPathDir
### Notes about upgrading from v2.2 | ||
|
||
* Secrets are passed to the wait sidecar using volumeMounts instead of performing K8s API calls | ||
performed by the. This is much more secure since it limits the privileges of the workflow pod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't even.
Do we have to do something here?
* `argo run` to run workflows against clusters without a controller - #794 | ||
* UI – filtering to improve performance | ||
## v2.4 | ||
* Persistence - support offloading of workflow state into database layer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* UI – filtering to improve performance | ||
## v2.4 | ||
* Persistence - support offloading of workflow state into database layer | ||
* Large workflow support (enabled by persistence feature) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more heavy breathing
@@ -6,6 +6,7 @@ import ( | |||
"path/filepath" | |||
|
|||
"github.com/argoproj/pkg/json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we going to need this guy too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not unless we need to modify it https://github.com/argoproj/pkg
Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
This PR consists of a merge of
argoproj/argo:master
into our fork, as well as a merge of argoproj#1067. We're pulling in about 8 months of bugfixes here.based on the changes to the make file im guessing our jenkins pipeline will need to change a lot