Skip to content

Latest commit

 

History

History
351 lines (183 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

351 lines (183 loc) · 7.01 KB

2.6.22 2025-01-22

Added

  - ClamAV 1.4.2

2.6.21 2024-12-07

Added

  - Alpine 3.21 base

2.6.20 2024-10-04

Changed

  - Attempt renabling armv8/arm64 builds

2.6.19 2024-09-07

Added

  - ClamAV 1.4.1

2.6.18 2024-08-15

Added

  - ClamAV 1.4.0

2.6.17 2024-05-22

Added

  - Switch to tiredofit/alpine 3.20 base

2.6.16 2024-04-23

Changed

  - Stop building aarch64 for time being due to github actions timeout

2.6.15 2024-04-23

Changed

  - Disable tests

2.6.14 2024-04-17

Added

  - ClamAV 1.3.1

2.6.13 2024-02-07

Added

  - ClamAV 1.3.0

2.6.12 2023-12-08

Added

  - Change base image to tiredofit/alpine:3.19

2.6.11 2023-10-25

Added

  - ClamAV 1.2.1

2.6.10 2023-08-28

Added

  - ClamAV 1.2.0

2.6.9 2023-08-16

Added

  - ClamAV 1.1.1

2.6.8 2023-08-09 teawithfruit@github

Changed

  - Fix issue with DatabaseCustomURL not creating line breaks with multiple databases

2.6.7 2023-05-10

Added

  - Alpine 3.18 base

2.6.6 2023-05-01

Added

  - ClamAV 1.1.0

2.6.5 2023-02-15

Added

  - ClamAV 1.0.1

2.6.4 2023-01-21

Changed

  - Change default timer for downloading new updates from 60 minutes to 1440 minutes after first check

2.6.3 2022-12-01

Changed

  - Rework Dockerfile

2.6.2 2022-11-28

Added

  - ClamAV 1.0.0

2.6.1 2022-11-23

Added

  - Alpine 3.17 base
  - Switch to OpenSSL from LibreSSL

2.6.0 2022-11-10

Added

  - ClamAV 1.05.1
  - Start building from source instead of relying on distribution packages

2.5.3 2022-09-16

Changed

  - Remove unnecessary DEBUG code

2.5.2 2022-09-16

This is a maintenance release that patches some glaring bugs causing process runaways on the host docker systems. It is recommended to upgrade to this version immediately.

Changed

  - Rewrite Scheduler for Freshclam
  - Fix non working debug mode
  - Fix single quotes appearing in command strings unneccessarily

2.5.1 2022-09-12

Changed

  - Fix line break issues with multiple external definition sources

2.5.0 2022-09-12

Added

  - Ability to load custom remote datases and have updated with Freshclam

2.4.2 2022-08-17

Changed

  - Switch to using exec to launch process

2.4.1 2022-07-18

Added

  - Rebuilt using latest tiredofit/alpine:edge

2.4.0 2022-03-11 czosel@github

Added

  - Ability to control whether databases are loaded concurrently/multithreaded

2.3.3 2022-02-09

Changed

  - Rework to support new base image

2.3.2 2022-02-09

Changed

  - Refresh base image

2.3.1 2021-12-07

Added

  - Add Zabbix Autoregister support for templates

2.3.0 2021-10-25 ccorbacho@github

Added

  - Add settings for alerting options (encrypted files, size exceeded)

2.2.3 2021-10-25

Added

  - Add fluent-bit log parsing regular expressions

2.2.2 2021-09-13

Changed

  - Fix for 2.2.0 still not writing correct log files

2.2.1 2021-09-12 morgenroth@github

Fixed

  - Fix for 2.2.0 release where defaults weren't appropriately set

2.2.0 2021-09-04

Changed

  - Change LOG environment variables (LOG_LOCATION -> LOG_PATH) (LOG_*_FILE -> LOG_FILE_*)
  - Change the way logrotation is configured for regex parsing

2.1.2 2021-06-28 scopaala@github

Changed

  - Fix for 2.1.0 - Included PUA had a spelling mistake

2.1.1 2021-06-28

Changed

  - Fix for 2.1.0 - Excluded PUA was not creating a new line properly

2.1.0 2021-06-25

Changed

  - Fix for Included and Excluded PUA

2.0.6 2020-09-11 marxjohnson@gitub

Added

  - Add STREAM_MAX_SIZE environment variable for proper size limiting of scanning

2.0.5 2020-07-31

Added

  - Add alias for clamscan to pull from $DEFINITIONS_LOCATION instead of /var/lib/clamav

2.0.4 2020-07-06

Added

  - Added symbolic link from /var/lib/clamav to ${DEFINITIONS_LOCATION} to quiet down any errors running manual scans with clamscan

Changed

  - Cleaned up code as per shellcheck warnings

2.0.3 2020-06-20

Changed

  - Fix for logrotate not sending SIGHUP properly and removed extra logroate config

2.0.2 2020-06-15

Changed

  - Bugfix for 2.0.1 Release

2.0.1 2020-06-08

Added

  - Update to support changes in tiredofit/alpine base

2.0.0 2020-05-17

Added

  - Rewrote entire image
  - Alpine Edge
  - All parameters configurable with auto config generation
  - Reworked Definitions Updating Routings to be ultra configurable

1.6.2 2020-04-01 cauger@github

Changed

  - Fixed cron expression to not run definitions update every minute

1.6.1 2020-01-02

Changed

  - Additional changes to support new tiredofit/alpine base image

1.6.0 2019-12-30

Added

  - Update to support new tiredofit/alpine base image

1.5.1 2019-12-20

Added

  - Alpine 3.11 Base

1.5 2019-06-19 Dave Conroy

  • Base bumpt to Alpine 3.10

1.4 2019-02-08 Dave Conroy

  • Base Bump to Alpine 3.9

1.3 2017-12-01 Dave Conroy

  • Base bump to Alpine 3.7

1.2 2017-09-17 Dave Conroy

  • Debug Mode Tweak

1.1 2017-09-12 Dave Conroy

  • Permissions Fix

1.0 2017-09-12 Dave Conroy

  • Initial Public Release
  • Alpine 3.6
  • Freshclam runs 6 times a day

0.1 2017-09-12 Dave Conroy

  • Initial not working release