Update OpenAPI specs to Bee v2.8.1#825
Conversation
✅ Deploy Preview for test-twitter-preview-testing-3 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Yejin Kelly Joo <yejinkellyjoo@gmail.com>
GasperX93
left a comment
There was a problem hiding this comment.
LGTM overall — the version bumps are careful (even the sample log outputs got the real 2.8.1 commit hash), staking.md changes check out, and #824 landed first as required.
One over-match from the literal semver swap, worth fixing before merge — in docs/bee/working-with-bee/configuration.md, the chequebook verification info box:
It was introduced in Bee v2.8.1.
should stay v2.8.0 — that's a historical statement about when the feature shipped (it was introduced in 2.8.0), not a current-version reference. Single-word revert.
Approving since it's a one-liner; happy to re-check after the fix.
Signed-off-by: Yejin Kelly Joo <yejinkellyjoo@gmail.com>
Good catch, rollbacked. 03ca2fc |
Automated update to Bee v2.8.1.
Source: https://github.com/ethersphere/bee/tree/v2.8.1/openapi
What changed
openapi/Swarm.yamlandopenapi/SwarmCommon.yamlpulled from the tagged commit.2.8.0→2.8.1in the install docs.The version-string replacement is best-effort (literal semver swap in a fixed set
of doc files) and can miss or over-match. Skim the doc diff. Merging this PR triggers
the
tag-on-openapi-mergeworkflow, which tags the merge commitv2.8.1and (with a PAT configured) kicks off the gh-pages deploy.