Update codewithcj/sparkyfitness Docker tag to v0.16.9 #89

Merged
admin merged 1 commits from renovate/codewithcj-sparkyfitness-0.x into main 2026-06-13 02:03:15 +02:00
Owner

This PR contains the following updates:

Package Update Change
codewithcj/sparkyfitness patch v0.16.8v0.16.9

Release Notes

CodeWithCJ/SparkyFitness (codewithcj/sparkyfitness)

v0.16.9

Compare Source

💙 Support SparkyFitness

Support development if you find SparkyFitness useful — There is approximately $158.58 in remaining project expenses.

⚠️ Important:
⚠️ Backup before upgrading. If you don’t see the latest updates, please refresh or clear your browser cache.
🚀 New providers added: Yazio, Norish & Swish Food Database.

⚠️ If you are using Chatbot in Web, you must configure MCP server. If you had previously setup MCP, you must add below env variables for web Chatbot to work.

Add these under MCP container section.
SPARKY_FITNESS_SERVER_HOST: ${SPARKY_FITNESS_SERVER_HOST:-sparkyfitness-server}
SPARKY_FITNESS_SERVER_PORT: ${SPARKY_FITNESS_SERVER_PORT:-3010}
SPARKY_FITNESS_FRONTEND_URL: ${SPARKY_FITNESS_FRONTEND_URL:-http://0.0.0.0:3004}
You only needs these to be again added to MCP section if you had used these for Server container. Otherwise, you can skip these.
ALLOW_PRIVATE_NETWORK_CORS: ${ALLOW_PRIVATE_NETWORK_CORS:-false}
SPARKY_FITNESS_EXTRA_TRUSTED_ORIGINS: ${SPARKY_FITNESS_EXTRA_TRUSTED_ORIGINS:-}

Refer the updated docker compose as reference if above instruction is not clear.

What's Changed

Features
Fixes

New Contributors

Full Changelog: https://github.com/CodeWithCJ/SparkyFitness/compare/v0.16.8...v0.16.9


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [codewithcj/sparkyfitness](https://github.com/CodeWithCJ/SparkyFitness) | patch | `v0.16.8` → `v0.16.9` | --- ### Release Notes <details> <summary>CodeWithCJ/SparkyFitness (codewithcj/sparkyfitness)</summary> ### [`v0.16.9`](https://github.com/CodeWithCJ/SparkyFitness/releases/tag/v0.16.9) [Compare Source](https://github.com/CodeWithCJ/SparkyFitness/compare/v0.16.8...v0.16.9) 💙 Support SparkyFitness Support development if you find SparkyFitness useful — There is approximately $158.58 in remaining project expenses. ⚠️ Important: ⚠️ Backup before upgrading. If you don’t see the latest updates, please refresh or clear your browser cache. :rocket: New providers added: Yazio, Norish & Swish Food Database. ⚠️ If you are using Chatbot in Web, you must configure MCP server. If you had previously setup MCP, you must add below env variables for web Chatbot to work. Add these under MCP container section. SPARKY\_FITNESS\_SERVER\_HOST: ${SPARKY\_FITNESS\_SERVER\_HOST:-sparkyfitness-server} SPARKY\_FITNESS\_SERVER\_PORT: ${SPARKY\_FITNESS\_SERVER\_PORT:-3010} SPARKY\_FITNESS\_FRONTEND\_URL: ${SPARKY\_FITNESS\_FRONTEND\_URL:-[http://0.0.0.0:3004}](http://0.0.0.0:3004%7D/) You only needs these to be again added to MCP section if you had used these for Server container. Otherwise, you can skip these. ALLOW\_PRIVATE\_NETWORK\_CORS: ${ALLOW\_PRIVATE\_NETWORK\_CORS:-false} SPARKY\_FITNESS\_EXTRA\_TRUSTED\_ORIGINS: ${SPARKY\_FITNESS\_EXTRA\_TRUSTED\_ORIGINS:-} Refer the updated docker compose as reference if above instruction is not clear. <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed ##### Features - Add update\_exercise\_entry action to MCP exercise tool by [@&#8203;Sapd](https://github.com/Sapd) in [#&#8203;1428](https://github.com/CodeWithCJ/SparkyFitness/pull/1428) - Expose RPE, per-set notes, and cardio fields over the MCP exercise tool by [@&#8203;Sapd](https://github.com/Sapd) in [#&#8203;1430](https://github.com/CodeWithCJ/SparkyFitness/pull/1430) - updated api doc to include public accessable and fixed API key auth issue in swagger UI by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1451](https://github.com/CodeWithCJ/SparkyFitness/pull/1451) - Feature/yazio provider 1442 by [@&#8203;thorethy1](https://github.com/thorethy1) in [#&#8203;1458](https://github.com/CodeWithCJ/SparkyFitness/pull/1458) - \[Feature] Integration with Norish by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1464](https://github.com/CodeWithCJ/SparkyFitness/pull/1464) - norish food provider integration - removal of any declaration by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1465](https://github.com/CodeWithCJ/SparkyFitness/pull/1465) - \[Feature]: Allow multiple images per AI food photo estimate by [@&#8203;jsandai](https://github.com/jsandai) in [#&#8203;1409](https://github.com/CodeWithCJ/SparkyFitness/pull/1409) - Integration with Swiss Food Database provider by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1471](https://github.com/CodeWithCJ/SparkyFitness/pull/1471) ##### Fixes - Fix empty MCP input schema on discriminated-union tools (manage\_goals, etc.) by [@&#8203;Sapd](https://github.com/Sapd) in [#&#8203;1411](https://github.com/CodeWithCJ/SparkyFitness/pull/1411) - fix([#&#8203;1417](https://github.com/CodeWithCJ/SparkyFitness/issues/1417)): round set duration to the nearest minute by [@&#8203;fvtronics](https://github.com/fvtronics) in [#&#8203;1418](https://github.com/CodeWithCJ/SparkyFitness/pull/1418) - fix for sleep report error when sleep stage is not avialable from helth connect by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1422](https://github.com/CodeWithCJ/SparkyFitness/pull/1422) - Garmin MFA & wider date range sync issue fix by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1423](https://github.com/CodeWithCJ/SparkyFitness/pull/1423) - Fix average sleep time when bedtimes cross midnight by [@&#8203;Burton-David](https://github.com/Burton-David) in [#&#8203;1416](https://github.com/CodeWithCJ/SparkyFitness/pull/1416) - Withing sync to accept date range and sleep event in API permission by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1437](https://github.com/CodeWithCJ/SparkyFitness/pull/1437) - Add unique (user\_id, entry\_date) indexes for check-in and mood tables (fixes [#&#8203;1424](https://github.com/CodeWithCJ/SparkyFitness/issues/1424)) by [@&#8203;Sapd](https://github.com/Sapd) in [#&#8203;1439](https://github.com/CodeWithCJ/SparkyFitness/pull/1439) - docker health endpoint fix for MCP server by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1443](https://github.com/CodeWithCJ/SparkyFitness/pull/1443) - User management fixes in ADMIN tab by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1445](https://github.com/CodeWithCJ/SparkyFitness/pull/1445) - fix: add missing $27 placeholder for traces column in bulk food import by [@&#8203;o-Oby](https://github.com/o-Oby) in [#&#8203;1427](https://github.com/CodeWithCJ/SparkyFitness/pull/1427) - Corrected goal logic in diary page to handle adaptive TDEE and show accurate error message by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1446](https://github.com/CodeWithCJ/SparkyFitness/pull/1446) - update swagger-jsdoc apis globs to scan TypeScript sources and nested… by [@&#8203;AlexBevan](https://github.com/AlexBevan) in [#&#8203;1447](https://github.com/CodeWithCJ/SparkyFitness/pull/1447) - Swagger doc fixes by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1449](https://github.com/CodeWithCJ/SparkyFitness/pull/1449) - removed swagger from public url by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1450](https://github.com/CodeWithCJ/SparkyFitness/pull/1450) - fix(docker): update backend entrypoint to index.js to support secret files by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1452](https://github.com/CodeWithCJ/SparkyFitness/pull/1452) - docker backend fix by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1453](https://github.com/CodeWithCJ/SparkyFitness/pull/1453) - Tandoor nutrition fix for other languages by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1454](https://github.com/CodeWithCJ/SparkyFitness/pull/1454) - test script fix for tandoor by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1455](https://github.com/CodeWithCJ/SparkyFitness/pull/1455) - added ability save 6 months goals by grams or percetnage. by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1456](https://github.com/CodeWithCJ/SparkyFitness/pull/1456) - fix: add cache: 'no-store' to all fetch to prevent empty 304 by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1457](https://github.com/CodeWithCJ/SparkyFitness/pull/1457) - perf: optimize sleep session db storage calls by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1466](https://github.com/CodeWithCJ/SparkyFitness/pull/1466) - fix: mobile banner and healthconnect source fixes by [@&#8203;apedley](https://github.com/apedley) in [#&#8203;1470](https://github.com/CodeWithCJ/SparkyFitness/pull/1470) - MCP direct API fix by [@&#8203;CodeWithCJ](https://github.com/CodeWithCJ) in [#&#8203;1472](https://github.com/CodeWithCJ/SparkyFitness/pull/1472) #### New Contributors - [@&#8203;Sapd](https://github.com/Sapd) made their first contribution in [#&#8203;1411](https://github.com/CodeWithCJ/SparkyFitness/pull/1411) - [@&#8203;fvtronics](https://github.com/fvtronics) made their first contribution in [#&#8203;1418](https://github.com/CodeWithCJ/SparkyFitness/pull/1418) - [@&#8203;Burton-David](https://github.com/Burton-David) made their first contribution in [#&#8203;1416](https://github.com/CodeWithCJ/SparkyFitness/pull/1416) - [@&#8203;GasimGasimzada](https://github.com/GasimGasimzada) made their first contribution in [#&#8203;1431](https://github.com/CodeWithCJ/SparkyFitness/pull/1431) - [@&#8203;AlexBevan](https://github.com/AlexBevan) made their first contribution in [#&#8203;1447](https://github.com/CodeWithCJ/SparkyFitness/pull/1447) - [@&#8203;thorethy1](https://github.com/thorethy1) made their first contribution in [#&#8203;1458](https://github.com/CodeWithCJ/SparkyFitness/pull/1458) **Full Changelog**: <https://github.com/CodeWithCJ/SparkyFitness/compare/v0.16.8...v0.16.9> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
admin added the renovate label 2026-06-13 02:03:13 +02:00
admin added 1 commit 2026-06-13 02:03:13 +02:00
Update codewithcj/sparkyfitness Docker tag to v0.16.9
renovate/stability-days Updates have met minimum release age requirement
4fc0851d29
admin scheduled this pull request to auto merge when all checks succeed 2026-06-13 02:03:14 +02:00
admin merged commit 0fac44e60d into main 2026-06-13 02:03:15 +02:00
admin deleted branch renovate/codewithcj-sparkyfitness-0.x 2026-06-13 02:03:16 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/homelab-manifests#89