Skip to content

Releases: combust-labs/firebuild-mmds

v0.0.12

05 Apr 10:45
Compare
Choose a tag to compare

NEW

  • create intermediate directories for ADD / COPY resources; replicates the default Docker behavior

v0.0.11

04 Apr 13:37
Compare
Choose a tag to compare

NEW

  • includes shared components v0.0.8 with corrected large files handling

v0.0.10

03 Apr 23:08
Compare
Choose a tag to compare

NEW

  • updates shared to v0.0.7 with fixed command expansion
  • changes how commands are executed: tries executing from an executable file with environment embedded, if executable creation fails, falls back to executing command inline

FIXES

  • fixes relative file resource COPY / ADD

v0.0.9

03 Apr 20:32
Compare
Choose a tag to compare

FIXED

  • when constructing shell command environment, include os.Environ
  • updated shared to v0.0.6

v0.0.8

03 Apr 14:02
Compare
Choose a tag to compare

NEW

  • shared updated to v0.0.5 to support ping
  • bootstrap client supports configurable ping
  • MMDS metadata JSON now uses camel case to simplify metadata reading with jq and similar tools
  • ssh-port removed from MMDS metadata

v0.0.7

02 Apr 19:12
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

NEW

  • MMDS based bootstrap: #3

v0.0.6

22 Mar 22:52
Compare
Choose a tag to compare

This is the first properly working version. Versions prior to this one should not be used.

FIXES

  • environment exports incorrectly expanded
  • put workdir fetched from MMDS in PATH

This version works properly for etcd 3.4.0 on Alpine Linux and postgres 13 on Debian Buster slim.

v0.0.5

22 Mar 21:45
Compare
Choose a tag to compare

NEW

  • export environment variables for the entrypoint runner, source the env file, if exists

v0.0.4

22 Mar 18:55
Compare
Choose a tag to compare

FIXES

  • fix entrypoint dependency on top level environment
  • fix release process

v0.0.3

22 Mar 18:27
Compare
Choose a tag to compare

NEW

  • adds generating the firebuild entrypoint executable file from MMDS metadata