[GH Action] Update release tags and commit SHAs for mainnet#2466
[GH Action] Update release tags and commit SHAs for mainnet#2466
Conversation
| "app-latest-tag": "v3.11.0", | ||
| "app-latest-sha": "2a2771aa9fbc82ce6c76f1ac9d4c94c428af212c", |
There was a problem hiding this comment.
🔴 Mainnet app version downgraded from v6.4.10 to v3.11.0
The automated GitHub Action has changed app-latest-tag from v6.4.10 to v3.11.0, which is a major version downgrade. The historical progression in this file has been consistently forward: v6.4.2 → v6.4.4 → v6.4.5 → v6.4.10. Testnets (Arabica and Mocha) are both at v8.0.1, making v3.11.0 for mainnet clearly incorrect. This version is used throughout the docs in install commands like git checkout tags/{{mainnetVersions['app-latest-tag']}} (e.g. app/operate/consensus-validators/install-celestia-app/page.mdx) and version tables on network overview pages (app/operate/networks/mainnet-beta/page.mdx). If merged, this would instruct mainnet validators and operators to install a very old, incompatible version of celestia-app.
| "app-latest-tag": "v3.11.0", | |
| "app-latest-sha": "2a2771aa9fbc82ce6c76f1ac9d4c94c428af212c", | |
| "app-latest-tag": "v6.4.10", | |
| "app-latest-sha": "0b26ea0cf0b52406d6004cef4a36e13c30ddca85", |
Was this helpful? React with 👍 or 👎 to provide feedback.
|
is embedded binary, closing |
Automated changes by create-pull-request GitHub action