Skip to content

Releases: cstuder/apprise-ga

Pin Python version to 3.11

16 Oct 16:17
980e319
Compare
Choose a tag to compare

Unfortunately python 3.12 drops the module imp which is needed by j2cli.
Update j2cli to do not use the imp module seems to be non-trivial (see kolypto/j2cli#80 for more details)

So the simplest fix would be to pin the python version to 3.11

Fixes Docker base image issues

10 Mar 19:57
ac076a3
Compare
Choose a tag to compare

Due to a change to some packages the Docker image could no longer use the binary releases of the installed Python packages and tried to compile them itself. The compilation failed.

This release fixes the problem by changing the used base image to a non-Alpine version.

Update to new YAML syntax

26 Feb 17:02
66a6d66
Compare
Choose a tag to compare

Changes action and samples to the new action YAML syntax, updates documentation.

Reformatted repo for GitHub Marketplace

17 Apr 12:28
5acb171
Compare
Choose a tag to compare

This version is correctly recognized as an action for publishing on the Marketplace.

The uses command has changed to cstuder/apprise-ga@master or cstuder/apprise-ga@v2.0.0.

Initial release

16 Apr 20:46
960c2f7
Compare
Choose a tag to compare

Working release including templating.