Releases: dokku/plugn
Releases · dokku/plugn
v0.5.0
Changed
- @josegonzalez Update progrium/go-basher from v4 to v5
- @dependabot-preview chore(deps): bump github.com/pborman/uuid from 1.2.0 to 1.2.1
0.5.0 - 2020-05-07
Changed
- @josegonzalez Upgraded go-basher (includes bash upgrade)
v0.4.0
Added
- @josegonzalez Release packages for focal #37
Changed
- @josegonzalez drop releases for old operating systems #35
- @josegonzalez upgrade go-basher #36
Fixed
- @josegonzalez Corrected the package description
v0.3.2
Added
- @josegonzalez Add missing SYSTEM_NAME to Makefile #30
v0.3.1
Added
- @josegonzalez Store builds as CI artifacts #28
Changed
- @josegonzalez Allow specifying a custom bashPath via environment variable #27
v0.3.0
Added
- @josegonzalez Add support for downloading via tar.gz #19
v0.2.2
Fixed
- @michaelshobbs bring back bindata.go
- @michaelshobbs updated bindata.go
Changed
- @michaelshobbs [ci skip] documentation update pass. closes #5
- @michaelshobbs use docker 1.12.1
- @michaelshobbs use dokku fork of duplex and vendor deps. closes #16
v0.2.1
Fixed
- @lalyos Fix missing newlines
- @spesnova Fix typo
- @michaelshobbs git 1.5 complains about -X main.Version missing equals sign. add clean target
Added
- @spesnova Enable example plugins to trigger it
- @progrium updating project
- @progrium updated go-basher usage, added gateway and coproc package, replaced shitty example with a working toy example
- @michaelshobbs initial pass at circleci tests
- @michaelshobbs implement plugn update <repo_url> []
- @michaelshobbs support updating branches
- @michaelshobbs fix typo and add test
- @michaelshobbs add version command
Changed
- @progrium output all to stdout in gateway for now
- @progrium using new coproc lib and changed remote example to only provide items hook
- @tombell Update to latest go-basher api
- @josegonzalez Make it possible to run
plugn init
multiple times