Skip to content

Commit

Permalink
Upgrade Argo Workflow to 3.5.5 (#994)
Browse files Browse the repository at this point in the history
**Pull Request Checklist**
- [x] Fixes #993 
- [ ] Tests added
- [ ] Documentation/examples added
- [x] [Good commit messages](https://cbea.ms/git-commit/) and/or PR
title

**Description of PR**
Currently, we are on 3.4.4 Argo Workflow version and need to Upgrade
Argo Workflow models to >= 3.5 version to use features like `pod_gc`
`deleteDelayDuration`.

This is my first PR on this repo, please let me know if I need to update
any other files or add more tests, will do.
Thank you!!

Signed-off-by: Sharath MK <[email protected]>
Co-authored-by: Sambhav Kothari <[email protected]>
  • Loading branch information
Sharathmk99 and sambhav authored Apr 22, 2024
1 parent 7ad6874 commit 190c49e
Show file tree
Hide file tree
Showing 44 changed files with 534 additions and 82 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARGO_WORKFLOWS_VERSION="3.4.4"
ARGO_WORKFLOWS_VERSION="3.5.5"
OPENAPI_SPEC_URL="https://raw.githubusercontent.com/argoproj/argo-workflows/v$(ARGO_WORKFLOWS_VERSION)/api/openapi-spec/swagger.json"
SPEC_PATH="$(shell pwd)/argo-workflows-$(ARGO_WORKFLOWS_VERSION).json"

Expand Down
2 changes: 1 addition & 1 deletion src/hera/events/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""[DO NOT EDIT MANUALLY] Auto-generated model classes.
Auto-generated by Hera via `make events-models`.
OpenAPI spec URL: https://raw.githubusercontent.com/argoproj/argo-workflows/v3.4.4/api/openapi-spec/swagger.json
OpenAPI spec URL: https://raw.githubusercontent.com/argoproj/argo-workflows/v3.5.5/api/openapi-spec/swagger.json
"""

from hera.events.models.eventsource import (
Expand Down
2 changes: 1 addition & 1 deletion src/hera/events/models/eventsource.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by datamodel-codegen:
# filename: argo-workflows-3.4.4.json
# filename: argo-workflows-3.5.5.json

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/hera/events/models/google/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated by datamodel-codegen:
# filename: argo-workflows-3.4.4.json
# filename: argo-workflows-3.5.5.json
2 changes: 1 addition & 1 deletion src/hera/events/models/google/protobuf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by datamodel-codegen:
# filename: argo-workflows-3.4.4.json
# filename: argo-workflows-3.5.5.json

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/hera/events/models/grpc/gateway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated by datamodel-codegen:
# filename: argo-workflows-3.4.4.json
# filename: argo-workflows-3.5.5.json
2 changes: 1 addition & 1 deletion src/hera/events/models/grpc/gateway/runtime.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by datamodel-codegen:
# filename: argo-workflows-3.4.4.json
# filename: argo-workflows-3.5.5.json

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/hera/events/models/io/argoproj/events/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated by datamodel-codegen:
# filename: argo-workflows-3.4.4.json
# filename: argo-workflows-3.5.5.json
2 changes: 1 addition & 1 deletion src/hera/events/models/io/argoproj/events/v1alpha1.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated by datamodel-codegen:
# filename: argo-workflows-3.4.4.json
# filename: argo-workflows-3.5.5.json

from __future__ import annotations

Expand Down
2 changes: 1 addition & 1 deletion src/hera/events/models/io/argoproj/workflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated by datamodel-codegen:
# filename: argo-workflows-3.4.4.json
# filename: argo-workflows-3.5.5.json
Loading

0 comments on commit 190c49e

Please sign in to comment.