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

Support graceful Linux/Windows VM shutdown #8470

Merged
merged 2 commits into from Nov 19, 2020
Merged

Support graceful Linux/Windows VM shutdown #8470

merged 2 commits into from Nov 19, 2020

Conversation

jstachowiak
Copy link
Contributor

@jstachowiak jstachowiak commented Sep 15, 2020

Closes #8469

@jackofallops
Copy link
Member

hi @jstachowiak - just passing through and noticed you've included the changelog in this PR. Maintainers update that when we merge PR's so it's accurate and current for the release that the change goes into, so we'll need you to remove that change please.
Thanks!

@ghost ghost added size/L and removed size/XS labels Sep 16, 2020
@jstachowiak jstachowiak marked this pull request as ready for review September 16, 2020 15:28
@jstachowiak
Copy link
Contributor Author

Cool @jackofallops! I removed that change and added a few acceptance tests. Some jobs failed with the following error:

golangci/golangci-lint info checking GitHub for tag 'v1.24.0'
golangci/golangci-lint crit unable to find 'v1.24.0' - use 'latest' or see https://github.com/golangci/golangci-lint/releases for details
GNUmakefile:14: recipe for target 'tools' failed
make: *** [tools] Error 1
The command "make tools" failed and exited with 2 during .
Your build has been stopped.

I can see the tag, so I assume it's a glitch. How can I rerun these jobs?

Copy link
Member

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

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

hey @jstachowiak

Thanks for this PR :)

Taking a look through this is off to a good start - but since this is a behavioural feature toggle it'd be good to move this to the features block within the provider block to group the behavioural feature toggles together - could we update this?

Thanks!

@jstachowiak
Copy link
Contributor Author

Hi @tombuildsstuff! I implemented the changes that you requested. make depscheck job failed but not sure why. Let me know if you have any other suggestions.

@jstachowiak
Copy link
Contributor Author

@tombuildsstuff, do you have time to take look at my changes?

@jstachowiak
Copy link
Contributor Author

Hi @tombuildsstuff, any update here? 🤔

@tombuildsstuff
Copy link
Member

@jstachowiak apologies for the delay, missed this - will take a look now 👍

Copy link
Member

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

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

hey @jstachowiak

Thanks for pushing those changes - apologies for the delayed re-review here!

I've taken a look through and left one comment inline around wording - but if we can fix that and rebase this PR on top of master then this should otherwise be good to merge 👍

Thanks!

website/docs/index.html.markdown Outdated Show resolved Hide resolved
Jaroslaw Stachowiak and others added 2 commits November 19, 2020 09:57
Co-authored-by: Tom Harvey <tombuildsstuff@users.noreply.github.com>
Copy link
Member

@tombuildsstuff tombuildsstuff left a comment

Choose a reason for hiding this comment

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

LGTM - thanks for pushing those changes @jstachowiak

@jstachowiak
Copy link
Contributor Author

Thanks @tombuildsstuff - this was fun! 🚀

@tombuildsstuff
Copy link
Member

Acceptance Tests look good 👍

@tombuildsstuff tombuildsstuff added this to the v2.37.0 milestone Nov 19, 2020
@tombuildsstuff tombuildsstuff merged commit a8dce38 into hashicorp:master Nov 19, 2020
tombuildsstuff added a commit that referenced this pull request Nov 19, 2020
@jstachowiak jstachowiak deleted the support-graceful-vm-shutdown branch November 19, 2020 11:57
@ghost
Copy link

ghost commented Nov 20, 2020

This has been released in version 2.37.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.37.0"
}
# ... other configuration ...

@ghost
Copy link

ghost commented Dec 19, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@hashicorp hashicorp locked as resolved and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support graceful Linux/Windows VM shutdown
3 participants