Skip to content

feat: Add support for the forceNewDeployment parameter in the update_service function #240

@geoL86

Description

@geoL86

Summary
Feature request: Add support for the forceNewDeployment parameter in the update_service function.

Motivation
Currently, there is no way to explicitly trigger a new deployment of an ECS service when there are no changes to the task definition or service configuration. Adding support for the forceNewDeployment parameter would enable users to manually initiate a new deployment—useful in cases like re-pulling the latest image with the same tag.

Proposed Change
Introduce an optional forceNewDeployment parameter to the update_service function, defaulting to false. When set to true, the ECS service will trigger a new deployment regardless of detected changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions