Releases: combust-labs/firebuild-mmds
Releases · combust-labs/firebuild-mmds
v0.0.12
05 Apr 10:45
Compare
Sorry, something went wrong.
No results found
NEW
create intermediate directories for ADD / COPY resources; replicates the default Docker behavior
v0.0.11
04 Apr 13:37
Compare
Sorry, something went wrong.
No results found
NEW
includes shared components v0.0.8 with corrected large files handling
v0.0.10
03 Apr 23:08
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
FIXED
when constructing shell command environment, include os.Environ
updated shared to v0.0.6
v0.0.8
03 Apr 14:02
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.0.6
22 Mar 22:52
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
NEW
export environment variables for the entrypoint runner, source the env file, if exists
v0.0.4
22 Mar 18:55
Compare
Sorry, something went wrong.
No results found
FIXES
fix entrypoint dependency on top level environment
fix release process
v0.0.3
22 Mar 18:27
Compare
Sorry, something went wrong.
No results found
NEW
adds generating the firebuild entrypoint executable file from MMDS metadata