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

chore: Remove uses of deprecated fields in docs and manifests #5200

Merged
merged 5 commits into from
Mar 4, 2021
Merged

chore: Remove uses of deprecated fields in docs and manifests #5200

merged 5 commits into from
Mar 4, 2021

Conversation

terrytangyuan
Copy link
Member

Signed-off-by: terrytangyuan [email protected]

Checklist:

Copy link
Contributor

@alexec alexec left a comment

Choose a reason for hiding this comment

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

I think we might have missed the v3.0 boat for this. I suggest we don't do it.

@terrytangyuan terrytangyuan changed the title chore: Remove deprecated fields in controller configmap chore: Remove uses of deprecated fields in docs and manifests Feb 25, 2021
@terrytangyuan
Copy link
Member Author

I think we might have missed the v3.0 boat for this. I suggest we don't do it.

Agreed that it may not be good timing. I've updated the PR to just remove uses of deprecated fields in docs and manifests instead.

@@ -1,7 +1,6 @@
# This example shows the ability to automatically delete workflows after a specified time period
# after the workflow completes. The TTLStrategy sets the strategy for how long workflows that are
# successful, not successful, or completed should live. The former ttlSecondsAfterFinished will be
# deprecated and will be replaced with TTLStrategy.SecondsAfterCompleted.
Copy link
Member Author

Choose a reason for hiding this comment

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

This field is already removed.

@@ -647,7 +647,6 @@ data:
scope: sensor-logs
url: https://logging-facility?namespace=${metadata.namespace}&podName=${metadata.name}&startedAt=${status.startedAt}&finishedAt=${status.finishedAt}
metricsConfig: |
disableLegacy: true
Copy link
Member Author

Choose a reason for hiding this comment

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

This field is not used and will be have no effect.

@alexec alexec self-assigned this Mar 1, 2021
@alexec alexec merged commit 21a026b into argoproj:master Mar 4, 2021
@terrytangyuan terrytangyuan deleted the rm-deprecated branch March 4, 2021 10:03
This was referenced Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants