chore: deprecate ssh_skip_request_pty#222
Conversation
|
So this change requires a minor bump. When we remove configuration options that have been deprecated a minor is used to finalize the remove. Please let me know if you have any objections. |
|
Yep! I have this and the others all under the v1.1.0 milestone - we'll need to bump |
ssh_skip_request_ptyssh_skip_request_pty
f338284 to
3bdecaa
Compare
|
I've updated this to simply add a deprecation warning and that it will be removed in the next major. cc @nywilken @lbajolet-hashicorp |
3bdecaa to
0ad2d6e
Compare
lbajolet-hashicorp
left a comment
There was a problem hiding this comment.
Overall LGTM! I left a comment regarding the removal of c.Comm.SSHPty = false, just out of an abundance of precaution here, feel free to respond when you have time.
Pre-approving to not delay a future merge, since it's a minor concern, and whatever resolution will be good imo.
Deprecated `ssh_skip_request_pty` per comment: ``` // These are deprecated, but we keep them around for BC // TODO(@mitchellh): remove" ``` Signed-off-by: Ryan Johnson <ryan@tenthirtyam.org>
0ad2d6e to
54ccaa3
Compare
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Deprecate
ssh_skip_request_ptyper comment:https://github.com/hashicorp/packer-plugin-vmware/blob/330dc55d3b00bab6d95ae17ae541ce55f5efb50e/builder/vmware/common/ssh_config.go#L13-L19
Testing