Skip to content

Commit

Permalink
release: 5.0.2-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Oct 16, 2021
1 parent 25cab16 commit 98fcaa9
Showing 1 changed file with 12 additions and 33 deletions.
45 changes: 12 additions & 33 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


<a name="5.0.2-beta.2"></a>
## [5.0.2-beta.2] - 2021-10-17

### 🚧 Maintenance
- Update changelog scripts ([25cab16](https://github.com/tprasadtp/protonvpn-docker/commit/25cab16c12f5c3dcb380dc83e14268e725117e2a))
- **deps:** bump ubuntu from focal-20210921 to focal-20211006 ([#81](https://github.com/tprasadtp/protonvpn-docker/issues/81)) ([fe7dca6](https://github.com/tprasadtp/protonvpn-docker/commit/fe7dca622c11a939a7f356a55da20ab6f0d77866))

### 🤖 CI/CD & Automation
- **deps:** bump goreleaser/goreleaser-action from 2.7.0 to 2.8.0 ([#82](https://github.com/tprasadtp/protonvpn-docker/issues/82)) ([4e67ed1](https://github.com/tprasadtp/protonvpn-docker/commit/4e67ed10f83827433a70b182b40a8a6723fda048))


<a name="5.0.2-beta.1"></a>
## [5.0.2-beta.1] - 2021-10-16

Expand Down Expand Up @@ -211,6 +222,7 @@


<!-- tag references -->
[5.0.2-beta.2]: https://github.com/tprasadtp/protonvpn-docker/compare/5.0.2-beta.1...5.0.2-beta.2
[5.0.2-beta.1]: https://github.com/tprasadtp/protonvpn-docker/compare/5.0.1...5.0.2-beta.1
[5.0.1]: https://github.com/tprasadtp/protonvpn-docker/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/tprasadtp/protonvpn-docker/compare/4.2.1...5.0.0
Expand All @@ -225,36 +237,3 @@
[4.0.0]: https://github.com/tprasadtp/protonvpn-docker/compare/3.1.0...4.0.0
<!-- diana:{diana_urn_flavor}:{remote}:{source}:{version}:{remote_path}:{type} -->
<!-- diana:2:github:tprasadtp/templates::common/chglog/CHANGELOG.md.tpl:static -->
<!-- old changelog-->
## 3.1.0

- **FIX** Unreachable ports/Connection Timeouts. Disable internal protonvpn's internal killswitch. This should fix #18, #15, #11. This was enabled in 2.2.6+. Killswitch is not reliable anyway inside container.
- _(Internal)_ Update base docker image.

## 3.0.0

- **NEW**: (🍒) Support connecting to random server [#14](https://github.com/tprasadtp/protonvpn-docker/pull/14).
by [Milutin Jovanović](https://github.com/tprasadtp/protonvpn-docker/pull/14).
- **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](https://github.com/tprasadtp/protonvpn-docker/issues/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

- Initial release

0 comments on commit 98fcaa9

Please sign in to comment.