Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Releases: acorn-io/runtime

v0.10.1

05 Feb 18:55
@cjellick cjellick
6a26e9b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

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

Assets 10
Loading
huapox reacted with thumbs up emoji
1 person reacted

v0.10.1-rc2

02 Feb 16:37
@cjellick cjellick
92d24ac
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Loading

v0.10.1-rc1

22 Jan 18:31
@cjellick cjellick
403f4c2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Contributors

cloudnautique and g-linville
Loading

v0.10.0

20 Jan 00:30
@cjellick cjellick
e2b69a6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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
Loading

v0.10.0-rc5

19 Jan 19:57
@cjellick cjellick
e2b69a6
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

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

Loading

v0.10.0-rc2

04 Jan 16:18
@cjellick cjellick
e32a270
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Loading
huapox reacted with thumbs up emoji
1 person reacted

v0.10.0-rc1

07 Dec 14:29
@cloudnautique cloudnautique
cf5ba1d
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Loading
phamviet reacted with heart emoji
1 person reacted

v0.9.2

06 Nov 18:26
@thedadams thedadams
1849371
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Loading
huapox reacted with thumbs up emoji
1 person reacted

v0.9.2-rc2

04 Nov 03:23
@njhale njhale
1849371
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Contributors

njhale and tylerslaton
Loading

v0.9.2-rc1

03 Nov 15:06
@cjellick cjellick
39e8aed
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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

Loading
Previous 1 3 4 5 9 10
Previous

AltStyle によって変換されたページ (->オリジナル) /