Skip to content

v2.0.0 - capello ♟️

Choose a tag to compare

@github-actions github-actions released this 17 Mar 19:36
· 105 commits to master since this release
01d9055

Release 2.0.0 - capello ♟️

Docker Images

Pull this release using any of the following tags:

# By semantic version (recommended)
docker pull ghcr.io/nanotaboada/python-samples-fastapi-restful:2.0.0

# By coach name
docker pull ghcr.io/nanotaboada/python-samples-fastapi-restful:capello

# Latest
docker pull ghcr.io/nanotaboada/python-samples-fastapi-restful:latest

Changelog

  • Merge pull request #527 from nanotaboada/release/v2.0.0-capello (01d9055)
  • docs(changelog): release v2.0.0 Capello (331f171)
  • Merge pull request #526 from nanotaboada/fix/remove-assets-references (64f5cbb)
  • chore(config): remove stale assets/ folder references (404b31c)
  • Merge pull request #524 from nanotaboada/refactor/use-squad-number-for-mutation-endpoints (fc081b6)
  • refactor(api): address review feedback on route and service layer (#521) (12eaff0)
  • refactor(api): use squad number for PUT and DELETE endpoints (#521) (470fa53)
  • Merge pull request #522 from nanotaboada/docs/architecture-diagram (8056837)
  • docs(readme): fix soft dependency direction for routes and SQLAlchemy (502b256)
  • docs(github): add bug report issue template (29087e6)
  • docs(readme): update architecture diagram and add explanatory text (a30502e)
  • Merge pull request #520 from nanotaboada/dependabot/github_actions/softprops/action-gh-release-2.6.1 (50c0feb)
  • chore(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1 (ace3cce)
  • Merge pull request #519 from nanotaboada/dependabot/github_actions/actions/checkout-6 (0a43350)
  • chore(deps): bump actions/checkout from 4 to 6 (dc5ddc7)
  • Merge pull request #518 from nanotaboada/ci/codeql-workflow (b05cc8b)
  • chore(docs): update CodeQL badge (8976d94)
  • ci: add CodeQL workflow (54b3308)
  • Merge pull request #517 from nanotaboada/dependabot/github_actions/astral-sh/setup-uv-7.5.0 (289dcb2)
  • Merge branch 'master' into dependabot/github_actions/astral-sh/setup-uv-7.5.0 (4d974e5)
  • Merge pull request #514 from nanotaboada/dependabot/pip/black-26.3.1 (963cde1)
  • Merge branch 'master' into dependabot/pip/black-26.3.1 (436e179)
  • chore(deps): bump astral-sh/setup-uv from 7.4.0 to 7.5.0 (c52020a)
  • Merge pull request #515 from nanotaboada/dependabot/github_actions/actions/download-artifact-8.0.1 (5adade7)
  • chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 (83312a5)
  • chore(deps-dev): bump black from 26.3.0 to 26.3.1 (f884674)
  • Merge pull request #513 from nanotaboada/dependabot/github_actions/astral-sh/setup-uv-7.4.0 (93a4ec0)
  • chore(deps): bump astral-sh/setup-uv from 7.3.1 to 7.4.0 (4ce9a8e)
  • Merge pull request #512 from nanotaboada/chore/claude-settings (d457d07)
  • Merge branch 'master' into chore/claude-settings (6920e1a)
  • Merge pull request #511 from nanotaboada/dependabot/pip/black-26.3.0 (eb8f0ba)
  • chore(docs): update Claude config and architecture diagram (7f66fb3)
  • chore(deps-dev): bump black from 26.1.0 to 26.3.0 (01ef22b)
  • Merge pull request #510 from nanotaboada/docs/readme-refresh (b52ab23)
  • docs(readme): fix caching layer attribution in architecture description (1cd83a9)
  • docs(readme): refresh structure with Mermaid diagram and new sections (82a370f)
  • Merge pull request #508 from nanotaboada/dependabot/github_actions/docker/build-push-action-7.0.0 (611eed8)
  • chore(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 (9290f22)
  • Merge pull request #507 from nanotaboada/dependabot/github_actions/docker/setup-buildx-action-4.0.0 (81a37fc)
  • Merge branch 'master' into dependabot/github_actions/docker/setup-buildx-action-4.0.0 (92a873b)
  • Merge pull request #509 from nanotaboada/chore/coderabbit-custom-recipes (d28e22a)
  • fix(coderabbit): align Docker image with actual implementation (3c774f0)
  • fix(coderabbit): align CI workflow path instructions with actual implementation (1b3c1ad)
  • chore(coderabbit): add custom finishing touch recipes (b5524c1)
  • chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (05843c3)
  • Merge pull request #506 from nanotaboada/dependabot/github_actions/docker/login-action-4.0.0 (f1fc457)
  • chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 (cbfaa27)
  • Merge pull request #505 from nanotaboada/chore/setup-uv-7.3.1 (d0f45c5)
  • Merge branch 'master' into chore/setup-uv-7.3.1 (6c20c69)
  • Merge pull request #504 from nanotaboada/dependabot/pip/sqlalchemy-2.0.48 (6479f8b)
  • chore(deps): bump astral-sh/setup-uv from 7 to 7.3.1 (ed8ad47)
  • Merge branch 'master' into dependabot/pip/sqlalchemy-2.0.48 (bb838b3)
  • Merge pull request #503 from nanotaboada/dependabot/github_actions/astral-sh/setup-uv-7 (ae964f2)
  • chore(deps): bump sqlalchemy from 2.0.47 to 2.0.48 (3523b20)
  • chore(deps): bump astral-sh/setup-uv from 4 to 7 (5b5be73)

📦 Package: ghcr.io/nanotaboada/python-samples-fastapi-restful

What's Changed

  • chore(deps): bump astral-sh/setup-uv from 4 to 7 by @dependabot[bot] in #503
  • chore(deps): bump sqlalchemy from 2.0.47 to 2.0.48 by @dependabot[bot] in #504
  • chore(deps): bump astral-sh/setup-uv from 7 to 7.3.1 by @nanotaboada in #505
  • chore(deps): bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in #506
  • chore(coderabbit): add custom finishing touch recipes by @nanotaboada in #509
  • chore(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 by @dependabot[bot] in #507
  • chore(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 by @dependabot[bot] in #508
  • docs(readme): refresh structure with Mermaid diagram and new sections by @nanotaboada in #510
  • chore(deps-dev): bump black from 26.1.0 to 26.3.0 by @dependabot[bot] in #511
  • chore(docs): update Claude config and architecture diagram by @nanotaboada in #512
  • chore(deps): bump astral-sh/setup-uv from 7.3.1 to 7.4.0 by @dependabot[bot] in #513
  • chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1 by @dependabot[bot] in #515
  • chore(deps-dev): bump black from 26.3.0 to 26.3.1 by @dependabot[bot] in #514
  • chore(deps): bump astral-sh/setup-uv from 7.4.0 to 7.5.0 by @dependabot[bot] in #517
  • ci: add CodeQL workflow by @nanotaboada in #518
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #519
  • chore(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1 by @dependabot[bot] in #520
  • docs(readme): update architecture diagram and add explanatory text by @nanotaboada in #522
  • refactor(api): use squad number for PUT and DELETE endpoints by @nanotaboada in #524
  • chore(config): remove stale assets/ folder references by @nanotaboada in #526
  • docs(changelog): release v2.0.0 Capello by @nanotaboada in #527

Full Changelog: v1.1.0-bielsa...v2.0.0-capello