Skip to content

chore(main): release template-fastapi-react 1.6.0#426

Closed
hephaestus-hermes[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--components--template-fastapi-react
Closed

chore(main): release template-fastapi-react 1.6.0#426
hephaestus-hermes[bot] wants to merge 1 commit intomainfrom
release-please--branches--main--components--template-fastapi-react

Conversation

@hephaestus-hermes
Copy link
Copy Markdown

@hephaestus-hermes hephaestus-hermes bot commented Mar 4, 2026

🤖 I have created a release beep boop

1.6.0 (2026-03-27)

Features

  • add init.py to expose public APIs for each package (d58959f)
  • add openapi.json (1282fb3)
  • add validate-radix-config (48e1f67)
  • generate OpenAPI spec without a running server (1282fb3)

Bug Fixes

  • Add necessary files for Yarn PnP (40858a7)
  • add spacing between list items (82c8970)
  • add yarn install dependency and increase mise timeout (9b9d129)
  • allow auth disabled -> default to default_user (6649042)
  • avoid prop forwarding to dom using sc prefix (71ad09e)
  • disable csp locally (3703330)
  • mypy error (66303aa)
  • No need to expose API port (7158a02)
  • Potential fix for code scanning alert no. 2: Clear-text logging of sensitive information (0d03250)
  • Propagate SIGINT signal (2297b66)
  • replace OpenSensus with OpenTelemetry and fix exception handling (710e9f1)
  • run tests from the src folder (3478a06)
  • These should not be touched by biome (26bf46a)
  • Use LF as end-of-file marker (966fae4)
  • use vite-plugin-csp-guard to generate csp and subresource integrity checks (df215da)

Documentation

  • add RUNBOOK.md (d665e29)
  • update paths in documentation (4144623)
  • update references from app.py to app package structure (e1ce547)
  • update test file paths from api/src/tests to api/tests (3defebb)

Miscellaneous Chores

  • 'docker-compose'->'docker compose' (532f123)
  • add 'yarn generate' command (ae135e2)
  • add mypy as dependency (42c9ea8)
  • add new app-reg to .env-template (0ab9351)
  • adjust readme (e9c5d97)
  • biome match installed package version (b145f05)
  • bump python 3.10 -> 3.12 (8b71285)
  • change to correct port in yarn generate (8efab97)
  • Consistent, and up-to-date version of MongoDB (ba053b6)
  • enable mypy strict mode (bf282a6)
  • ensure correct python version is used by pre commit (d262023)
  • generate api (7fbdbcf)
  • ignore ruff lint (ba14b02)
  • invalid optional argument typing (542a8b2)
  • make pre-commit output prettier (499eba3)
  • merge .gitignore files (a7ae71e)
  • remove generate-changelog workflow (1879445)
  • remove labeler (318e259)
  • remove outdated VSCode files (2b1ec47)
  • remove unused interrogate config (8619a8a)
  • setup dependabot to run monthly (6912a7a)
  • spelling (930c66c)
  • temporarily disable strict mypy (0227646)
  • Update pre-commit hooks (1288df1)
  • Update dependencies and support for newer yarn (76022fe)
  • update docs dependencies (13f030c)
  • update pre commit hooks (9124767)
  • update pre-commit (866cdef)
  • update uv lock versions (f2289c4)
  • update web packages (2ed7b1d)
  • update yarn dependencies (66f7545)
  • Upgrade Python to 3.14 (617692e)
  • use biome for 'yarn lint' command (8e3abc9)
  • use correct login function (0cc2925)
  • Use explicit version of yarn (23cbd90)
  • use ghcr.io for all images in docker-compose.yml and update mongo image to 7.0.17 (7f4268a), closes #207
  • use non-deprecated serialization method (77697fa)
  • workflow: update upload artifact action to v4 (c8edeb0)

Code Refactoring

  • 'dict' is deprecated in Pydantic 2 (2ea5cad)
  • add handleError-function to useTodoAPI (ef0991a)
  • add a TodoItem type alias based on AddTodoResponse in TodoContext (990e170)
  • create proper Python package structure for app (e1ce547)
  • delete old app.py now that content is in app package (e1ce547)
  • export create_app from app package init (e1ce547)
  • lint web generate script (99bb48f)
  • make the router tagged with "todo" instead of "todos" to ensure "TodoService" name (80c7bd7)
  • move dispatch calls into useTodoAPI calls (dcafe44)
  • move source modules under app package (4144623)
  • moved pydantic class (fe9d4bf)
  • Multi-stage build (817d890)
  • pytest collection and CLI options (7d8fb3a)
  • relocate tests directory (3defebb)
  • remove codespell (24b19f4)
  • remove deprecated example field (3ab5a3b)
  • remove unnecessary statusOf-function (5b8a97f)
  • remove unneeded arguments from functions in scoped component (a4d219e)
  • rename todos->todoItems in context (d44e84a)
  • replace "todos" with todoItem in useTodoAPI (7635bae)
  • replace promise.then syntax with await (e0a599f)
  • simplify open-api command to stdout only (1282fb3)
  • trim init.py exports to only externally-consumed symbols (d58959f)
  • use LoggerLevel enum (3ff2140)
  • Use minimal containers for web server (8e9aba8)
  • Use mise for tools and tasks (6e3573b)
  • use script-relative ROOT_DIR instead of pwd in pre-commit script (1282fb3)
  • Use yarn PnP (5931853)
  • write openapi spec to file instead of printing to stdout (1282fb3)

Build System

  • deps-dev: bump @biomejs/biome from 1.9.4 to 2.1.2 in /web (fdfb74a)
  • deps-dev: bump @types/jest from 29.5.14 to 30.0.0 in /web (9fffb62)
  • deps-dev: bump @types/node from 22.13.5 to 24.1.0 in /web (06db1a2)
  • deps-dev: bump @types/node from 24.3.0 to 25.5.0 in /web (d5ad18d)
  • deps-dev: bump @vitejs/plugin-react from 4.7.0 to 5.0.2 in /web (6329f6c)
  • deps-dev: bump @vitejs/plugin-react from 5.0.2 to 6.0.1 in /web (4a109d5)
  • deps-dev: bump jsdom from 26.1.0 to 27.0.0 in /web (6c037d1)
  • deps-dev: bump jsdom from 27.0.0 to 29.0.1 in /web (144985c)
  • deps-dev: bump the web group across 2 directories with 3 updates (0230530)
  • deps-dev: bump typescript from 5.9.2 to 6.0.2 in /documentation (d81f3bd)
  • deps-dev: bump typescript from 5.9.2 to 6.0.2 in /web (16e18f3)
  • deps-dev: bump vite from 6.1.1 to 6.1.6 in /web (16a04c3)
  • deps-dev: bump vite from 6.1.6 to 7.0.6 in /web (57b11cf)
  • deps-dev: bump vite from 7.1.3 to 7.1.11 in /web (6b69026)
  • deps-dev: bump vite from 7.3.1 to 8.0.3 in /web (3346965)
  • deps-dev: bump vite-plugin-csp-guard from 2.1.1 to 3.0.0 in /web (0dfdc22)
  • deps-dev: bump vite-tsconfig-paths from 5.1.4 to 6.1.1 in /web (d97fd3c)
  • deps-dev: bump vitest from 2.1.8 to 3.0.6 in /web (eeb691f)
  • deps-dev: bump vitest from 3.2.4 to 4.1.2 in /web (f0a8eff)
  • deps: bump @babel/helpers from 7.26.9 to 7.28.2 in /documentation (2254252)
  • deps: bump @babel/runtime from 7.19.0 to 7.28.2 in /documentation (8cb8edf)
  • deps: bump @babel/runtime-corejs3 in /documentation (188c7f9)
  • deps: bump @biomejs/biome from 1.9.4 to 2.4.9 (497890e)
  • deps: bump @equinor/eds-core-react from 0.48.0 to 2.4.0 in /web (4749849)
  • deps: bump @equinor/eds-icons from 0.22.0 to 1.3.0 in /web (7ee0231)
  • deps: bump actions/checkout from 4 to 5 (4d3aee6)
  • deps: bump actions/checkout from 5 to 6 (124445d)
  • deps: bump actions/create-github-app-token from 2 to 3 (89317e5)
  • deps: bump actions/download-artifact from 4 to 5 (15e5ccb)
  • deps: bump actions/setup-node from 4 to 5 (f89f8b9)
  • deps: bump actions/setup-node from 5 to 6 (a1f1381)
  • deps: bump actions/setup-python from 5 to 6 (fc1a7d7)
  • deps: bump actions/upload-artifact from 4 to 5 (58e0e5b)
  • deps: bump astral-sh/setup-uv from 5 to 6 (466848b)
  • deps: bump astral-sh/setup-uv from 6 to 7 (505d347)
  • deps: bump axios from 1.11.0 to 1.13.5 in /web (3661de8)
  • deps: bump azure/login from 2 to 3 (4268e8b)
  • deps: bump brace-expansion from 5.0.4 to 5.0.5 in /web (23b77e8)
  • deps: bump brace-expansion in /documentation (51c2b32)
  • deps: bump braces from 3.0.2 to 3.0.3 in /documentation (7ce887e)
  • deps: bump certifi from 2023.11.17 to 2025.1.31 in /api (4dd24b5)
  • deps: bump cross-spawn from 7.0.3 to 7.0.6 in /documentation (94cbb6d)
  • deps: bump dompurify from 3.2.6 to 3.3.3 in /documentation (63cb35b)
  • deps: bump equinor/radix-github-actions from 1 to 2 (e4a0bb4)
  • deps: bump estree-util-value-to-estree in /documentation (1f7787f)
  • deps: bump express from 4.18.1 to 4.21.2 in /documentation (0994043)
  • deps: bump follow-redirects in /documentation (85721d0)
  • deps: bump github/codeql-action from 3 to 4 (0579a4f)
  • deps: bump handlebars from 4.7.8 to 4.7.9 in /web (5912d94)
  • deps: bump http-proxy-middleware in /documentation (bc3ac82)
  • deps: bump https://github.com/astral-sh/ruff-pre-commit (99fd974)
  • deps: bump https://github.com/biomejs/pre-commit (a33a522)
  • deps: bump image-size from 1.2.0 to 1.2.1 in /documentation (0e4aea0)
  • deps: bump jdx/mise-action from 3 to 4 (00bd7cb)
  • deps: bump js-yaml from 4.1.0 to 4.1.1 in /web (4a8eab6)
  • deps: bump loader-utils from 2.0.2 to 2.0.4 in /documentation (e362171)
  • deps: bump micromatch from 4.0.5 to 4.0.8 in /documentation (b716238)
  • deps: bump nginx (1801014)
  • deps: bump nginx (2697f41)
  • deps: bump nginx (7f1f1e2)
  • deps: bump nginx (6ce5452)
  • deps: bump node from 22 to 23 in /web (1611388)
  • deps: bump node from 23 to 24 in /web (974df24)
  • deps: bump node-forge from 1.3.1 to 1.4.0 in /documentation (c983d2c)
  • deps: bump picomatch from 2.3.1 to 2.3.2 in /documentation (667d2c8)
  • deps: bump picomatch from 2.3.1 to 2.3.2 in /web (9c684e3)
  • deps: bump prismjs from 1.29.0 to 1.30.0 in /documentation (80d059a)
  • deps: bump requests in /api in the uv group across 1 directory (e5fe2bf)
  • deps: bump rollup from 4.50.0 to 4.59.0 in /web (c0bac1c)
  • deps: bump serialize-javascript in /documentation (74c6567)
  • deps: bump tar from 7.5.10 to 7.5.13 in /web (3e58f28)
  • deps: bump tar from 7.5.9 to 7.5.10 in /web (2d8efae)
  • deps: bump tar-fs from 3.0.8 to 3.1.0 in /documentation (2a9242c)
  • deps: bump tar-fs from 3.1.0 to 3.1.1 in /documentation (e326160)
  • deps: bump the api group across 1 directory with 8 updates (926c41b)
  • deps: bump the api group in /api with 6 updates (14c6628)
  • deps: bump the dockerfile group across 2 directories with 2 updates (d1fd731)
  • deps: bump the web group across 1 directory with 19 updates (8067b9e)
  • deps: bump the web group across 1 directory with 8 updates (4e5ccdc)
  • deps: bump the web group across 2 directories with 10 updates (ff59f2d)
  • deps: bump the web group across 2 directories with 12 updates (966397b)
  • deps: bump the web group across 2 directories with 18 updates (aea88ac)
  • deps: bump the web group in /web with 8 updates (f8fc38d)
  • deps: bump undici from 6.21.1 to 6.21.3 in /web (e32fced)
  • deps: bump undici from 7.15.0 to 7.24.6 in /web (4ce9fe0)
  • migrate biome config for v2.4.9 compatibility (1788fc7)
  • update moduleResolution to bundler for TypeScript 6.0 (0faa672)

Continuous Integration

  • add bicep files for resource setup (2c4db09)
  • add dependabot (3448e65)
  • Add documentation to dependabot (a5c0a51)
  • add github-action checks to dependabot (4d0bedf)
  • Add pre-commit to dependabot (d529ee7)
  • add staging environment (53135ca)
  • change how codeql is run (7534117)
  • move mypy and unit tests (6e14794)
  • pin Python in mypy workflow (8daff05)
  • Replace poetry with uv (5920fdd)
  • update action versions (896e632)
  • update tests action (0caf81e)
  • Use GitHub-app to generate PAT (29d4ce2)

This PR was generated with Release Please. See documentation.

@hephaestus-hermes hephaestus-hermes bot force-pushed the release-please--branches--main--components--template-fastapi-react branch from 51e72b5 to c976b0a Compare March 4, 2026 09:41
@hephaestus-hermes hephaestus-hermes bot requested a review from a team as a code owner March 4, 2026 09:41
@hephaestus-hermes hephaestus-hermes bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 11 times, most recently from 14d8ca4 to 34f6c05 Compare March 6, 2026 16:13
@hephaestus-hermes hephaestus-hermes bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 16 times, most recently from 3ffb842 to 0d42efd Compare March 27, 2026 09:39
@hephaestus-hermes hephaestus-hermes bot force-pushed the release-please--branches--main--components--template-fastapi-react branch 11 times, most recently from d78d2a6 to 4199d18 Compare March 27, 2026 12:42
@hephaestus-hermes hephaestus-hermes bot force-pushed the release-please--branches--main--components--template-fastapi-react branch from 4199d18 to fee98ce Compare March 27, 2026 12:44
@sutne
Copy link
Copy Markdown
Contributor

sutne commented Mar 27, 2026

replaced by #479

@sutne sutne closed this Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use a single container registry (ghcr.io)

1 participant