- A more generic approach: nothing is generated by default
- BC breaking changes in plugin configuration and runtime:
- Removed
env
,extra
,gitSha
,buildTime
config keys - Removed
getEnv()
,getExtra()
,getGitSha()
,getBuildTime()
runtime methods
- Removed
- Added
set
config key andget()
runtime method - Added plugin config helpers for commonly used functions:
gitSha()
,gitTag()
,gitInfo()
,buildTime()
,env()
,shell()
- Direct support for environment variables
- Allow override for plugin parameters
gitSha
andbuildTime
- Renamed plugin parameter
outputFilename
tofilename
- Renamed plugin parameter
extra
toextras
- Renamed runtime getter
getExtra()
togetExtras()
- Added runtime method
getExtra(key)
to access an extra value directly
Initial release.