Release 4.3.0: Newer OpenVPN and Transmission #2411
Replies: 7 comments 12 replies
-
There was an error with the triggering of GitHub Actions. Fixed in |
Beta Was this translation helpful? Give feedback.
-
No issues encountered with my Nord container. Reminder that Privoxy is "upgraded" to 3.0.33...fixes and new features (https inspection being the most significant). |
Beta Was this translation helpful? Give feedback.
-
Unfortunately 4.3.x broke it for me. Running on a Pi using pureVPN. Container starts and logs shows the VPN initialisation completes fine then nothing, Transmission doesn't start . Docker shows the container as unhealthy and server does not respond on port 9091. Rolled back to 4.2 and it works again |
Beta Was this translation helpful? Give feedback.
-
Just noting: The Transmission upgrade from 2.94 to 3.00 introduced serious memory leak issues for me. Containers would relatively quickly grow in memory use and eventually crash, sometimes taking the whole system with them. Pinned an earlier version and no more crashes. I might just wait for the upgrade to Transmission 4.0 which hopefully improves resource use |
Beta Was this translation helpful? Give feedback.
-
I'm also experiencing a large memory leak - has opened an issue. It seems there is a fix in a later build of Transmission 3, and also in the upcoming Transmission 4. |
Beta Was this translation helpful? Give feedback.
-
Hey, I realize that I'm a little late on this but it's been a while since I've updated things. I remember when the Transmission client got downgraded from v3.00 to v 2.94 back in 2021 there were some issues with hashes not verifying and some files being forced to re-download. This can be especially problematic for some of the private trackers out there. Will the same thing happen going up from 2.94 to 3.00 this time? |
Beta Was this translation helpful? Give feedback.
-
Have had no reports on that. And transmission has most probably made it
backwards compatible so that upgrading versions is ok. It's another thing
to suddenly revert back to an older version that knows nothing about the
new hashing.
So I don't know for sure, but it would surprise me if that caused any
issues. Taking a backup of the transmission-home folder is always nice when
doing upgrades. That way you know you can get back if anything goes wrong.
Has never happened to me, but one day I guess I'll be happy to have it :)
søn. 12. mar. 2023, 19:28 skrev Luke McGuire ***@***.***>:
… Hey, I realize that I'm a little late on this but it's been a while since
I've updated things. I remember when the Transmission client got downgraded
from v3.00 to v 2.94 back in 2021 there were some issues with hashes not
verifying and some files being forced to re-download. This can be
especially problematic for some of the private trackers out there. Will the
same thing happen going up from 2.94 to 3.00 this time?
—
Reply to this email directly, view it on GitHub
<#2411 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH5ODVLBP72MFEUZZKTBMLW3YPV3ANCNFSM6AAAAAASCHEWSY>
.
You are receiving this because you authored the thread.Message ID:
<haugene/docker-transmission-openvpn/repo-discussions/2411/comments/5282919
@github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The main update in this release is that we're changing the base image from Ubuntu 20.04 to 22.04 🎉
This means that we're moving from Transmission 2.94 to 3.00, and OpenVPN 2.4.7 to 2.5.5.
There's also a fix for an issue that has been affecting NordVPN users in the last few releases #2404
On the non-functional side we're moving the image builds from CircleCI to GitHub actions both because there was a time limit that caused problems for the beta builds and that it will bring the CI/CD stuff closer to the code. We're already using GitHub for repo hosting, discussion board and issue tracking so we gather more in that ecosystem.
The latter also meant that I had to rewrite the build pipelines and we're changing the image tag strategy ever so slightly. We're relying on the docker/metadata-action to generate tags for us instead of doing it in a custom way, conventions over configuration!
latest
will now point to the latest release rather than the latest commit on master branch. Apart from that it will be pretty similar.edge
will be the latest commit on master branch (soon main branch I suspect), and we will also tag each build with the branch name as well sodev
will still bedev
.Let's see how it goes. Need to make this release to see that all the tags appear as they should 🤞
This discussion was created from the release Release 4.3.0: Newer OpenVPN and Transmission.
Beta Was this translation helpful? Give feedback.
All reactions