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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,12 @@ 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` to reduce image size
59
+
(~100–150 MB); replace `apt-get` with `apk` and `useradd`/`groupadd` with
60
+
`adduser`/`addgroup` accordingly (#456)
61
+
- Refactor `scripts/entrypoint.sh`: add `log()` helper with timestamp prefix,
62
+
replace raw `echo` calls, and print API base URL on startup (#456)
57
63
- Rename `ValidateAsync_SquadNumber_BelongsToPlayerBeingUpdated_ReturnsNoErrors` to `ValidateAsync_SquadNumberBelongsToPlayerBeingUpdated_ReturnsNoErrors` to align with the 3-segment naming convention for service/validator tests (#427)
58
64
- Make CSharpier step in `/pre-commit` conditional (skip with a note if not installed), consistent with the Docker and CodeRabbit steps (#427)
59
65
- 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