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 --dry-run option from det deploy aws [MLG-983] #8542

Merged

Conversation

azhou-determined
Copy link
Contributor

Description

Original ticket was brought up by user attempting to set --no-shut-down-agents-on-connection-loss and not seeing --dry-run option populated. AFAICT, --no-shut-down-agents-on-connection-loss is correctly populated in the AWS templates and functions as expected.

Per slack discussions, we are removing --dry-run because it currently has no effect and AWS CloudFormation doesn't surface a way to "preview" deploy before deploying.

Test Plan

Commentary (optional)

Checklist

  • Changes have been manually QA'd
  • User-facing API changes need the "User-facing API Change" label.
  • Release notes should be added as a separate file under docs/release-notes/.
    See Release Note for details.
  • Licenses should be included for new code which was copied and/or modified from any external code.

Ticket

@azhou-determined azhou-determined requested a review from a team as a code owner December 5, 2023 20:07
@cla-bot cla-bot bot added the cla-signed label Dec 5, 2023
@determined-ci determined-ci added the documentation Improvements or additions to documentation label Dec 5, 2023
@determined-ci determined-ci requested a review from a team December 5, 2023 20:07
**Breaking Changes**

- CLI: The `--dry-run` option for `det deploy aws` has been removed. Previously, this option had no
effect, as AWS CloudFormation does not provide a utility to preview staged changes.
Copy link
Member

Choose a reason for hiding this comment

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

Breaking Changes

  • CLI: Remove the --dry-run option for det deploy aws. This option has no effect because AWS CloudFormation does not provide a utility to preview staged changes.

Copy link
Member

@tara-det-ai tara-det-ai left a comment

Choose a reason for hiding this comment

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

suggested edits for formatting and consistency with voice/tone

@@ -0,0 +1,4 @@
**Breaking Changes**

- CLI: The `--dry-run` option for `det deploy aws` has been removed. Previously, this option had no
Copy link
Contributor

Choose a reason for hiding this comment

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

double backticks because rst

@determined-ci determined-ci requested a review from a team December 12, 2023 16:51
@azhou-determined azhou-determined merged commit 4a808c3 into determined-ai:main Dec 12, 2023
53 of 60 checks passed
@dannysauer dannysauer added this to the 0.26.7 milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants