Releases: yourbase/yb
Releases · yourbase/yb
v0.0.52-preview1: Remote builds tries to reconnect, new Flutter version
- Flutter build pack support SemVer or plain versions without a "v"
yb remotebuild
retries the connection when it's unstable
v0.1.0-preview4: HCL and run-time fixes
Supports HCL for configuring service dependencies.
- New run-time: container-first exec, run and build
- Build packs fixes to the new run-time
- No way to force execution in "Metal" yet
- HCL parsing and service local deployment and execution
- More fixes to HCL parsing
0.0.50: OpenJDK version supports "+" char
- Supports versions with a plus sign too
v0.0.51-preview1: Remote builds tries to reconnect
Tries to reconnect when log stream connection is interrupted.
OpenJDK fixes
Fix the download URL to support other than OpenJDK 8 (#77) * Fix the download URL to support other than OpenJDK 8
v0.1.0-preview3: HCL
Supports HCL for configuring service dependencies.
- New run-time: container-first exec, run and build
- Build packs fixes to the new run-time
- No way to force execution in "Metal" yet
- HCL parsing and service local deployment and execution
v0.1.0-preview - New runtime
- New minor version, because of significant move
yb packages
subcommand- go update
- Container support
- Mac OS support
- Linux issues with
yb run
andyb exec
still needs some fixing - Semver, Go Module/Deps compatible versioning (version string starts with a
v
)
Fix preview release
- Point version 0.1.0-preview2 to
master
0.0.48-stable: Env variable parsing fixed
Last version in 0.0.x series:
- Parsing of environment variables fixed in some edge cases
- Git remote parser now gives Org and Project too
- Ignore big binaries: test cases
New runtime, Packages sub command
- Runtime remade for Mac OS X
- Better handling of Containers
yb run
andyb exec
also runs in a Container- Some Linux fixes
yb packages
instead ofyb package
- Introduces container-wise
yb packages
sub command