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

Remove deprecated Chocolatey helper functions #2469

Closed
pauby opened this issue Nov 23, 2021 · 2 comments · Fixed by #2613
Closed

Remove deprecated Chocolatey helper functions #2469

pauby opened this issue Nov 23, 2021 · 2 comments · Fixed by #2613
Assignees
Labels
5 - Released Breaking Change IN REGRESSION TEST SUITE These are things that are handled by tools like Test-Kitchen Requires Upstream Change Requires changes to a different location once issue is fixed or implemented
Milestone

Comments

@pauby
Copy link
Member

pauby commented Nov 23, 2021

The following Chocolatey helper functions have been deprecated and should be removed in v1.0.0:

  • Write-FileUpdateLog (see docs)
  • Write-ChocolateySuccess (see docs)
  • Write-ChocolateyFailure (see docs)
  • Install-ChocolateyDesktopLink (see docs)
@TheCakeIsNaOH
Copy link
Member

TheCakeIsNaOH commented Jan 17, 2022

This issue probably should be closed as wontfix since Write-FileUpdateLog is going to be removed?

@corbob corbob added the ADD AUTO TESTS Things that typically go to Test-Kitchen - once completed, IN REGRESSION TEST SUITE label added label Mar 1, 2022
@AdmiringWorm AdmiringWorm self-assigned this Mar 3, 2022
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 3, 2022
This function was deprecated before, and should now be
removed for v1.0.0.
This commit removes this cmdlet.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 3, 2022
This function was deprecated is meant to be removed
in v1.0.0.
This commit removes this function, and all usages of
the functions. There may need to be updates in other
locations outside of this repository that do similar
changes.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 3, 2022
This commit removes the deprecated cmdlet
Write-ChocolateyFailure.
This cmdlet was deprecated for v1.0.0 and are
now removed with this commit.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 3, 2022
This commit removes the deprecated cmdlet
Install-ChocolateyDesktopLink.
This cmdlet was deprecated before v1.0.0 and pending
removal for v1.0.0.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 7, 2022
This function was deprecated before, and should now be
removed for v1.0.0.
This commit removes this cmdlet.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 7, 2022
This function was deprecated is meant to be removed
in v1.0.0.
This commit removes this function, and all usages of
the functions. There may need to be updates in other
locations outside of this repository that do similar
changes.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 7, 2022
This commit removes the deprecated cmdlet
Write-ChocolateyFailure.
This cmdlet was deprecated for v1.0.0 and are
now removed with this commit.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 7, 2022
This commit removes the deprecated cmdlet
Install-ChocolateyDesktopLink.
This cmdlet was deprecated before v1.0.0 and pending
removal for v1.0.0.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 7, 2022
This function was deprecated before, and should now be
removed for v1.0.0.
This commit removes this cmdlet.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 7, 2022
This function was deprecated is meant to be removed
in v1.0.0.
This commit removes this function, and all usages of
the functions. There may need to be updates in other
locations outside of this repository that do similar
changes.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 7, 2022
This commit removes the deprecated cmdlet
Write-ChocolateyFailure.
This cmdlet was deprecated for v1.0.0 and are
now removed with this commit.
AdmiringWorm added a commit to AdmiringWorm/choco that referenced this issue Mar 7, 2022
This commit removes the deprecated cmdlet
Install-ChocolateyDesktopLink.
This cmdlet was deprecated before v1.0.0 and pending
removal for v1.0.0.
gep13 pushed a commit to AdmiringWorm/choco that referenced this issue Mar 8, 2022
This function was deprecated before, and should now be
removed for v1.0.0.
This commit removes this cmdlet.
gep13 pushed a commit to AdmiringWorm/choco that referenced this issue Mar 8, 2022
This function was deprecated is meant to be removed
in v1.0.0.
This commit removes this function, and all usages of
the functions. There may need to be updates in other
locations outside of this repository that do similar
changes.
gep13 pushed a commit to AdmiringWorm/choco that referenced this issue Mar 8, 2022
This commit removes the deprecated cmdlet
Write-ChocolateyFailure.
This cmdlet was deprecated for v1.0.0 and are
now removed with this commit.
gep13 pushed a commit to AdmiringWorm/choco that referenced this issue Mar 8, 2022
This commit removes the deprecated cmdlet
Install-ChocolateyDesktopLink.
This cmdlet was deprecated before v1.0.0 and pending
removal for v1.0.0.
gep13 added a commit that referenced this issue Mar 8, 2022
…colatey-helper-functions

(#2469) Remove deprecated Chocolatey helper functions
@gep13
Copy link
Member

gep13 commented Mar 8, 2022

There will need to be some documentation changes to complete this work, but this should happen as a result of running the GenerateDocs.ps1 file, once the v1.0.0 release is completed. So there is no need to re-open this issue as s signal that this needs to be done.

@gep13 gep13 added 4 - Done and removed 3 - Review labels Mar 8, 2022
@AdmiringWorm AdmiringWorm added the Requires Upstream Change Requires changes to a different location once issue is fixed or implemented label Mar 9, 2022
@corbob corbob added IN REGRESSION TEST SUITE These are things that are handled by tools like Test-Kitchen and removed ADD AUTO TESTS Things that typically go to Test-Kitchen - once completed, IN REGRESSION TEST SUITE label added labels Mar 9, 2022
daryl-mcmillan added a commit to daryl-mcmillan/ChocolateyPackages that referenced this issue Apr 4, 2022
The current chocolatey release has removed the long-deprecated `Write-ChocolateySuccess` and `Write-ChocolateyFailure` functions.

chocolatey/choco#2469
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Released Breaking Change IN REGRESSION TEST SUITE These are things that are handled by tools like Test-Kitchen Requires Upstream Change Requires changes to a different location once issue is fixed or implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants