Skip to content

Releases: suborbital/subo

v0.6.0

01 Dec 20:10
c32fc8d
Compare
Choose a tag to compare

Subo Beta-6 upgrades to E2Core Beta-5 and Suborbital Extension Engine Beta-4.2.

v0.5.4

03 Aug 22:05
72327c4
Compare
Choose a tag to compare

Subo Beta-5.4 upgrades TinyGo to v0.25.0.

v0.5.3

13 Jun 21:08
f96afe3
Compare
Choose a tag to compare

Subo Beta-5.3 upgrades Suborbital Compute to Beta-3.2.

v0.5.2

02 Jun 17:12
ceb6cc3
Compare
Choose a tag to compare

Subo Beta-5.2 upgrades Suborbital Compute to Beta-3.1

v0.5.1

25 May 20:44
ce0e9e8
Compare
Choose a tag to compare

Subo Beta-5.1 upgrades Suborbital Compute to Beta-3.

v0.5.0

16 May 21:19
Compare
Choose a tag to compare

Subo Beta-4.3 upgrades Atmo to Beta-4.7.

Updates:

  • Go 1.18
  • the TinyGo builder image has been updated to version v0.23.0
  • Add Wat support
  • Add configurable JS toolchains
  • Add ability to push docker image and deploy onto Kubernetes cluster

Fixes:

  • Remove update checking when inside Docker

v0.4.2

14 Mar 21:05
020b497
Compare
Choose a tag to compare

Subo Beta-4.2 upgrades Atmo to Beta-4.4 and upgrades Suborbital Compute to Beta-2.

v0.4.1

25 Feb 19:53
2e86c27
Compare
Choose a tag to compare

Subo Beta-4.1 fixes a permissions issue when building JavaScript and TypeScript Runnables on Linux.

v0.4.0

22 Feb 00:27
ed1ce1f
Compare
Choose a tag to compare

Subo Beta-4 brings the ability to create and build JavaScript and TypeScript Runnables.

v0.3.2

08 Feb 16:32
df2aadc
Compare
Choose a tag to compare

Subo Beta-3.2 brings quality of life improvements, JavaScript support, and create handler command

  • (fix): purge bad data cache from version check (pr #170)
  • (tweak): reduce file and folder permissions across subo (pr #172)
  • feat(builder): support for JavaScript (pr #177)
  • feat(builder): introduce templating for prereq commands (pr #187)
  • feat(cli): create handler command
  • feat(cli): initial version of subo push using Bindle (pr #178)
  • feat(ci/cd): adds a workflow to dispatch data on release to homebrew formula repo (pr #183)
  • feat(ci/cd): adds golangci-lint and basic linting rules, fixes issues (pr #189)