Skip to content

Releases: gluestack/bolt-framework

Latest Stable Release - v0.1.3

24 Jul 10:02
Compare
Choose a tag to compare

Bug Fixes

  • added fallback in service:up logic-base were our cli tool was crashing in case a service-runner is missing

Latest Stable Release - v0.1.2

21 Jul 11:33
Compare
Choose a tag to compare

Enhancements

  • added ways to use environment variables in bolt.service.yaml file's each service runners using their respective envfile attribute
  • added ways to use environment variables in bolt ingress using project's root .env file

Latest Stable Release - v0.1.1

06 Jul 13:33
cfb4e31
Compare
Choose a tag to compare

Enhancements

  • Fixed virtual machine raw image and port tunnelling
  • Fixed supported_service_runners sequence order to pick up when using --vm or --host options in bolt up command
  • Fixed bolt cli installation in prepared virtual machine on boot using local.d
  • Enhanced log message on console for users
  • Bug fixes in vmlocal and vmdocker service runners

@gluestack/bolt package is @ v0.1.13
@gluestack/boltvm package is @ v0.0.10

For contributing or connecting with us: Join our Discord

Full Changelog: https://github.com/gluestack/bolt-framework/commits/v0.1.1

Latest Stable Release - v0.1.0

05 Jul 15:04
b5c1faa
Compare
Choose a tag to compare

New Features and Enhancements

This GitHub release introduces several new features and enhancements to bolt!

  • Added vmlocal and vmdocker as new service runners, expanding the options available for running services on local, docker, vmlocal and vmdocker
  • Added default-service-runner setting in the bolt.service.yaml file. This setting determines the service runner to be used when running services through bolt up command
  • Added supported-service-runners setting in bolt.service.yaml. This configuration specifies the supported service runners to be used exclusively when running the bolt up command with the --host or --vm options
  • Enhanced the bolt commands for running, monitoring, and stopping processes
  • bolt up command has been updated to handle running processes based on the settings specified in the bolt.service.yaml file
  • Added two new options for the bolt up command: bolt up --host and bolt up --vm. These options allow running processes using the supported service runners defined in the supported-service-runners configuration
  • bolt log command now captures and monitors logs from both local processes, VM processes and Docker containers running on local or VM, providing a comprehensive log tracking solution
  • Added the bolt exec command to enable login into the virtual machine associated with the project

Package Version: @gluestack/bolt is @ v0.1.12

For contributing or connecting with us: Join our Discord

Full Changelog: https://github.com/gluestack/bolt-framework/commits/v0.1.0