Skip to content

Update Lemonade Server to v10.0.0#498

Merged
kovtcharov-amd merged 2 commits intomainfrom
update/lemonade-10.0.0
Mar 12, 2026
Merged

Update Lemonade Server to v10.0.0#498
kovtcharov-amd merged 2 commits intomainfrom
update/lemonade-10.0.0

Conversation

@kovtcharov
Copy link
Copy Markdown
Collaborator

Summary

  • Update LEMONADE_VERSION from 9.3.0 to 10.0.0 in src/gaia/version.py
  • Fix .deb package naming change: lemonade_lemonade-server_ (v10.0.0 renamed the asset)
  • Update all download URLs and version references in docs (cpp/setup.mdx, cpp/README.md, docs.json)
  • Update installer code, tests, and doc version checker to match new naming

Verified

  • All 4 download URLs return HTTP 302 (valid): .msi (full + minimal), .deb, release page
  • Old .deb naming (lemonade_10.0.0_amd64.deb) returns 404 — confirmed breaking change
  • 42/42 unit tests pass (tests/unit/test_init_command.py)

Test plan

  • Verify gaia init downloads and installs Lemonade 10.0.0 on Windows
  • Verify gaia init downloads and installs Lemonade 10.0.0 on Linux
  • CI workflows pick up new version via LEMONADE_VERSION
  • Run python util/check_doc_versions.py to confirm all doc references are consistent

🤖 Generated with Claude Code

Update all references from Lemonade 9.3.0 to 10.0.0 and fix the .deb
package naming change (lemonade_ -> lemonade-server_) introduced in
v10.0.0.
@github-actions github-actions bot added documentation Documentation changes tests Test changes cpp labels Mar 12, 2026
@kovtcharov-amd kovtcharov-amd added this pull request to the merge queue Mar 12, 2026
Merged via the queue into main with commit aeaa8c5 Mar 12, 2026
59 checks passed
@kovtcharov-amd kovtcharov-amd deleted the update/lemonade-10.0.0 branch March 12, 2026 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cpp documentation Documentation changes tests Test changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants