Skip to content

Latest commit

 

History

History
206 lines (114 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

206 lines (114 loc) · 4.33 KB

3.4.5 2024-12-07

Added

  - Alpine 3.21 base

3.4.4 2024-05-22

Added

  - Switch to tiredofit/alpine 3.20 base�E�E

3.4.3 2024-04-07

Added

  - Tinc commit d9e42faa6a7f4da98502be44566605a01a16a637

3.4.2 2024-01-23

Added

  - Tinc commit 7eeb29220a73ab9c5367f652873042f8a81c6cef

Changed

  - Cleanup package size

3.4.1 2023-12-08

Added

  - Change base image to tiredofit/alpine:3.19

3.4.0 2023-06-01

This release changes the DEBUG environment variable into LOG_LEVEl variable. Old Debug environment variables will be phased out in a future release

Changed

  - Switch DEBUG to LOG_LEVEL and set default to 2
  - Refactor script and do a better job at creating configuration

3.3.1 2023-05-10

Added

  - Modernize Dockerfile
  - Alpine 3.18 base

3.3.0 2022-11-23

Added

  - Alpine 3.17 Base
  - Switch to OpenSSL 3.x instead of LibreSSL

3.2.2 2022-10-04

Changed

  - Change the way git clone operation works in Dockerfile

3.2.1 2022-08-17

Changed

  - Switch to using exec statements

3.2.0 2022-05-24

Added

  - Switch build process to use meson as opposed to old ./configure routines to support building from master
  - Add LZ4 compression support
  - Add ncurses for TUI

3.1.8 2022-05-24

Added

  - Alpine 3.16 base
  - Switch to Tinc Master branch

3.1.7 2022-02-09

Changed

  - Rework to support new base image

3.1.6 2022-02-09

Changed

  - Refresh base image

3.1.5 2021-11-24

Added

  - Alpine 3.15 base

3.1.4 2021-10-24

Changed

  - Update fluent-bit log details

3.1.3 2021-09-04

Changed

  - Change the way that logrotate configuration occurs

3.1.2 2021-08-30

Changed

  - Fix logrotate

3.1.1 2021-08-30

Added

  - Add fluent-bit log parsing configuration

3.1.0 2021-07-03

Added

  - Alpine 3.14 Base
  - Tinc 1.1pre18

3.0.1 2021-04-13

Added

  - Timestamp notification for watchdog and Configuration change

Changed

  - Stop reloading Tinc at 23:59 for logrotate

3.0.0 2021-04-12

Added

  - Configuration reloading capability if config files change
  - Watchdog functionality to restart Tinc should a host not be accessible
  - Environment variables for LISTEN_PORT, CIPHER, DIGEST, MAC_LENGTH
  - Alpine 3.13 base

2.6.0 2020-07-02

Added

  - Allow to function wihtout Git - Set `ENABLE_GIT=FALSE`

Changed

  - Added some debug information when `CONTAINER_LOG_LEVEL=DEBUG`
  - Fixed some scripting issues as per bash shellcheck

2.5.0 2020-06-09

Added

  - Update to support tiredofit/alpine 5.0.0 base image

2.4.3 2020-01-02

Changed

  - Additional changes to support new tiredofit/alpine base image

2.4.2 2018-11-17

  • Update Libcrypto to 1.1

2.4.1 2018-10-24

  • Bump to 1.1pre17

2.4 2018-07-15

  • Bump to 1.1pre16

2.3 2018-01-10

  • Version bump to 1.1pre15

2.2 2017-09-08

  • Minor Cron Fix

2.1 2017-08-27

  • Minor File Cleanup

2.0 2017-07-09

  • Rebase with Zabbix, S6, and Logrotate
  • Fixed Bad Configuration Options

1.0 2017-01-25

  • Initial Release
  • Alpine Edge Base
  • Tinc 1.1.4pre
  • Automatically pulls from GIT Repository based on Environment Variables and Updates
  • Allows for multiple tunnels to be started on same machine.