zarf icon indicating copy to clipboard operation
zarf copied to clipboard

v1 deprecation, `.maxRetries` -> `retries`

Open AustinAbro321 opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe.

Within all of the .components.x.actions we will change .maxRetries -> .retries. We will make this change both on the defaults and on the regular actions.

Example paths this affects. .components.x.actions.OnDeploy.Before.MaxRetries -> .components.x.actions.OnDeploy.Before.retries .components.x.actions.OnRemove.Default.MaxRetries -> .components.x.actions.OnRemove.Default.retries ... .components.x.actions.[OnAny].[AnyTimeOrDefault].MaxRetries -> .components.x.actions.[OnAny].[AnyTimeOrDefault].retries

AustinAbro321 avatar Jun 20 '24 14:06 AustinAbro321