Skip to content

Releases: miklosbagi/gluetrans

v0.3.5

26 Jan 19:59
Compare
Choose a tag to compare

What's changed

Warning

Breaking change ahead: starting from gluetun 3.40.0+ versions, control server requires authentication. You can read more about this in gluetun control server documentation.

Gluetrans, from version 0.3.5 and above provides support for this change, but an API key must be provided. Please consult compose the examples and config.toml example.

In short:

  1. Set GLUETUN_CONTROL_API_KEY in your environment variables.
  2. Create a role in gluetun's config.toml with the same API key.
  3. Map config.toml to gluetun container.
  4. Set the same API key in gluetrans' environment variables.

Full Changelog: v0.3.4...v0.3.5

v0.3.4

13 Jan 17:42
Compare
Choose a tag to compare

Maintenance release, bumping versions for gluetrans, and for test infrastructure.
New ubuntu versions will require mapping of /dev/tun, which is not documented in the examples.

v0.3.3

13 Jan 17:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Sep 12:18
Compare
Choose a tag to compare

This is a minor maintenance & bug fix release:

Full Changelog: v0.3.1...v0.3.2

v0.3.1

29 Jul 19:26
439ce9b
Compare
Choose a tag to compare

This is a minor maintenance & bug fix release:

  • Bump Dockerfile dependencies (details)
  • Support for Gluetun 3.38
  • Add autotests for 3.37
  • Fix country detect bug #40

v0.3

29 Feb 17:52
7b66f8f
Compare
Choose a tag to compare

Key changes

  • Dependencies updates, addressing security issues reported by dockerhub
    • Dockerfile now uses alpine-v3.19.1
      • bumped to curl-8.5.0-r0 - please note that this has a medium vuln reported on docker still
      • switched from transmission-cli to transmission-remote-4.0.5-r0
      • bumped to jq-1.7.1-r0
    • tests:
      • update GHA checks to run against gluetun-v3.36
      • GHA checks against gluetun-v3.35 have been removed (lacks protonvpn support)
  • Nightly test runs for gluetun:latest
  • Address #30, also, moving away from piavpn in tests
  • Fix #32, country detection in logs

Full Changelog: v0.2...v0.3

v0.2

03 Nov 17:23
863e40e
Compare
Choose a tag to compare

Key changes

  • Remove usage of peerport file as that's no use
  • Add support for ghcr packages
  • Log sanitizer function
  • Add tests
  • Fix env doesn't stop after tests
  • Github PR actions & badges
  • Add more resilience to country detection

Full Changelog: v0.1...v0.2

v0.1

22 Oct 19:33
2d57914
Compare
Choose a tag to compare

Initial release

This is now functional, and in heavy testing.

Full Changelog: https://github.com/miklosbagi/gluetranspia/commits/v0.1