Skip to content

Releases: cstuder/apprise-ga

Jinja: Switches to jinjanat

Choose a tag to compare

@cstuder cstuder released this 25 Feb 07:26

Switches the templating engine and pins Python to 3.13. No functional changes.

Pin Python version to 3.11

Choose a tag to compare

@cstuder cstuder released this 16 Oct 16:17
980e319

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

Choose a tag to compare

@cstuder cstuder released this 10 Mar 19:57
ac076a3

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

Choose a tag to compare

@cstuder cstuder released this 26 Feb 17:02
66a6d66

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

Reformatted repo for GitHub Marketplace

Choose a tag to compare

@cstuder cstuder released this 17 Apr 12:28
5acb171

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

Choose a tag to compare

@cstuder cstuder released this 16 Apr 20:46
960c2f7

Working release including templating.