Compare commits

...

12 Commits
1.0.0 ... main

Author SHA1 Message Date
5acb773949
Update dependency go to v1.24.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 1m3s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Main Image / Build Image (push) Successful in 38s
Build Main Image / Notify (push) Successful in 3s
2025-04-09 05:00:42 +00:00
77f23f340d
Update dependency go to v1.24.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 1m11s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Main Image / Build Image (push) Successful in 1m15s
Build Main Image / Notify (push) Successful in 3s
2025-03-13 08:00:49 +00:00
b164718a34
Update python Docker tag to v3.13.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 1m24s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Main Image / Build Image (push) Successful in 1m4s
Build Main Image / Notify (push) Successful in 5s
2024-12-12 02:00:28 +00:00
1c834ace9d
Update python Docker tag to v3.13.0
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 47s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Main Image / Build Image (push) Successful in 28s
Build Main Image / Notify (push) Successful in 3s
2024-10-09 05:00:28 +00:00
1136d119ee
Update python Docker tag to v3.13.0rc3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 56s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Main Image / Build Image (push) Successful in 33s
Build Main Image / Notify (push) Successful in 2s
2024-10-09 03:24:26 +00:00
ee51841aae
Update python Docker tag to v3.13.0rc2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 1m20s
Test Pull Request / Notify (pull_request) Successful in 22s
Build Main Image / Build Image (push) Successful in 1m13s
Build Main Image / Notify (push) Successful in 4s
2024-10-03 07:00:28 +00:00
26d7d2994b
Update python Docker tag to v3.13.0rc1
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 18s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Main Image / Build Image (push) Successful in 33s
Build Main Image / Notify (push) Successful in 4s
2024-08-01 19:00:26 +00:00
187618d8c3
Update python Docker tag to v3.13.0b4
All checks were successful
Test Pull Request / Notify (pull_request) Has been skipped
Test Pull Request / Build Image (pull_request) Successful in 17s
Build Main Image / Build Image (push) Successful in 32s
Build Main Image / Notify (push) Successful in 6s
2024-07-19 20:00:25 +00:00
08849f53d0
Delay renovate by 7 days (#15)
Some checks failed
Build Main Image / Notify (push) Has been cancelled
Build Main Image / Build Image (push) Has been cancelled
Prevent renovate from picking up updates until they're 7 days old

Reviewed-on: #15
2024-07-19 19:38:06 +00:00
872fc63de2
Update python Docker tag to v3.13.0b3
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 36s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Main Image / Build Image (push) Successful in 39s
Build Main Image / Notify (push) Successful in 3s
2024-07-03 01:00:33 +00:00
1ba33ac7bb
Update python Docker tag to v3.13.0b2
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 16s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Main Image / Build Image (push) Successful in 26s
Build Main Image / Notify (push) Successful in 3s
2024-06-06 23:00:28 +00:00
0c60c3dba1 Update python Docker tag to v3.13.0b1 2024-05-09 03:49:08 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.2
go-version: 1.24.2
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:

View File

@ -1,4 +1,4 @@
FROM python:3.13.0a6-alpine3.19
FROM python:3.13.1-alpine3.19
RUN apk add curl

View File

@ -1,7 +1,7 @@
{
"extends": [":automergeMinor", ":automergePr", ":automergeRequireAllStatusChecks", ":dependencyDashboard", ":disableRateLimiting", ":rebaseStalePrs"],
"major": {
"dependencyDashboardApproval": true
}
},
"minimumReleaseAge": "7 days"
}