aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cMichael Grote2024-05-081-1/+1
|
* fMichael Grote2024-05-081-1/+1
|
* ffMichael Grote2024-05-081-0/+1
|
* ci: fixMichael Grote2024-05-081-2/+2
|
* fix linter errorsMichael Grote2024-05-081-10/+10
| | | | Signed-off-by: Michael Grote <michael.grote@posteo.de>
* ci: add pylintMichael Grote2024-05-081-0/+8
|
* ci: new default workflow for imagesMichael Grote2024-05-062-5/+12
|
* chore(deps): update dependency flask-cors to v4.0.1 (#14)Renovate Bot2024-05-051-1/+1
| | | | | Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update docker docker tag to v26.1.1 (#13)Renovate Bot2024-05-011-1/+1
| | | | | Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to ↵Renovate Bot2024-04-271-1/+1
| | | | | | | v1.1.117 (#12) Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update docker docker tag to v26.1.0 (#10)Renovate Bot2024-04-261-1/+1
| | | | | Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to ↵Renovate Bot2024-04-261-1/+1
| | | | | | | v1.1.116 (#11) Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to ↵Renovate Bot2024-04-221-1/+1
| | | | | | | v1.1.115 (#9) Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update docker docker tag to v26.0.2 (#8)Renovate Bot2024-04-201-1/+1
| | | | | Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update dependency gunicorn to v22 (#7)Renovate Bot2024-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gunicorn](https://github.com/benoitc/gunicorn) ([changelog](https://docs.gunicorn.org/en/stable/news.html)) | major | `==21.2.0` -> `==22.0.0` | --- ### Release Notes <details> <summary>benoitc/gunicorn (gunicorn)</summary> ### [`v22.0.0`](https://github.com/benoitc/gunicorn/releases/tag/22.0.0): Gunicorn 22.0 has been released [Compare Source](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) **Gunicorn 22.0.0 has been released.** This version fix the numerous security vulnerabilities. You're invited to upgrade asap your own installation. Changes: 22.0.0 - 2024-04-17 =================== - use `utime` to notify workers liveness - migrate setup to pyproject.toml - fix numerous security vulnerabilities in HTTP parser (closing some request smuggling vectors) - parsing additional requests is no longer attempted past unsupported request framing - on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits) - requests conflicting configured or passed SCRIPT_NAME now produce a verbose error - Trailer fields are no longer inspected for headers indicating secure scheme - support Python 3.12 ** Breaking changes ** - minimum version is Python 3.7 - the limitations on valid characters in the HTTP method have been bounded to Internet Standards - requests specifying unsupported transfer coding (order) are refused by default (rare) - HTTP methods are no longer casefolded by default (IANA method registry contains none affected) - HTTP methods containing the number sign (#) are no longer accepted by default (rare) - HTTP versions < 1.0 or >= 2.0 are no longer accepted by default (rare, only HTTP/1.1 is supported) - HTTP versions consisting of multiple digits or containing a prefix/suffix are no longer accepted - HTTP header field names Gunicorn cannot safely map to variables are silently dropped, as in other software - HTTP headers with empty field name are refused by default (no legitimate use cases, used in exploits) - requests with both Transfer-Encoding and Content-Length are refused by default (such a message might indicate an attempt to perform request smuggling) - empty transfer codings are no longer permitted (reportedly seen with really old & broken proxies) ** SECURITY ** - fix CVE-2024-1135 1. Documentation is available there: https://docs.gunicorn.org/en/stable/news.html 2. Packages: https://pypi.org/project/gunicorn/ </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://git.mgrote.net/container-images/python-api-server/pulls/7 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to ↵Renovate Bot2024-04-141-1/+1
| | | | | | | v1.1.114 (#6) Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update docker docker tag to v26.0.1 (#5)Renovate Bot2024-04-131-1/+1
| | | | | Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update dependency flask to v3.0.3 (#4)Renovate Bot2024-04-071-1/+1
| | | | | Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to ↵Renovate Bot2024-04-041-1/+1
| | | | | | | v1.1.113 (#3) Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* ci: shellcheck: set tag to v0.10.0Michael Grote2024-04-041-1/+1
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.111Renovate Bot2024-04-041-1/+1
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.110Renovate Bot2024-04-041-1/+1
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.109Renovate Bot2024-03-211-1/+1
|
* chore(deps): update docker docker tag to v26 (#32)Renovate Bot2024-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | major | `25.0.5` -> `26.0.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: https://git.mgrote.net/container-images/python-api-server/pulls/32 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.108Renovate Bot2024-03-201-1/+1
|
* chore(deps): update docker docker tag to v25.0.5Renovate Bot2024-03-201-1/+1
|
* set alpine versionMichael Grote2024-03-131-1/+1
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.107Renovate Bot2024-03-131-1/+1
|
* chore(deps): update docker docker tag to v25.0.4Renovate Bot2024-03-081-1/+1
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.106Renovate Bot2024-02-201-1/+1
|
* chore(deps): update pipelinecomponents/hadolint docker tag to v0.26.1Renovate Bot2024-02-201-1/+1
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.105Renovate Bot2024-02-171-1/+1
|
* ci: new build stepMichael Grote2024-02-171-10/+9
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.102Renovate Bot2024-02-091-1/+1
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.101Renovate Bot2024-02-091-1/+1
|
* ci: variable for nameMichael Grote2024-02-091-10/+10
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to v1.1.100Renovate Bot2024-02-071-1/+1
|
* remove image digestsMichael Grote2024-02-071-1/+1
|
* ci: new build stepMichael Grote2024-02-071-13/+49
|
* chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v3.1.0 (#21)Renovate Bot2024-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR contains the following updates: | Package | Update | Change | |---|---|---| | [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | minor | `3.0.1` -> `3.1.0` | --- ### Release Notes <details> <summary>woodpecker-plugins/docker-buildx (woodpeckerci/plugin-docker-buildx)</summary> ### [`v3.1.0`](https://codeberg.org/woodpecker-plugins/docker-buildx/releases/tag/v3.1.0) [Compare Source](https://codeberg.org/woodpecker-plugins/docker-buildx/compare/v3.0.1...v3.1.0) #### Features - Improve support for `cache_to` and `cache_from` & add `cache_images` ([#&#8203;129](https://github.com/woodpecker-plugins/docker-buildx/issues/129)) #### Dependencies - chore(deps): update docker docker tag to v25.0.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: https://git.mgrote.net/container-images/python-api-server/pulls/21 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* remove image digestMichael Grote2024-02-072-4/+4
|
* chore(deps): update koalaman/shellcheck-alpine:latest docker digest to eed99e4Renovate Bot2024-02-061-1/+1
|
* ci: typoMichael Grote2024-02-061-1/+1
|
* ci: dont run on renovate updatesMichael Grote2024-02-062-6/+7
|
* chore(deps): pin dependencies (#17)Renovate Bot2024-02-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR contains the following updates: | Package | Update | Change | |---|---|---| | koalaman/shellcheck-alpine | pinDigest | -> `7b0682c` | | [woodpeckerci/plugin-docker-buildx](https://codeberg.org/woodpecker-plugins/docker-buildx) ([source](https://codeberg.org/woodpecker-plugins/docker-buildx.git)) | pinDigest | -> `c7ac0b0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: https://git.mgrote.net/container-images/python-api-server/pulls/17 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update dependency flask to v3.0.2 (#18)Renovate Bot2024-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR contains the following updates: | Package | Update | Change | |---|---|---| | Flask ([changelog](https://flask.palletsprojects.com/changes/)) | patch | `==3.0.1` -> `==3.0.2` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: https://git.mgrote.net/container-images/python-api-server/pulls/18 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* ci: replace shellcheck imageMichael Grote2024-02-021-5/+1
|
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to ↵Renovate Bot2024-02-021-1/+1
| | | | | | | v1.0.131 (#16) Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* chore(deps): update registry.mgrote.net/allzweckcontainer docker tag to ↵Renovate Bot2024-02-021-1/+1
| | | | | | | v1.0.121 (#15) Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
* ci: shellcheck, set tag instead of latestMichael Grote2024-02-021-1/+1
|