Skip to content
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

Merged
merged 151 commits into from
Apr 30, 2019
Merged

Upgrade our argo fork to the latest version #22

merged 151 commits into from
Apr 30, 2019

Conversation

decarboxy
Copy link
Collaborator

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

edlee2121 and others added 30 commits October 19, 2018 17:31
* 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.
…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

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

* UI – filtering to improve performance
## v2.4
* Persistence - support offloading of workflow state into database layer
* Large workflow support (enabled by persistence feature)

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"

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@decarboxy decarboxy changed the base branch from rc to CSE-57 April 30, 2019 20:40
@decarboxy decarboxy merged commit d050ac7 into CSE-57 Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.