Skip to content

Releases: overhangio/tutor-mfe

v16.1.0

09 Aug 09:32
Compare
Choose a tag to compare
  • [Improvement] Allow patching the Dockerfile per MFE. (by @arbrandes)
  • [Improvement] Invalidate build cache for individual MFEs if there were upstream changes. (by @arbrandes)
  • [Improvement] Don't override imagePullPolicy in Kubernetes. This was only necessary in older releases. (by @regisb)
  • [Improvement] Select GitHub refs API endpoint based on version suffix. (by @arbrandes)
  • 💥[Improvement] Fix very high CPU and memory usage in development. We resolve this issue by running just a single container for all MFES, just like in production. To allow developers to test their changes in Tutor, we run npm run start only for those MFEs that have a manual bind-mount that was created with tutor mounts add .../frontend-app-mymfe. (by @regisb)
  • [Bugfix] In development, fix link to profile in header. (by @regisb)