File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.19.0 (2026-03-31)
6+
7+ ### Bug Fixes
8+
9+ - Correct platform handling and tag formatting in Docker build workflow
10+ ([ ` c76ec11 ` ] ( https://github.com/milsman2/python-app-template/commit/c76ec11695660a41333d62b5fb520b54f893433a ) )
11+
12+ - Remove DOCKER_PLATFORMS variable from CI/CD workflow
13+ ([ ` 551e671 ` ] ( https://github.com/milsman2/python-app-template/commit/551e671c000033ed36714f7db637501dab7563cc ) )
14+
15+ - Remove unnecessary blank line in CI/CD workflow
16+ ([ ` 829fb83 ` ] ( https://github.com/milsman2/python-app-template/commit/829fb83439f31f6fc7c1dbf83909440afae156f6 ) )
17+
18+ - Update Docker tags format in CI/CD and release workflows
19+ ([ ` 3158fc0 ` ] ( https://github.com/milsman2/python-app-template/commit/3158fc03e42b37246582aee7b680abf43e3938a8 ) )
20+
21+ ### Features
22+
23+ - Add multi-architecture support for Docker builds and scans
24+ ([ ` 368b176 ` ] ( https://github.com/milsman2/python-app-template/commit/368b1768ebca2462ee93c6c96ccb89ebd93463be ) )
25+
26+ - Add wait step for Docker image availability in build workflow
27+ ([ ` b08fdef ` ] ( https://github.com/milsman2/python-app-template/commit/b08fdef0a9dcab51614456e43b1c9bd0ada689bd ) )
28+
29+ - Simplify Docker build workflow by removing unused variables and updating multi-arch image handling
30+ ([ ` 103a0af ` ] ( https://github.com/milsman2/python-app-template/commit/103a0afe8db8c85f6337d09d46ac59df852d7d65 ) )
31+
32+
533## v1.18.2 (2026-03-28)
634
735### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " sample_python_app"
3- version = " 1.18.2 "
3+ version = " 1.19.0 "
44description = " Add your description here"
55readme = " README.md"
66requires-python = " >=3.13"
You can’t perform that action at this time.
0 commit comments