File dockcheck.changes of Package dockcheck

-------------------------------------------------------------------
Wed Oct 08 14:45:52 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.7.3:
  * bugfix - unquoted var in list
  * bugfix - unquoted var in list
  * hot-patch unquoted variable in updates list
- Replace the patch dochcheck.sh.patch with a sed query in the spec file.

-------------------------------------------------------------------
Wed Oct 08 14:45:46 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.7.2:
  * label and update list rework (#229)

-------------------------------------------------------------------
Wed Oct 08 14:45:38 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.7.1:
  * formatting + sponsors + removed emojis
  * Add file notification channel (#222)

-------------------------------------------------------------------
Wed Oct 08 14:45:31 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.7.0:
  * Snooze bugfix, added auth support to ntfy.sh and sendmail support to SMTP
  * Reword disable notification comment for clarity and use update_snooze for dockcheck notifications. (#221)
  * Ntfy.sh and authentication (#220)
  * update SMTP template, added suport for sendmail (#219)

-------------------------------------------------------------------
Wed Oct 08 14:45:16 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.6.9:
  * clarifying ntfy.sh
  * Label bugfix, search filtering fix (#216)
  * new logo
  * added new logo
  * first version of notification to Home Assistant (#213)
  * added paypay sponsor

-------------------------------------------------------------------
Wed Oct 08 14:45:07 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.6.8:
  * version bump + readme
  * Add DisplaySourcedFiles variable (#207)
  * Bugfixes for unbound variable, potential collision and config variable mismatch
  * Fix unbound variable, potential collision, and config variable. (#209)

-------------------------------------------------------------------
Wed Oct 08 14:45:00 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.6.7:
  * Snooze feature, curl, and consolidation (#200)
  * ntfy rename
  * -r clarification
  * ntfy notification bug fixes (#197)

-------------------------------------------------------------------
Wed Oct 08 14:44:46 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.6.6:
  * v0.6.6 bump and info
  * Notify_v2.sh bug fixes (#188)

-------------------------------------------------------------------
Wed Oct 08 14:44:18 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to version 0.6.5:
  * hotfix suppress noise
  * version bump
  * minor tweaks; curl/wget retries, missing variable fix in root-check
  * Update dockcheck.sh
  * Refactor notifications and add helper functions (#182)
  * fixed variable errors
  * info about -r option
  * quickfix printfs
  * added sponsor
  * Update rework (#178)

-------------------------------------------------------------------
Sat May 17 04:26:05 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.6.4
  * Added markdown formatting to notify_ntfy-sh.sh by @op4lat in #172
  * Added option -F to revert to compose up -d <ContainerName> targeting specific container and not the stack.
    * Also added corresponding label and config-option.
  * Restructured the update process - first pulls all (selected) updates, then recreates all containers.
  * Added logic to skip update check on non-compose containers (unless -r option).

-------------------------------------------------------------------
Sat May 17 04:25:46 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.6.3
  * -M, Markdown format url-releasenotes in notification (requires template rework, look at gotify!) by @tdiekel in #170
  * Added addons/DSM/README.md added for more info Synology DSM info - by @firmlyundecided and @yoyoma2

-------------------------------------------------------------------
Sat May 17 04:24:58 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.6.2
  * Added option -u to allow automatic self update of dockcheck.sh. Caution with this as new code is pulled and executed.
  * Added option -I to make use of the lookup file url.list to list release note URLs in the containers with updates list.
  * Added "Extra plugins and tools"-section to README with tools like:
    * Prometheus and node_exporter
    * Zabbix config
    * Rest API script
    * Wrapper Script for Unraid

-------------------------------------------------------------------
Sat May 17 04:24:17 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.6.1
  * xargs/pipefail, removed -set -e bash option for now. - see #149
  * unbound variables fixed (hopefully) - see #150
  * dependency installer from pkgmanager rewritten

-------------------------------------------------------------------
Sat May 17 04:23:36 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.6.0
  * Added a default.config to set static user options
  * Added a Slack notify template
  * Added bash options: -euo pipefail, shopt -s nullglob and failglob for safer shelling.
  * More consistent formatting, removed unnecessary subshells, quoting variables, initializing variables
  * Rewritten options from yes/no to true/false
  * Added a check to quit the script if a pull fails (see #140)

-------------------------------------------------------------------
Sat May 17 04:23:12 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.5.8.0
  * Added versioning to all notification templates to send a notification if the template in use got a new version available.

-------------------------------------------------------------------
Sat May 17 04:22:29 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.5.7.0
  * Added function to send notification when dockcheck has an new update.
    * Will be sent when option -i together with -n or -y is used.
    * Manually migrate your current notification settings to a new template file.

-------------------------------------------------------------------
Mon Mar  3 03:49:42 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.5.6.1
  * Async Xargs hotfix by @mag37 in #132
    * Defaulted subprocess to 1 with MaxAsync=1, increase to find a stable value in your environment.
    * Added -x N option to pass MaxAsync value at runtime.
    * To disable xargs -P flag (max processes) all together, set MaxAsync to 0.

-------------------------------------------------------------------
Mon Mar  3 03:49:11 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.5.6.0
  * Added asynchronous update checking - heavily improved performance! by @Thaurin in #128

-------------------------------------------------------------------
Mon Mar  3 03:47:31 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.5.4.0
  * Added an export for node_exporter's text file collector to provide metrics to Prometheus by @tdralle in #121
  * Finalized Prometheus addon by @mag37 in #124

-------------------------------------------------------------------
Mon Mar  3 03:46:22 UTC 2025 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.5.3.0
  * Changed local image check logic.
    * Containers were falsely showing as up to date after new image was downloaded elsewhere (eg. watchtower).
  * Removed whale-icon from Gotify-template and corrected output redirection to show errors.

-------------------------------------------------------------------
Thu Nov 28 05:02:23 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.5.2.1
  * Rewritten dependency downloaders (to make it generic)
  * jq installer added. Will prompt user to install via package manager or static binary.
  * v0.5.2 -> v0.5.2.1 was a hotfix to fix a breaking typo.

-------------------------------------------------------------------
Thu Nov 28 04:56:57 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Add jq dependency

- Update to version 0.5.1
  * Podman fork created: sudo-kraken/podcheck
  * Rewrite of container metadata extraction - Requires dependency jq
  * Improvements and formatting upstreamed from sudo-kraken/podcheck

-------------------------------------------------------------------
Sun Oct 13 19:38:12 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.5.0
  * Added discord template
  * Rewrote notify function and syntax of all templates to handle linebreaks in a more streamlined way
  * Changed regctl verbosity to account for some odd warnings, see #100
  * Added more URLs to the release note lookup file urls.list by @lpukatch in #99
  * Fixed typo in DSM+SMTP templates by @thomas-mc-work in #102

-------------------------------------------------------------------
Sun Oct  6 22:38:40 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Update to version 0.4.9
  * Added a function to include release note URLs to the notification messages by using a lookup file urls.list
  * notify_pushover.sh template added by @sudo-kraken
  * Rearranged the files, made a notify_templates directory to hold all templates
  * Changed smtp+dsm templates due to variable errors

-------------------------------------------------------------------
Sat Sep 21 06:05:52 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Add group to specfile
- Change release in specfile to 0

-------------------------------------------------------------------
Thu Sep 19 05:04:14 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Modify specfile according to rpmlint:
  * Don't use comparison operator in bash dependency
  * Patch shebang to call bash directly in main script
    instead of env

-------------------------------------------------------------------
Thu Sep 19 04:54:57 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Fix specfile error: added notification scripts to %files twice

-------------------------------------------------------------------
Thu Sep 19 04:51:57 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Fix specfile error: remember to call script name properly

-------------------------------------------------------------------
Thu Sep 19 04:48:13 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Fix specfile errors:
  * Install dockcheck script in buildroot, not system root
  * Change mode of notify scripts to 643

-------------------------------------------------------------------
Thu Sep 19 04:44:09 UTC 2024 - Eric Torres <eric.torres@its-et.me>

- Initial commit
openSUSE Build Service is sponsored by