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

prepare the changelog for the 6.0.0 release #1278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tgummerer
Copy link
Contributor

This includes a breaking change from #1118, so we should release a new major version.

This includes a breaking change, so we should release a new major
version.
@tgummerer tgummerer requested a review from a team as a code owner September 9, 2024 11:19
Copy link
Member

@justinvp justinvp left a comment

Choose a reason for hiding this comment

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

Before we release this, should we address Komal's comment at #1118 (comment)?

Looks like we at least have the refresh option for up and preview in nodejs automation api, but would be great to get this supported for destroy as well to have consistency across commands.

Otherwise, it looks like if you're running destroy with the refresh option set, we no longer do a refresh at all.

@tgummerer
Copy link
Contributor Author

😬 I missed that comment, thanks for catching it! Yes we should!

tgummerer added a commit to pulumi/pulumi that referenced this pull request Sep 9, 2024
Currently refresh support is inconsistent in automation API.  Go
supports it for up, preview and destroy, NodeJS only supports it for
up and preview, and Python doesn't support it at all.  Support it for
all three in up, preview and destroy.

The important bit is supporting it for NodeJS (see pulumi/actions#1278 (review)),
but it's best to support it consistently when we can.
@tgummerer
Copy link
Contributor Author

pulumi/pulumi#17209 has the changes. We can merge this after merging and releasing that.

github-merge-queue bot pushed a commit to pulumi/pulumi that referenced this pull request Sep 17, 2024
Currently refresh support is inconsistent in automation API. Go supports
it for up, preview and destroy, NodeJS only supports it for up and
preview, and Python doesn't support it at all. Support it for all three
in up, preview and destroy.

The important bit is supporting it for NodeJS (see
pulumi/actions#1278 (review)),
but it's best to support it consistently when we can.
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