You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,13 @@ This project uses famous football stadiums (A-Z) that hosted FIFA World Cup matc
54
54
55
55
### Changed
56
56
57
+
- Switch runtime base image from `mcr.microsoft.com/dotnet/aspnet:10.0` (Debian)
58
+
to `mcr.microsoft.com/dotnet/aspnet:10.0-alpine` (before: 113.4 MB →
59
+
after: 73.9 MB compressed; measured via `docker manifest inspect` and
60
+
`docker save | wc -c`); replace `apt-get` with `apk` and
61
+
`useradd`/`groupadd` with `adduser`/`addgroup` accordingly (#456)
62
+
- Refactor `scripts/entrypoint.sh`: add `log()` helper with timestamp prefix,
63
+
replace raw `echo` calls, and print API base URL on startup (#456)
57
64
- Rename `ValidateAsync_SquadNumber_BelongsToPlayerBeingUpdated_ReturnsNoErrors` to `ValidateAsync_SquadNumberBelongsToPlayerBeingUpdated_ReturnsNoErrors` to align with the 3-segment naming convention for service/validator tests (#427)
58
65
- Make CSharpier step in `/pre-commit` conditional (skip with a note if not installed), consistent with the Docker and CodeRabbit steps (#427)
59
66
- Add "Verify tag commit is reachable from master" step to CD workflow using `git merge-base --is-ancestor` before any build or publish steps (#439)
0 commit comments