Skip to content

Releases: theohbrothers/docker-openvpn

20230304.0.0

04 Mar 17:00
7ac8941
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ–ŠοΈ Refactors

  • Refactor (ci): Use docker/setup-buildx-action@v2, simpler tag determination in prep, and docker/login-action@v2 @leojonathanoh (#48)

πŸ“ Documentation

  • Docs (readme): Fix Tags table Dockerfile Build Context column markdown formatting @leojonathanoh (#47)

20230207.0.0

07 Feb 02:05
d0390a5
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

20230127.0.0

27 Jan 12:07
2c8a263
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Enhancement (ci): Add test-nogitdiff and update-dockerhub-description jobs @leojonathanoh (#45)

πŸ› Bug Fixes

20221223.0.1

23 Dec 11:26
d4dec02
Compare
Choose a tag to compare

Changes

πŸ› Bug Fixes

  • Fix: Do not include /etc/openvpn/*.conf and /etc/openvpn/firewall.sh in docker images @leojonathanoh (#43)

20221223.0.0

23 Dec 10:45
2b5b9bf
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Feature (config): Add NAT_MASQUERADE environment variable to disable provisioning of MASQUERADE iptables rules @leojonathanoh (#41)
  • Enhancement (docker-entrypoint.sh): Add set -u and remove set -a @leojonathanoh (#38)

πŸ–ŠοΈ Refactors

  • Refactor: Add OPENVPN_CONFIG_FILE environment variable and deprecate OPENVPN_SERVER_CONFIG_FILE @leojonathanoh (#42)
  • Refactor (config): Remove unused environment variables OPENVPN_CLIENT_CONFIG_DIR, OPENVPN_STATUS_FILE, OPENVPN_STATUS_FILE_WRITE_FREQUENCY_SECONDS @leojonathanoh (#37)

πŸ“ Documentation

20221030.0.0

30 Oct 08:21
b45575c
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Enhancement: Bump alpine.3.12 variant to 2.4.12-r0 and alpine:3.13 variant to 2.5.6-r0 @leojonathanoh (#32)

πŸ–ŠοΈ Refactors

  • Refactor: Simplify $VARIANTS_SHARED @leojonathanoh (#36)
  • Refactor (ci): Use v20221030.0.0 in release-drafter.yml like the default template @leojonathanoh (#33)
  • Refactor (ci): Use $GITHUB_ENV, github.ref_name, and bump actions to node 16 @leojonathanoh (#31)

πŸ“ Documentation

20211119.0.0

19 Nov 01:57
7f7183a
Compare
Choose a tag to compare

Changes

πŸš€ Features

  • Enhancement (ci): Use only master pr and tag refs for ci pipeline @leojonathanoh (#30)

20210915.0.0

15 Sep 16:38
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ–ŠοΈ Refactors

  • Refactor (generate): Determine docker buildx platforms in VARIANTS.ps1 instead of in Dockerfile template for better template reusability @leojonathanoh (#28)

20210912.0.1

12 Sep 20:08
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ› Bug Fixes

20210912.0.0

12 Sep 18:39
c8995c9
Compare
Choose a tag to compare

Changes

πŸš€ Features

πŸ–ŠοΈ Refactors

  • Refactor (generate): Remove Dockerfile.header.ps1 and Dockerfile.footer.ps1 and only use Dockerfile.ps1 @leojonathanoh (#20)
  • Refactor (ci): Remove .github/workflows/ci-release and use only ci-master-pr and CalVer-based workflow @leojonathanoh (#22)

πŸ“ Documentation