github dkorecko/PatchPanda v0.2.0

latest releases: v0.8.0, v0.7.0, v0.6.0...
one month ago

Hello,

This release contains some important changes (you could say breaking, but they won't actually break the app - the DB will just essentially be reset).

A quick update with some needed and some requested changes. Most notably:

  • As requested, migrated from MySQL to SQLite (thanks to @fgsfds for the first contribution!)
  • Fixed some startup issues
  • Added BASE_URL env variable to control how a direct URL to update an app is provided in the notification
  • Various small fixes

I highly recommend everyone to update your docker-compose file to follow the new changes, example can be found in the README file. To migrate your existing one, follow these steps:

  1. Remove all DB environment variables
  2. Set the BASE_URL to the URL you use to access PatchPanda
  3. Remove the entire patchpanda-db block
  4. Remove depends_on block from the app itself
  5. Mount a folder to the container to persist the database, like this: - ./data:/app/data:rw
  6. Make sure the port being mapped to is 8080 instead of 80
  7. Feel free to remove the data folder used by the MySQL container that was removed

What's Changed

  • Bump tar from 7.5.1 to 7.5.2 in /PatchPanda.Web in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1
  • fix: Framework files missing in some instances by @dkorecko in #7
  • Replace MySQL with SQLite by @fgsfds in #5

New Contributors

Full Changelog: v0.1.0...v0.2.0

Don't miss a new PatchPanda release

NewReleases is sending notifications on new releases.