Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@cjellick cjellick released this 07 Jun 22:49
· 933 commits to main since this release

馃帀 Acorn v0.7.0 is available with many new features and improvements! 馃帀

New Features

Services and nested acorns - Service acorns open up a world of external cloud integrations to your applications. Nested acorns let's you build acorns of acorns, which is incredibly complex micro-service based applications. Check out our blog for demos and examples.

Security Enhancements - We've implemented project-level network isolation, which is on by default. We've also introduced alpha support for image signature policies, which we're calling ImageAllowRules. These features help you secure your software pipeline as well as your runtime.

Development and Debugging Enhancements - We've introduced the acorn dev and acorn port-forward commands. We've revamped the acorn run and update commands to be more intuitive and consistent. We've also introduced acorn events to surface useful information about what is happening with your applications. Try them out in the cli!

Known Issues and Considerations

Attention: With this release, the domain used to create endpoints when you launch an acorn app is changing from alpha.on-acorn.io to oss-acorn.io. Additionally, alpha.on-acorn.io endpoints will be retired in the near future.

The --default-publish-mode installation flag has been removed.

There are a few known issues related to service acorns and nested acorns. Of note, locally built images do not work as service or nested acorns. You must first publish the image to a remote registry such as ghcr.io or Docker Hub.

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0