8000 Releases · gmt2001/ouroboros · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: gmt2001/ouroboros

1.14.0: Update python, fix port without protocol

05 Mar 23:18
< 10000 img src="https://avatars.githubusercontent.com/u/3355471?s=40&v=4" alt="@gmt2001" size="20" height="20" width="20" data-view-component="true" class="avatar avatar-small circle" /> gmt2001
4c1719d
Compare
Choose a tag to compare

Updated python to 3.13.2

Fixed an IndexError being thrown if the expose port definition of the old container does not explicitly define a protocol #91

1.13.1: Add missing Grace option

23 Jan 04:39
a4354cc
Compare
Choose a tag to compare

Added missing option to set GRACE < 0 to set an infinite grace period

1.13.0: Update python, add Grace option, bug fixes

23 Jan 04:32
1575252
Compare
Choose a tag to compare

Updated python to 3.13.1

Added the -G, --grace, GRACE option to allow setting the grace time for executing a missed job anyway
Changed the scheduler to Coalesce misfires (aka. if the job queues up multiple misfires, it only performs late execution once)
Changed the scheduler to use the same log level as the main script

Fixed depends and hard-depends containers potentially being restarted even when running in monitor-only or dry-run modes

Added basic error handling and logging to hooks system

1.12.0: Update Python, fix rare reference error, add debug

15 Dec 08:32
d908a40
Compare
Choose a tag to compare

Updated Python to 3.12.1
Fixed a rare error where the gettext function could sometimes not be found in notifiers.py
Added debug output for all 4xx/5xx errors in dockerclient._pull

1.11.2: Supress Unneccessary Error Message

24 Mar 22:01
352c5d8
Compare
Choose a tag to compare

Suppressed the language not found error when using en, since it's built-in using gettext #65 (reported by pinkfloydFR)

1.11.1: Handle Container Network Mode / Don't Expose Ports

21 Mar 22:26
a0348a1
Compare
Choose a tag to compare

Fixed an issue where exposed ports from docker container inspect would be inserted into the arguments for docker container create when the container network mode was being used, causing container creation to error #64 (reported by blackthroat)

1.11.0: Handle Container Network Mode

01 Mar 23:44
4f4bd07
Compare
Choose a tag to compare

Fixed an issue where an auto-generated hostname from docker container inspect would be inserted into the arguments for docker container create when the container network mode was being used, causing container creation to error #63 (reported by blackthroat)

Updated to Python 3.11.2 via dependabot

1.10.1: Fix SyntaxError

19 Apr 08:44
5d4623b
Compare
Choose a tag to compare
Update ouroboros.py

closes #44

1.10.0: Save Counters, Cleanup, and Minor Fixes

17 Apr 04:55
fde8ea3
Compare
Choose a tag to compare

Fixed ouroboros logo images for Apprise notifications being pulled from no longer active links. Images are now stored in and pulled from the GitHub repo

Updated the cron timer to use the configured timezone (-tz, --timezone, env TZ) instead of UTC for scheduling

Implemented the latest_only flag, which was previously missing

Fixed the before_self_cleanup hook potentially receiving the locals for old_container and new_container reversed

Added the ability to preserve the total_updated count when a self-update occurs, via the new -sc or --save-counters command line arguments, or the SAVE_COUNTERS=TRUE environment flag #7

Python bumped to 3.10.4 by dependabot

Some minor code cleanup, recommended by Codacy

1.9.0: Add DOCKER_TIMEOUT

22 Sep 01:07
c5de5f5
Compare
Choose a tag to compare

Added the ability to change the Docker client timeout via DOCKER_TIMEOUT environment variable #33 (gkovelman)

Python automatically bumped to 3.9.7 by build

Added publish to GitHub Container Registry

0