Azure / Azure-Functions

1.11k stars 197 forks source link

[Detector] Add warning and information to minor vs major version updates for Extension checker detector #1753

Open fabiocav opened 3 years ago

fabiocav commented 3 years ago

The detector should show an informational when there is a new major version available, and a warning when there is a new minor version - rationale is that we always want customers to aggressively do minor version updates, while it can be valid to stay on an older major version.

madelinegordon commented 3 years ago

Currently, the detector ("Functions bindings extensions version check") gets the latest version of the Extension, and elicits a warning when the customer's version is out of date. The scope for this issue will be to check for both the latest major version and latest minor version within each major version, and :