Skip to content

Releases: phillmv/arquivo

2023-12-31

31 Dec 16:03
5dcee73
Compare
Choose a tag to compare

This release adds:

  • Upgrading to Rails 7 (#79)
  • Moving the app to be hosted within Docker (#81)
  • Misc fixes (#80, #83)
  • Getting static mode to work reliably again (#84)

With this release, we've now achieved a "known good" state which I can feel confident that a) there's a test suite that passes, and b) the entire functionality of the app has been encapsulated into a single artifact, which can be invoked via the docker images.

i.e. this release in particular can be fetched by running:

docker pull ghcr.io/phillmv/arquivo:sha-5dcee73ac470e37486c35df26581f5dfe58cfccb

That's pretty rad!

2022-05-25

26 May 01:08
Compare
Choose a tag to compare

Cutting a release prior to upgrading to Rails 7, as an easy way to rollback in case for whatever reason I struggle to get Rails 7 to work on another deployment environment.