Commit Graph

8 Commits

Author SHA1 Message Date
Kelv 0a2110ab36
DEV: Update deprecated Font Awesome icon names (#252) 2024-12-04 02:36:58 +01:00
David Taylor 652ba9f1ff
FIX: Remove <3.4.0.beta1 version pin (#241)
This pin means that sites will not show an update available for docker_manager, and will then hit a pnpm/yarn error when updating core.

docker_manager is compatible with the 3.3.x series, so we can remove this pin.
2024-09-07 19:48:43 +01:00
Natalie Tay 3ff7323155
DEV: Pin plugin for Discourse < 3.4.0.beta1-dev (#231) 2024-08-02 17:35:22 +08:00
Selase Krakani f2b97aa16e
DEV: Pin plugin for Discourse < 3.3.0.beta1-dev (#206) 2024-02-29 14:00:59 -07:00
David Taylor db0db26bcc
DEV: Go back to commit hash for discourse-compatibility entry (#188)
Branches are not fully supported
2023-07-28 17:11:06 +01:00
David Taylor 4a493543de
DEV: Support new discourse-compatibility format on old core (#186)
This introduces a fallback compatibility parser, identical to the one introduced in https://github.com/discourse/discourse/pull/22714

This will allow Docker Manager to parse new compatibility files, even when running on older Discourse instances. This is only intended as a temporary solution, and will be removed before the Discourse 3.2 release.
2023-07-25 14:31:27 +01:00
Gerhard Schlager 024fba2c44
FIX: Update compatibility file for v3.1.0.beta1 and below (#178)
Without this upgrades to v3.1.0.beta4+ will fail because those newer versions require Ruby 3.2 and the old, pinned docker_manager version didn't prompt for a CLI rebuild when upgrading from v3.1.0.beta1 and below.

The actual fix is in 1b2d7eb which is part of the new `old-version-up-to-v3.1.0.beta1` branch.
2023-04-19 15:48:28 +02:00
Jarek Radosz 7d6ca4492f DEV: Add discourse-compatibility 2023-02-16 14:09:33 +01:00