Releases: premAI-io/Ayup
v0.9.0 Amazon image
This release adds support for generating an Amazon machine image based on NixOS in addition to some bugfixes.
What's Changed
Full Changelog: v0.8.0...v0.9.0
v0.8.0 Assistants
This release introduces compo-sable assistants! These allow you to write general purpose or app specific assistants in any language and chain them together. See below for more info (documentation is on its way :-))
What's Changed
Full Changelog: v0.7.2...v0.8.0
v0.7.1 Docker
This release supports running in Docker: https://hub.docker.com/repository/docker/premai/ayup/general
What's Changed
Full Changelog: v0.7.0...v0.7.1
v0.7.0 Proto Assistants
This release adds a way to plugin assistants to the workflow. You can see this in action here: https://youtu.be/bQ4FhicQPvI
The interface will soon change as described here: #19
What's Changed
Full Changelog: v0.6.0...v0.7.0
v0.6.0 Rootless
This release (re)introduces rootless mode where Ayup can be run as a normal user. It also starts up Buildkit for you and no longer uses Containerd. This gets us closer to having a single all-in-one exe that has everything bundled and you can just run it on any Linux machine with a reasonably recent kernel.
There is no longer a pause when exporting large containers because we don't do an export, we run the app inside Buildkit similar to if it was another build step, but not quite. For more discussion on this see https://github.com/premAI-io/Ayup/discussions/28
What's Changed
- Try to fix ver check by @richiejp in #21
- Only use rootless buildkit to run containers by @richiejp in #26
Full Changelog: v0.5.0...v0.6.0
v0.5.0 Secure Connections
This is a release in the Singleton series which allows you to deploy one application at a time.
The big change in this release is that we now have secure connections using libp2p!
What's Changed
- rpc: Add libp2p as a connection option by @richiejp in #14
- Update README and set default host on login by @richiejp in #16
Full Changelog: v0.4.0...v0.5.0
v0.4.0
This is a release in the Singleton series which allows you to deploy one application at a time.
What's Changed
- README: Add YouTube video by @richiejp in #10
- srv: Allow setting listen address by @richiejp in #11
- analysis: Stop on error by @richiejp in #12
- Use Buildkit client instead of Buildctl by @richiejp in #13
Full Changelog: v0.3.0...v0.4.0
v0.3.0 Singleton
This is a release in the Singleton series which allows you to deploy one application at a time.
What's Changed
- analysis: Allow Git usage in requirements.txt by @richiejp in #6
- analysis/build: Detect opencv usage and add implicit deps, also add more caching by @richiejp in #7
- YOLOv10 demo by @richiejp in #8
- ci: Add gofmt check and fix previous unformatted changes by @richiejp in #9
Full Changelog: v0.2.0...v0.3.0
v0.2.0 Singleton
The Singleton series of releases are limited to one application.
What's Changed
- Use Containerd directly by @richiejp in #3
- Use Dockerfile if present by @richiejp in #4
- Add license by @richiejp in #2
- nix: Add server wrapper that include runtime deps by @richiejp in #5
- Add install instructions and brief description by @richiejp in #1
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0 Singleton
The first release of Ayup. It allows for building and running a single application.