v0.7.0 #72
dkorecko
announced in
Announcements
v0.7.0
#72
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
This is a bit of a bigger update, but don't worry, none of the changes are breaking, so feel free to just update and not worry about it, but let me introduce some new features that require some additional configuration:
Homepage Widget
I have added an endpoint to make it possible to have a Homepage widget for PatchPanda.
Example usage:
Docker in Windows support and other environment fixes
Some time was spent on making sure PatchPanda now works when running Docker on Windows! This also included an improvement to be able to better determine when a specific compose file is found right when parsing the container initially. To use with Windows, instead of the normal Linux mount, you can use this with your own paths:
Reminder that both sides must be the same and yes, this is the correct format, so if your compose files are under the C:\ drive, the volume bindings should start with /c/, so for D:\ it would be /d/ and so on. Relative paths are not supported.
Ollama integration
This release brings the ability to use your locally hosted AI, Ollama, to provide AI summaries of release notes as well as additional detection for whether the release contains breaking changes. This will work hand-in-hand with automatic updates in future releases. For now, here are the environment variables you need to set if you want to enable the Ollama integration:
Other small improvements
A bunch of those as well.
For an example of a complete compose file visit our Readme.
Hope you guys enjoy and let me know what you think! Also a reminder that you can join our Discord community :)
What's Changed
Full Changelog: v0.6.0...v0.7.0
This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions