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

Releases: acorn-io/runtime

v0.2.1

14 Sep 19:12
d75575e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: obot-platform/obot@v0.2.0...v0.2.1

v0.2.0

02 Sep 16:34
8dd7a3b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: obot-platform/obot@v0.1.5...v0.2.0

v0.2.0-rc2

02 Sep 16:04
8dd7a3b

Choose a tag to compare

v0.2.0-rc2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: obot-platform/obot@v0.1.5...v0.2.0-rc2

v0.2.0-rc1

02 Sep 02:07
6a45afc

Choose a tag to compare

v0.2.0-rc1 Pre-release
Pre-release

Changelog

v0.1.5

24 Aug 15:42
4910682

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: obot-platform/obot@v0.1.4...v0.1.5

v0.1.4 (same as v0.1.3 but fixed a release issue)

19 Aug 20:03
04dd85d

Choose a tag to compare

What's Changed

Full Changelog: obot-platform/obot@v0.1.2...v0.1.4

v0.1.3 (use v0.1.4 instead, same thing, but with binaries)

19 Aug 18:01
e0fff39

Choose a tag to compare

What's Changed

Full Changelog: obot-platform/obot@v0.1.2...v0.1.3

v0.1.2

10 Aug 15:43
2580d54

Choose a tag to compare

What's Changed

Getting Started

For more information check out our Getting Started Guide and our introduction video

Getting in Touch

If you would like to give us feedback or ask a question, we have several options:

  • Open a discussion topic or issue in this repo
  • Reach us on Slack
  • Find us on Twitter

We look forward to hearing from you!

v0.1.1

08 Aug 22:55
150f08e

Choose a tag to compare

This release addresses a few minor bugs:

  • #452 - Can't create Acorn DNS entries if the ingress has CNAMES and IPs
  • #451 - Deleting acorn dns secret doesnt cause DNS to update

Getting Started

For more information check out our Getting Started Guide and our introduction video

Getting in Touch

If you would like to give us feedback or ask a question, we have several options:

  • Open a discussion topic or issue in this repo
  • Reach us on Slack
  • Find us on Twitter

We look forward to hearing from you!

Initial Acorn Release

03 Aug 05:14
80d6e93

Choose a tag to compare

What is Acorn?

Acorn is an application packaging and deployment framework that simplifies running apps on Kubernetes. Acorn is able to package up all of an applications Docker images, configuration, and deployment specifications into a single Acorn image artifact. This artifact is publishable to any OCI container registry allowing it to be deployed on any dev, test, or production Kubernetes. The portability of Acorn images enables developers to develop applications locally and move to production without having to switch tools or technology stacks.

Developers create Acorn images by describing the application configuration in an Acornfile. The Acornfile describes the whole application without all of the boilerplate of Kubernetes YAML files. The Acorn CLI is used to build, deploy, and operate Acorn images on any Kubernetes cluster.

Getting Started

For more information check out our Getting Started Guide and our introduction video