这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: u5surf/baur

Tags

v0.18.1

Toggle v0.18.1's commit message
update version to 0.18.1

v0.18.0

Toggle v0.18.0's commit message
cfg: support resolving $ROOT and $APPNAME variables in command field

The $ROOT and $APPNAME variables can be specified in the Command field of the
.app.toml files and are resolved before execution.

The config version is incremented to 4.

v0.17.1

Toggle v0.17.1's commit message
circleci: set POSTGRES_HOST_AUTH_METHOD=trust

The postgres docker image does not allow passwordless admin accounts by default
anymore.
auth_method=trust has to be set to run the postgres instance without admin
password.

v0.17.0

Toggle v0.17.0's commit message
set version to 0.17.0

v0.16.0

Toggle v0.16.0's commit message
cfg: remove empty sections from Include config

To workaround bug pelletier/go-toml#216 we have to
remove empty FileOutput and DockerImageOutput structs from the buildOutput.
Otherwise the config validation fails because the slices contain FileOutput or
DockerImageOutput structs with empty required fields, like FileOutput.Path

v0.15.0

Toggle v0.15.0's commit message
ver: change version to 0.15.0

v0.14

Toggle v0.14's commit message
change version to 0.14

v0.13

Toggle v0.13's commit message
make: create .sha256 checksum files for releases

v0.12

Toggle v0.12's commit message
change version to 0.12

v0.11.3

Toggle v0.11.3's commit message
set version to 0.11.3