Skip to content

Releases: tprasadtp/protonvpn-docker

Release 3.0.0

20 Feb 09:29
Compare
Choose a tag to compare

Changelog

3.0.0

  • NEW: (🍒) Support connecting to random server #14.
    by Milutin Jovanović.
  • BREAKING CHANGE: Version tags prior to this release always matched included protonvpn-cli version.
    From this release onwards that will no longer be the case. Use image label io.github.tprasadtp.metadata.upstream.version,
    to check version of included cli.
  • (Fix) Config issues with visionary plan #16

2.2.6

  • BREAKING CHANGE: PROTONVPN_SERVER and PROTONVPN_COUNTRY are now mutually exclusive.
  • BREAKING CHANGE: DNS argument(--dns) is no longer mandatory to run the image.
  • NEW: Support split tunnel settings.
  • NEW: Support for disabling DNS leak protection.
  • (Internal) Update protonvpn-cli to 2.2.6.
  • (Internal) Removes included templates.
  • (Internal) Update s6 overlay.
  • (Internal) Update base docker image.
  • (Internal) Use CLI request headers for API endpoint
  • (Internal) Use updated configs fields during container init (api_domain).
  • (CI/CD) Added support for GitHub container registry.
  • (Internal) Changes health-check url to https://ipinfo.io as ProtonVPN API is inconsistent.

2.2.2-hotfix-2

  • Add Health-check script
  • Initial stable release

Release 2.2.6

12 Jan 01:55
658212f
Compare
Choose a tag to compare

Changelog

2.2.6

  • BREAKING CHANGE: PROTONVPN_SERVER and PROTONVPN_COUNTRY are now
    exclusive. Only one of the can be used at a time.
  • BREAKING CHANGE: DNS argument(--dns) is no longer mandatory to run the image.
  • NEW: Support split tunnel settings.
  • NEW: Support for disabling DNS leak protection
  • (Internal) Update protonvpn-cli to 2.2.6
  • (Internal) Removes included templates as its handled by protonvpn-cli
  • (Internal) Update s6 overlay
  • (Internal) Update base docker image
  • (Internal) Use CLI request headers for API endpoint
  • (Internal) Use updated configs fields during container init (api_domain)
  • (CI/CD) Added support for GitHub container registry
  • (Internal) Changes health-check url to https://ipinfo.io as ProtonVPN API is inconsistent.

2.2.2-hotfix-2

  • Add Health-check script
  • Initial stable release