Upgrade to upstream v4.5.11+1.2.1 #25

Open
amras wants to merge 2 commits from update-121 into main
Owner

Please review/rebase Version 1.2.0 before this PR

Minor version bump, but (I think) the streaming image has a different RUN in the Dockerfile now, so our entrypoints have to accommodate that.
Lmk if other recipes have solved this situation differently; I just went with a "common" entrypoint to load all the secrets and short image-specific ones for the final handover. All three containers get the common entrypoint as a config file, and it's called from a customized entrypoint.sh.

**Please review/rebase [Version 1.2.0](https://git.coopcloud.tech/coop-cloud/hometown/pulls/24) before this PR** Minor version bump, but (I think) the streaming image has a different `RUN` in the `Dockerfile` now, so our entrypoints have to accommodate that. Lmk if other recipes have solved this situation differently; I just went with a "common" entrypoint to load all the secrets and short image-specific ones for the final handover. All three containers get the `common` entrypoint as a config file, and it's called from a customized `entrypoint.sh`.
amras added 2 commits 2026-06-17 14:39:40 +00:00
Upgrade to upstream v4.5.6+1.2.0
All checks were successful
continuous-integration/drone/tag Build is passing
139a1e468f
Applies the changes defined in https://github.com/hometown-fork/hometown/releases/tag/v4.5.6%2Bhometown-1.2.0
 (with one exception: I ignored the optional fasp Sidekiq queue)

There was a long gap in upstream releases,
 and the hometown fork skipped over 4.3.x and 4.4.x
 so there are a lot of changes here.

NB: this isn't the current up-to-date version of hometown,
 but the later releases suggest doing the 1.2.0 upgrade
 before moving on. So I'm giving Coop-Cloud operators that option
Upgrade to 4.5.11+1.2.1
All checks were successful
continuous-integration/drone/tag Build is passing
00d71c3fb6
Notable change
is that the streaming and main images
have different entrypoints in the Dockerfiles.
I broke up our entrypoint.sh to respect that.

Unclear if this affected 1.2.0,
but in my tests the streaming container
deployed without issue in 1.2.0.
amras requested review from 3wordchant 2026-06-17 14:41:05 +00:00
amras requested review from knoflook 2026-06-17 14:41:06 +00:00
amras requested review from nicksellen 2026-06-17 14:41:06 +00:00
Author
Owner

No official maintainers on this recipe, but this is a security update so I'd like to get eyes on it.

_No official maintainers on this recipe, but this is a security update so I'd like to get eyes on it._
All checks were successful
continuous-integration/drone/tag Build is passing
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin update-121:update-121
git checkout update-121
Sign in to join this conversation.
No description provided.