ddev / ddev-redis-7

Redis 7 service for DDEV
Apache License 2.0
3 stars 6 forks source link

Broken: Old Renovate PR #8

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
redis final minor 7.0.12-alpine -> 7.2.0-alpine

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

rfay commented 1 year ago

One thing you can do with a repo that has moving tags is use redis:7-alpine or if more conservative redis:7.2-alpine in this case. Then less maintenance is required, although it opens. up some risk that they'll break something along the way. See https://hub.docker.com/_/redis

seebeen commented 1 year ago

I know, but the thing is - I'd like to pin it to a minor version and rerun all the tests. Check out the new bats file. I'm testing the persistence and restarts - that way if they introduce any changes to the api and RDB / AOF handling, I'll know because the tests will fail

seebeen commented 1 year ago

Closed because renovate cannot auto-approve old PRs.

Still learning 😅