Skip to content

Releases: lfkdev/ansible-link

Release 2.2.0

02 Jul 22:06
Compare
Choose a tag to compare

General 🚀

  • Updated gunicorn to use TCP instead of socket
  • Minor fixes in README
  • /available-playbooks can now be used to query available playbooks (inkl. subdirs)
  • Added tests for /available-playbooks
  • Install script now auto-selects port

Release 2.1.3

01 Jul 23:13
Compare
Choose a tag to compare

General 🚀

  • Install script now sets up a production-ready installation of ansible-link
    • Fetches the latest version of ansible-link from GitHub
    • Includes Gunicorn for handling requests
    • Configures Unix sockets for communication
    • Sets up a Python virtual environment (venv)
  • Updated README for install script instructions

Release 2.1.1

30 Jun 23:37
Compare
Choose a tag to compare

General

  • Added install script

Thread Safety 🔒

  • Jobs are now also being saved to disk
  • /jobs endpoint now pulls all infos from saved JSON files
  • (Potentially BREAKING) saved jobs now only use their UUID as name (jq can be used to filter easily)

WSGI 🌐

  • Minor import refactor
  • WSGI default file
  • Changed README for gunicorn

Release 2.0.5

29 Jun 01:52
Compare
Choose a tag to compare
  • HOTFIX stripe parent folder in zip

Release 2.0.4

29 Jun 01:48
Compare
Choose a tag to compare
  • Better path handling
  • Version bump of actions
  • Cleaner tests
  • BREAKING /api/v<N> versioning pathing added for all endpoints

Release 1.2.6

27 Jun 16:23
a0fd597
Compare
Choose a tag to compare
  • Hotfix for logfile naming

Release 1.2.5

27 Jun 10:46
Compare
Choose a tag to compare
  • Unneeded files removed from release zip
  • Added some basic validation for the /playbook requests
  • More consistent response model
  • Better startup log/info
  • Cleaner Slack webhook