Problem/Motivation
in #3275886: Pick correct next possible update to avoid inaccurate warnings about being unable to update on cron we determine that when we pick the correctly that there is not valid update version to check readiness check, this could because you are latest in current minor, we don't need to any validation so we don't validate your current version.
Steps to reproduce
Proposed resolution
Make that validate the installed version. For instance you can never update *from* a dev version
We also need remove the validation of the installed/from version from UpdateVersionValidator and probably UpdateVersionValidator
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork automatic_updates-3276031
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
tedbowComment #5
tedbowComment #7
tedbowLooks good so far. We will need to update test coverage.
Comment #8
kunal.sachdev commentedComment #9
tedbowlooks good. needs work for a couple minor issues
Comment #10
phenaproximaAddressed your feedback, @tedbow.
Comment #11
phenaproximaAdded a dedicated kernel test.
Comment #12
phenaproximaAssigning to @tedbow for review.
Comment #13
tedbowRTBC unless you want to fix my "super nit"
Comment #15
phenaproximaMerged into 8.x-2.x. Thanks!