Skip to content

Commit 483969b

Browse files
committed
Versionator Updating versions for python and package.
1 parent 6d7facf commit 483969b

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python_versions: ["3.9", "3.10", "3.11", "3.12", "3.13"]
21-
package_versions: ["0.31.1", "0.32.0", "0.32.1", "0.33.0", "0.34.0"]
21+
package_versions: ["0.34.0", "0.34.1", "0.34.2", "0.34.3", "0.35.0"]
2222
target_base: ["full", "slim"]
2323
steps:
2424
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 45
3030
with:
3131
package: "uvicorn"
32-
package_latest_version: "0.34.0"
32+
package_latest_version: "0.35.0"
3333
maintainer: "Robert Hafner <[email protected]>"
3434
python_version: ${{ matrix.python_versions }}
3535
package_version: ${{ matrix.package_versions }}

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ By default the startup script checks for the following packages and uses the fir
121121
If you are using pip to install dependencies your dockerfile could look like this-
122122

123123
```dockerfile
124-
FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.34.0
124+
FROM ghcr.io/multi-py/python-uvicorn:py3.12-0.35.0
125125

126126
COPY requirements /requirements
127127
RUN pip install --no-cache-dir -r /requirements
@@ -230,8 +230,8 @@ If you get use out of these containers please consider sponsoring me using Githu
230230
</center>
231231

232232
## Tags
233-
* Recommended Image: `ghcr.io/multi-py/python-uvicorn:py3.12-0.34.0`
234-
* Slim Image: `ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.34.0`
233+
* Recommended Image: `ghcr.io/multi-py/python-uvicorn:py3.12-0.35.0`
234+
* Slim Image: `ghcr.io/multi-py/python-uvicorn:py3.12-slim-0.35.0`
235235

236236
Tags are based on the package version, python version, and the upstream container the container is based on.
237237

@@ -242,31 +242,31 @@ Tags are based on the package version, python version, and the upstream containe
242242
| latest | 3.10 | py3.10-latest | py3.10-slim-latest |
243243
| latest | 3.9 | py3.9-latest | py3.9-slim-latest |
244244
| latest | 3.8 | py3.8-latest | py3.8-slim-latest |
245+
| 0.35.0 | 3.12 | py3.12-0.35.0 | py3.12-slim-0.35.0 |
246+
| 0.35.0 | 3.11 | py3.11-0.35.0 | py3.11-slim-0.35.0 |
247+
| 0.35.0 | 3.10 | py3.10-0.35.0 | py3.10-slim-0.35.0 |
248+
| 0.35.0 | 3.9 | py3.9-0.35.0 | py3.9-slim-0.35.0 |
249+
| 0.35.0 | 3.8 | py3.8-0.35.0 | py3.8-slim-0.35.0 |
250+
| 0.34.3 | 3.12 | py3.12-0.34.3 | py3.12-slim-0.34.3 |
251+
| 0.34.3 | 3.11 | py3.11-0.34.3 | py3.11-slim-0.34.3 |
252+
| 0.34.3 | 3.10 | py3.10-0.34.3 | py3.10-slim-0.34.3 |
253+
| 0.34.3 | 3.9 | py3.9-0.34.3 | py3.9-slim-0.34.3 |
254+
| 0.34.3 | 3.8 | py3.8-0.34.3 | py3.8-slim-0.34.3 |
255+
| 0.34.2 | 3.12 | py3.12-0.34.2 | py3.12-slim-0.34.2 |
256+
| 0.34.2 | 3.11 | py3.11-0.34.2 | py3.11-slim-0.34.2 |
257+
| 0.34.2 | 3.10 | py3.10-0.34.2 | py3.10-slim-0.34.2 |
258+
| 0.34.2 | 3.9 | py3.9-0.34.2 | py3.9-slim-0.34.2 |
259+
| 0.34.2 | 3.8 | py3.8-0.34.2 | py3.8-slim-0.34.2 |
260+
| 0.34.1 | 3.12 | py3.12-0.34.1 | py3.12-slim-0.34.1 |
261+
| 0.34.1 | 3.11 | py3.11-0.34.1 | py3.11-slim-0.34.1 |
262+
| 0.34.1 | 3.10 | py3.10-0.34.1 | py3.10-slim-0.34.1 |
263+
| 0.34.1 | 3.9 | py3.9-0.34.1 | py3.9-slim-0.34.1 |
264+
| 0.34.1 | 3.8 | py3.8-0.34.1 | py3.8-slim-0.34.1 |
245265
| 0.34.0 | 3.12 | py3.12-0.34.0 | py3.12-slim-0.34.0 |
246266
| 0.34.0 | 3.11 | py3.11-0.34.0 | py3.11-slim-0.34.0 |
247267
| 0.34.0 | 3.10 | py3.10-0.34.0 | py3.10-slim-0.34.0 |
248268
| 0.34.0 | 3.9 | py3.9-0.34.0 | py3.9-slim-0.34.0 |
249269
| 0.34.0 | 3.8 | py3.8-0.34.0 | py3.8-slim-0.34.0 |
250-
| 0.33.0 | 3.12 | py3.12-0.33.0 | py3.12-slim-0.33.0 |
251-
| 0.33.0 | 3.11 | py3.11-0.33.0 | py3.11-slim-0.33.0 |
252-
| 0.33.0 | 3.10 | py3.10-0.33.0 | py3.10-slim-0.33.0 |
253-
| 0.33.0 | 3.9 | py3.9-0.33.0 | py3.9-slim-0.33.0 |
254-
| 0.33.0 | 3.8 | py3.8-0.33.0 | py3.8-slim-0.33.0 |
255-
| 0.32.1 | 3.12 | py3.12-0.32.1 | py3.12-slim-0.32.1 |
256-
| 0.32.1 | 3.11 | py3.11-0.32.1 | py3.11-slim-0.32.1 |
257-
| 0.32.1 | 3.10 | py3.10-0.32.1 | py3.10-slim-0.32.1 |
258-
| 0.32.1 | 3.9 | py3.9-0.32.1 | py3.9-slim-0.32.1 |
259-
| 0.32.1 | 3.8 | py3.8-0.32.1 | py3.8-slim-0.32.1 |
260-
| 0.32.0 | 3.12 | py3.12-0.32.0 | py3.12-slim-0.32.0 |
261-
| 0.32.0 | 3.11 | py3.11-0.32.0 | py3.11-slim-0.32.0 |
262-
| 0.32.0 | 3.10 | py3.10-0.32.0 | py3.10-slim-0.32.0 |
263-
| 0.32.0 | 3.9 | py3.9-0.32.0 | py3.9-slim-0.32.0 |
264-
| 0.32.0 | 3.8 | py3.8-0.32.0 | py3.8-slim-0.32.0 |
265-
| 0.31.1 | 3.12 | py3.12-0.31.1 | py3.12-slim-0.31.1 |
266-
| 0.31.1 | 3.11 | py3.11-0.31.1 | py3.11-slim-0.31.1 |
267-
| 0.31.1 | 3.10 | py3.10-0.31.1 | py3.10-slim-0.31.1 |
268-
| 0.31.1 | 3.9 | py3.9-0.31.1 | py3.9-slim-0.31.1 |
269-
| 0.31.1 | 3.8 | py3.8-0.31.1 | py3.8-slim-0.31.1 |
270270

271271

272272
### Older Tags

0 commit comments

Comments
 (0)