2024-03-14 09:53:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 14 09:52:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- skip python 3.9 due to missing dependencies
|
|
|
|
|
|
2023-12-29 10:21:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 29 10:21:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 0.19.0:
|
|
|
|
|
* Add ability to configure yacron's own logging (#81 #82 #83,
|
|
|
|
|
* Add config value for SMTP(validate_certs=False) (David
|
|
|
|
|
Batley)
|
|
|
|
|
* fixes "Job is always executed immediately on yacron start"
|
|
|
|
|
(#67)
|
|
|
|
|
* add an `enabled` option in jobs (#73)
|
|
|
|
|
* give a better error message when no configuration file is
|
|
|
|
|
provided or exists (#72)
|
|
|
|
|
|
2022-09-01 19:27:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 30 07:22:33 UTC 2022 - Paul Barker <paul@pbarker.dev>
|
|
|
|
|
|
|
|
|
|
- Update to v0.17.0:
|
|
|
|
|
* Changes in 0.17.0:
|
|
|
|
|
* Support Additional Shell Report Vars
|
|
|
|
|
* Shell reporter: handle long lines truncatation
|
|
|
|
|
* exe: undo pyinstaller LD_LIBRARY_PATH changes in subprocesses
|
|
|
|
|
* Changes in 0.16.0:
|
|
|
|
|
* make the capture max line length configurable and change the default
|
|
|
|
|
from 64K to 16M
|
|
|
|
|
* Add config option to change prefix of subprocess stream lines
|
|
|
|
|
* Changes in 0.15.1:
|
|
|
|
|
* Fix a bug in the --validate option
|
|
|
|
|
* Changes in 0.15.0:
|
|
|
|
|
* Allow emails to be html formatted
|
|
|
|
|
* Fix an error when reading cmd output with huge lines
|
|
|
|
|
* Changes in 0.14.0:
|
|
|
|
|
* Sentry: increase the size of messages before getting truncated
|
|
|
|
|
* Sentry: allow specifying the environment option
|
|
|
|
|
* Minor fixes
|
|
|
|
|
* Changes in 0.13.1:
|
|
|
|
|
* unicode fixes for the exe binary version
|
|
|
|
|
- Update dependencies to match the requirements listed in setup.py
|
|
|
|
|
|
2021-12-02 17:01:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 2 12:44:31 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
|
|
|
|
|
|
- Skip python 3.6 since python-sentry-sdk dropped it
|
|
|
|
|
|
2021-08-10 07:04:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Aug 10 06:58:03 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 0.13.0:
|
|
|
|
|
- Add ability for one config file to include another one
|
|
|
|
|
- Add shell command reporting ability
|
|
|
|
|
- web: don't crash when receiving a web request without Accept header
|
|
|
|
|
- add env_file configuration option (Alessandro Romani, )
|
|
|
|
|
- email: add missing Date header
|
|
|
|
|
- Add back a self contained binary, this time based on PyInstaller
|
|
|
|
|
- Fix email reporting when multiple recipients given
|
|
|
|
|
- reporting: add a failure reason line at the top of sentry/email
|
|
|
|
|
- mail: new tls, startls, username, and password options
|
|
|
|
|
- allow jobs to run as a different user
|
|
|
|
|
- Support timezone schedule
|
|
|
|
|
|
2020-05-15 17:41:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri May 15 12:54:51 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
|
|
2020-03-10 09:16:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 10 08:49:39 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 0.10.0
|
|
|
|
|
* HTTP remote interface, allowing to get job status and start jobs on demand
|
|
|
|
|
* Simple Linux binary including all dependencies (built using PyOxidizer)
|
|
|
|
|
* Build Linux binary inside Docker Ubuntu 16.04, so that it is compatible with
|
|
|
|
|
older glibc systems
|
|
|
|
|
* Build a standalone Linux binary, using PyOxidizer
|
|
|
|
|
* Switch from raven to sentry-sdk
|
|
|
|
|
|
2019-09-17 08:51:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 11 11:44:32 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial spec for v0.9.0
|