docker_manager/app/controllers/docker_manager
Loïc Guitaut 99bb13d80c
DEV: Remove obsolete discourse_upgrade_required? check (#309)
This check was added in 2022 to force container rebuilds when running
a Discourse version older than a specified minimum. However, it relied
on `Discourse::VERSION::PRE` to distinguish between stable and beta
tracks, which no longer works under the new versioning scheme where
`PRE` is always nil.

More importantly, the minimum versions (`3.0.0` and `3.1.0.beta1`)
haven't been updated since April 2023, and any current Discourse version
(`2026.x`) far exceeds these thresholds, making this check permanently
false and effectively dead code.

The remaining upgrade_required checks (Docker image version, Ruby
version, and missing upstream branch) continue to function correctly.
2026-03-10 17:43:24 +01:00
..
admin_controller.rb DEV: Remove obsolete discourse_upgrade_required? check (#309) 2026-03-10 17:43:24 +01:00