Announcement: Rollback of 50.13.3 CLI 7.84.2
See original GitHub issueWe had to roll back yesterday’s CLI release because it caused multiple issues for customers. In the spirit of transparency, we want to explain what happened and how we plan to fix it.
As many of you know, we’ve made great progress in open sourcing the CLI (https://developer.salesforce.com/blogs/2020/05/open-sourcing-salesforce-cli.html); stay tuned for a blog post updating the community soon. We’re committed to transitioning the CLI to be fully open-sourced. However, the transition involves moving many commands and builds to multiple public repositories and environments. We are also currently releasing the CLI using both the old and new system.
We haven’t released a new version of the CLI in over a month because of Dreamforce and the holidays. This delay created a release with a lot of changes (https://github.com/forcedotcom/cli/tree/main/releasenotes#50133-january-14-2021---cli-7842). Nonetheless, the release candidate sat in `latest-rc’ for over a week to allow for testing, and everything seemed to work correctly in our CI and testing environments.
However, when the CLI was promoted Thursday, January 14, 2021, the archives and plug-in versions were pointing to incorrect and incompatible dependency versions, which caused a variety of regressions. We are still investigating what exactly happened and why our tests didn’t catch the issues. We’re working to ensure that the new build system will prevent these regressions from happening in the future.
We plan to fix all the dependency issues and build a new latest-rc
version next week, and then promote it on Thursday, January 28, 2021.
We apologize for the inconvenience.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:17
- Comments:14
The
stable
channel, whichsfdx update
points to, seems to be on different versions… I can look into that a little more.@amphro Could you clarify what it means that the 50.13.3 release was rolled back? I ran
sfdx update
this morning, and ended up with version 50.13.3 of the salesforcedx plugin. I had seen this announcement and it took me quite some time to realize that I have the wrong version, since I was expecting thatsfdx update
would not install a release that was rolled back.And to echo the previous comment – now that I have the wrong release, how do I install the previous one?