Jonline CI/CD Release
v0.5.551-ab8581d
Built by the Server CI/CD GitHub Action .
Images are available on DockerHub:
-
DockerHub: Jonline Server (jonlatane/jonline:0.5.551-ab8581d)
-
DockerHub: Jonline Preview Generator (jonlatane/jonline_preview_generator:0.5.551-ab8581d)
-
In testing/not yet ready for production use: DockerHub: JBL (Jonline Balancer of Loads/Load Balancer) (jonlatane/jbl:0.5.551-ab8581d)
A macOS (Apple Silicon) build is also available via Homebrew:
brew install jonlatane/jonline/jonline
A self-updating Linux build (amd64/arm64) is available as a release tarball:
curl -s https://api.github.com/repos/jonlatane/jonline/releases/latest \
| jq -r '.assets[] | select(.name | test("-linux\\.tar\\.bz2$")) | .browser_download_url' \
| xargs curl -L -o jonline.tar.bz2
mkdir jonline && tar xjf jonline.tar.bz2 -C jonline && rm jonline.tar.bz2
cd jonline
./bin/jonline version
Run ./bin/jonline help for other commands, including update to self-update in place.
Deployments
Deployments will be brought up-to-date at around the same time as this release is created.
First, Jonline.io (and any other "development" deployments) will be updated.
Then, this release is created (so, Jonline.io should already be updated).
Finally, Bull City Social and Oak City Social (and any other "production" deployments) will be updated.
| Deployment | Links | Deployment Version |
|---|---|---|
| Jonline.io |
About, Protocol Docs | Development |
| BullCity.Social |
About, Protocol Docs | Production |
| OakCity.Social |
About, Protocol Docs | Production |
Changelog
This list's Markdown was generated with git log -100 --pretty='- [%h / *%ch*] %B' at release time:
- [
ab8581d7/ Thu 23:47 -0400] Email server support (#78)
-
email server support
-
route traefik to stalwart
-
Make target updates
-
more improvements
-
halfway through things
-
resizable and stuff
-
cleaning
-
get stalwart up working right
-
cleanup stalwart postgres stuff
-
make design more forward thinking
-
fix messages.proto
-
doc updates
-
update readme
- [
829eba5d/ Thu 19:37 -0400] Finish elm file shape cleanup (#81) - [
90cf2cb1/ Wed 16:42 -0400] Fluid Responsive Nav (#80)
-
tweak nav and reload event/post pages on account change
-
css fun
-
more nav tweaks
-
cleanup "hallucinated" things
-
progress
-
wow, continuous functions are super satisfying
-
consolidate a lot of nav stuff
-
minor tweak
-
regenerate protos
-
cache workspace crates
-
Add elm-review and fix basic stuff
-
css change
-
update web push
-
Shared.elm restructure
-
code reorg progress
-
more stuff
-
simplify a bit
-
"i" font size
-
[
f250deb3/ Tue 13:21 -0400] fix login flow, minor about page tweak -
[
80710a3c/ Tue 13:04 -0400] small tweaks -
[
39df889d/ Mon 23:00 -0400] Wibbly wobbly timey wimey (#79)
-
simplify time
-
the rest of time
-
simplify Create Account flow
-
[
706e05e0/ Mon 14:49 -0400] fix event instance limiting silliness -
[
efaacae0/ Mon 12:12 -0400] name things better -
[
5be50c90/ Mon 09:47 -0400] media sizing -
[
0050d5e2/ Mon 09:33 -0400] UX tweaks