-
Notifications
You must be signed in to change notification settings - Fork 909
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
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
This issue probably should be closed as wontfix since Write-FileUpdateLog is going to be removed? |
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.
This was referenced Mar 3, 2022
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
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. |
4 tasks
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
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)The text was updated successfully, but these errors were encountered: