espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
431 stars 145 forks source link

Stable version release (MEGH-4476) #255

Open Sundareswar23 opened 1 year ago

Sundareswar23 commented 1 year ago

Is your feature request related to a problem?

A stable version is not available in rainmaker. sometimes the build are failing. For time being we need to move the git HEAD to use correct build. Please do release a stable

Describe the solution you'd like.

No response

Describe alternatives you've considered.

No response

Additional context.

No response

shahpiyushv commented 1 year ago

RainMaker primarily relies on stability of ESP IDF releases. Internal CIs verify that the git head compiles with release/v4.1, release/v4.2, release/v4.3, release/v4.4, release/v5.0 and release/v5.1. Compilation errors typically are seen due to incorrect usage or missing dependencies (especially, not synchronising git submodules). So atleast in the context of this particular issue (sometimes the build are failing), even a tagged release wouldn't have helped. We will consider if we really need releases for rainmaker, considering that it actually depends on releases of the rainmaker backend, skills, phone apps and esp idf, and update accordingly.