Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.0.1

    fc4a86d2 · Updated CI task ·
    Release: v2.0.1
    Fixed issue where openvpn application did not run because of user rights error.
  • v2.0.0

    1a4ae6bf · Updated pipeline ·
    Instead of installing openvpn using debian apt package, we are using direct pull from public Git and installing it from scratch.
    By building OpenVPN from source, we can immediately use the newest security improvements, performance optimizations, and compatibility updates — without waiting for the Debian maintainers to catch up.
    taying ahead with the latest OpenVPN version helps reduce vulnerabilities by ensuring we’re patched against the newest CVEs and protocol enhancements, like TLS 1.3 and tls-crypt-v2.
    We are building v2.0.0 with OpenVPN version 2.6.14
  • v1.0.0

    Release: v1.0.0
    Release 0.4.3 as major release candidate passed required tests.
  • v0.4.3

    15a93832 · v0.4.3 ·
    Exporter runner updated with sudo privileges and push to background.
  • v0.4.2

    b03a84bc · v0.4.2 ·
    Update of exporter engine to latest stable version, fixing bug with OpenVPN status reading.
    Note: Main release candidate.
  • v0.4.1

    bb208640 · v0.4.1 ·
    Change of exporter engine
  • v0.4.0

    f109db51 · v0.4.0_update2 ·
    IPtables feature is enabled in case config script exist in /home/openvpn/config/iptables.sh
    Logs are now in different folder than config
    - config folder: /home/openvpn/config/
    - logs and status file/s folder: /home/openvpn/logs/
  • v0.3.4

    Exporter required sudo to run, because status file belongs to root.
    UDP server exporter must be setup with different port, so this was adjusted within script and also in EXPOSED config.
  • v0.3.3

    073fef96 · Removed commented lines ·
    Status files are excluded from stdout symlinks
    They are renamed in a way they won't end with .log
    Exporter config us updated based on it.
  • v0.3.2

    511d7b05 · v0.3.1 ·
    Log files are moved back to /home/openvpn/config folder mapped to volume
    Backup of old logs is happening in script
    Prometheus exporter is installed together with supporting sofware (golang and make).
    Exporter is running for tcp and udp only when it is deployed.
  • v0.3.1

    systemd was removed from dockerfile as it was not needed anymore.
  • v0.3.0

    ce0a9c47 · v0.3.0 released ·
    v0.3.0 means implemented and verified logging feature towards stdout
  • v0.2.2

    b1fd6aea · v0.2.2 ·
    Version 0.2.2 with updated logging and tunnel interface working.
  • v0.2.1

    Version where we have working script that will enable openvpn once configuration is in place.