Update Apprise to 1.9.1#2876
Conversation
|
New version breaks the custom this is why i love tests! |
|
I love tests too! Unfortunately I cannot reproduce the test failures locally. I went to take a look at the apprise source, but as far as I can tell,
|
|
Not sure why the pull request workflow doesn't seem to be getting triggered again either |
If you are first time contributor it requires me to hit the 'start' button |
|
Something is up with github maybe? but 3.18 is right here.. https://github.com/linuxserver/docker-baseimage-alpine/pkgs/container/baseimage-alpine/329995596?tag=3.18 |
|
Thanks - looks like a problem over at linuxserver , I'll reach out to them |
|
Yeah I was going to say I think it was probably a faulty build on linuxserverio's part. If you compare the images for 3.18 and 3.18-3536ec1a-ls6, you'll see that 3.18 appears to be missing the OS/Arch matrix. It might be a good idea to pin the base image with the SHA included, like so: FROM ghcr.io/linuxserver/baseimage-alpine@sha256:b136b34558a1a0f4a6f84f14550f9f0daf60b950dab93fd5ed508b775143edbaObviously the disadvantage is you have to go update that manually but the major advantage is reproducible builds |
Apprise 1.9.1 includes some fixes for Matrix users particularly in that it allows one to use an access token for authentication instead of logging in for every request, thus avoiding login rate limits.