-
Notifications
You must be signed in to change notification settings - Fork 905
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 commands and shims #2468
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
changed the title
Remove Chocolatey commands
Remove deprecated Chocolatey commands
Nov 23, 2021
This will also mean the shim for cver needs to go away as well. |
gep13
added a commit
to gep13/choco
that referenced
this issue
Jan 22, 2022
This command is no longer required, and has been replaced by either the choco list or the choco upgrade --noop commands depending on whether you are attempting to get locally installed items, or checking to see what upgrades are availble. In addition, the cver shim has also been removed.
gep13
added a commit
to gep13/choco
that referenced
this issue
Jan 22, 2022
This command has been replaced by the choco upgrade command. At some point, the choco update command will be re-instated, with the purpose of updating the local package index of packages.
gep13
added
the
Requires Upstream Change
Requires changes to a different location once issue is fixed or implemented
label
Jan 22, 2022
There will need to be changes in chocolatey.extension as well, as these commands are overridden there. |
gep13
changed the title
Remove deprecated Chocolatey commands
Remove deprecated Chocolatey commands and shims
Feb 4, 2022
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
3 tasks
gep13
added a commit
to gep13/choco
that referenced
this issue
Mar 11, 2022
This command is no longer required, and has been replaced by either the choco list or the choco upgrade --noop commands depending on whether you are attempting to get locally installed items, or checking to see what upgrades are available. In addition, the cver shim has also been removed.
gep13
added a commit
to gep13/choco
that referenced
this issue
Mar 11, 2022
This command has been replaced by the choco upgrade command. At some point, the choco update command will be re-instated, with the purpose of updating the local package index of packages.
gep13
added a commit
to gep13/choco
that referenced
this issue
Mar 14, 2022
This command is no longer required, and has been replaced by either the choco list or the choco upgrade --noop commands depending on whether you are attempting to get locally installed items, or checking to see what upgrades are available. In addition, the cver shim has also been removed.
gep13
added a commit
to gep13/choco
that referenced
this issue
Mar 14, 2022
This command has been replaced by the choco upgrade command. At some point, the choco update command will be re-instated, with the purpose of updating the local package index of packages.
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 14, 2022
gep13
added a commit
that referenced
this issue
Mar 18, 2022
* release/1.0.0: (65 commits) (version) v1.0.0 (#2443) Fix misspellings for profile text (#2468) Remove choco update command (#2468) Remove choco version command (#2602) Add 1.0.0 of shimgen and update shims (#89) Remove cpack shims on package upgrades (#89) Remove cpack shim for choco pack (maint) Update deprecation notice for config settings (build) Additional tweaks to version numbers (build) Add SolutionVersion.cs file to artifacts (docs) Update committers docs with correct/fixed links (build) Minor tweaks to build files (#2615) Reference CREDITS file for other licenses (build) Refactor Nuget Upload (build) Added missing Kotlin import (maint) Whitespace (#2614) Update 7zip / Shimgen licenses (#2614) Update project contributors (#2641) Minor tweaks to wording and formatting (#2462) Remove mention of alias for search comand ...
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 commands have been marked as deprecated and should be removed in v1.0.0:
update
(see docs)version
(see docs)As well as removing the Chocolatey commands, i.e.
choco update
andchoco version
, we also need to make sure to remove the shim(s) that are installed.There is a shim
cver
that executeschoco version
and needs to be removed.An update to the chocolateyInstall.ps1 will be required to ensure that this is removed after successful installation of 1.0.0.
NOTE: The
cup
is not being removed. This correctly points atchoco upgrade
and will be removed in 2.0.0.The text was updated successfully, but these errors were encountered: