Skip to content

Releases: premAI-io/Ayup

v0.9.0 Amazon image

01 Oct 14:26
Compare
Choose a tag to compare

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

26 Sep 17:32
Compare
Choose a tag to compare

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

13 Sep 12:25
Compare
Choose a tag to compare

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

11 Sep 12:26
Compare
Choose a tag to compare

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

02 Sep 10:04
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.6.0

v0.5.0 Secure Connections

20 Aug 15:51
Compare
Choose a tag to compare

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

08 Aug 11:53
Compare
Choose a tag to compare

This is a release in the Singleton series which allows you to deploy one application at a time.

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0 Singleton

02 Aug 12:34
Compare
Choose a tag to compare

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

29 Jul 14:44
Compare
Choose a tag to compare

The Singleton series of releases are limited to one application.

What's Changed

New Contributors

  • @richiejp made their first contribution in #3 (LOL GitHub)

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

v0.1.0 Singleton

17 Jul 15:36
Compare
Choose a tag to compare

The first release of Ayup. It allows for building and running a single application.