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

Releases: acorn-io/runtime

v0.10.1

05 Feb 18:55
6a26e9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.1-rc2

02 Feb 16:37
92d24ac
Compare
Choose a tag to compare
v0.10.1-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0...v0.10.1-rc2

v0.10.1-rc1

22 Jan 18:31
403f4c2
Compare
Choose a tag to compare
v0.10.1-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0...v0.10.1-rc1

v0.10.0

20 Jan 00:30
e2b69a6
Compare
Choose a tag to compare

New Features

ComputeClass over-provisioning - With this feature, administrators can configure computeClasses with a requestScaler value. This will cause the memory and cpu requested to be scaled down based on the value set. For example, if the computeClass in use has its requestScaler value set to .1 and a user creates an app requesting 2 GiB of memory, the corresponding pod that is created will have its memory request field set to .2 GiB. The memory limit will remain the full 2 GiB. More details here.

ComputeClass generic resource fields - Thanks to community user @dciangot for this contribution! With this feature, administrators can now configure computeClasses with any kind of resources allowed by K8s' corev1.ResourceRequirements. This enables interesting use cases such as supporting GPU-based nodes.

acorn install --ignore-resource-requirements flag added - This will cause your acorn runtime to ignore all resource requirements on acorns being launched. This is useful if your Acorns define resource requests appropriate for production environments, but you want to easily spin them up locally and don’t have enough resources to accommodate them.

Support for user directive in container definitions - You can now specify a user and group containers should run as like so: user: "1000:1000”. This will translate to containerSecurityContext.RunAsUser and RunAsGroup in the pod specification. This is useful if your container image is designed to run as a specific non-root user. See the docs here.

Support for credential secrets - These secrets are similar to to the existing opaque type because they can hold any data you need, but they provide helpful UX to the end user by displaying instructions and prompting the user for the values. More details here.

acorn edit [app-name] and acorn secret edit [secret name] - With these commands, you can now easily edit applications and secrets. When editing an application, you'll be able to edit the values you set when launching the app, like the image, environment variables, and deploy arguments.

Housekeeping

With this release you may notice we've restructured our docs. Please take note:

We've removed support for an older version of of the Acornfile specification. This should affect very few people as we just removed some undocumented functionality, but if you notice that a previously working Acornfile stops working, reach out to us for support.

What's Changed

Read more

v0.10.0-rc5

19 Jan 19:57
e2b69a6
Compare
Choose a tag to compare
v0.10.0-rc5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.10.0-rc5

v0.10.0-rc2

04 Jan 16:18
e32a270
Compare
Choose a tag to compare
v0.10.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.10.0-rc2

v0.10.0-rc1

07 Dec 14:29
cf5ba1d
Compare
Choose a tag to compare
v0.10.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.2...v0.10.0-rc1

v0.9.2

06 Nov 18:26
1849371
Compare
Choose a tag to compare

This is a follow-up to the v0.9.1 release to address a few bugs and enhancements. See the full changelog below.

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.2-rc2

04 Nov 03:23
1849371
Compare
Choose a tag to compare
v0.9.2-rc2 Pre-release
Pre-release

What's Changed

  • Only set Status.Defaults.Volumes if it hasn't been set by @tylerslaton in #2297
  • Enable generating endpoints with paths and exposing job ports. by @njhale in #2318

Full Changelog: v0.9.2-rc1...v0.9.2-rc2

v0.9.2-rc1

03 Nov 15:06
39e8aed
Compare
Choose a tag to compare
v0.9.2-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2-rc1