[gluetun-rotate] Update to 0.3.0 - #328
Merged
dispatcharr-plugins-bot[bot] merged 3 commits intoSep 21, 2026
Merged
dispatcharr-plugins-bot[bot] merged 3 commits into
dispatcharr-plugins-bot[bot] merged 3 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
Only a minor documentation punctuation nit remains.
Review effort: Lite
Findings: 1
Open (1)
What changed in this PR
Updates the gluetun-rotate plugin from 0.2.1 to 0.3.0.
Changes:
- Documents viewer-aware rotation holdback behavior.
- Documents journal message deduplication.
- Updates plugin metadata to version 0.3.0.
Review note: README line 81 needs terminal punctuation.
| File | Description |
|---|---|
plugins/gluetun-rotate/README.md |
Documents 0.3.0 rotation behavior. |
plugins/gluetun-rotate/plugin.json |
Updates the plugin version. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | PilaScat |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 0.3.0 |
| Version bump | ✅ | 0.2.1 → 0.3.0 |
View release v0.3.0 on GitHub · Compare v0.2.1...v0.3.0
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by PilaScat in this repository (2)
| Plugin | Slug | Version |
|---|---|---|
| Could Not Dispatch | could-not-dispatch |
0.4.0 |
| Underfed | underfed |
0.4.0 |
dispatcharr-plugins-bot
Bot
merged commit Sep 21, 2026
f8bf9f3
into
Dispatcharr:main
10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

About this submission
Update of an existing external plugin,
0.2.1→0.3.0.A rotation waits for the last viewer. Rotating drops every connection through the
tunnel, so anyone watching a channel from the provider lost their stream even though it
was working. The watcher now reads
/proxy/ts/statusbefore it rotates and holds backwhile a channel has viewers on a source that is not local: the fallback card served from
127.0.0.1does not count, because nothing is flowing from the provider there anyway. Itrotates on the first round after the last of them leaves. There is no time limit: an
address the provider refuses is of no use to anyone but the people already watching.
A held-back rotation is written to the journal once per reason, not every round, so a
long wait no longer fills it with the same line.
Source: https://github.com/PilaScat/gluetun-rotate
Release: https://github.com/PilaScat/gluetun-rotate/releases/tag/v0.3.0
Changelog: https://github.com/PilaScat/gluetun-rotate/blob/v0.3.0/CHANGELOG.md
Zip sha256:
74f213ab9fa9822c681e86a0158e9ccfa329ee1d1cbb5cc57c97f40ddd1c880bOpened by
registry-pr.ymlin PilaScat/gluetun-rotate when v0.3.0 was released.