Skip to content

Commit

Permalink
Merge pull request #89 from dokku/master
Browse files Browse the repository at this point in the history
Release 0.11.0
  • Loading branch information
josegonzalez committed May 16, 2022
2 parents 0cbebda + a5092a2 commit 5dec1af
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.11.0](https://github.com/dokku/plugn/compare/v0.10.0...v0.11.0) - 2022-05-16

### Changed

- @josegonzalez upgrade go-basher to silence errant exit status log messages

## [0.10.0](https://github.com/dokku/plugn/compare/v0.9.1...v0.10.0) - 2022-05-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = plugn
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.10.0
BASE_VERSION ?= 0.11.0
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Hook system that lets users extend your application with plugins
## Installation

```shell
wget -qO /tmp/plugn_latest.tgz https://github.com/dokku/plugn/releases/download/v0.10.0/plugn_0.10.0_linux_amd64.tgz
wget -qO /tmp/plugn_latest.tgz https://github.com/dokku/plugn/releases/download/v0.11.0/plugn_0.11.0_linux_amd64.tgz
tar xzf /tmp/plugn_latest.tgz -C /usr/local/bin
```

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/BurntSushi/toml v1.1.0
github.com/dokku/duplex v0.0.0-20160916172127-5bc6cb8042f7
github.com/progrium/go-basher v5.1.5+incompatible
github.com/progrium/go-basher v5.1.6+incompatible
github.com/progrium/plugin-demo v0.0.0-20160206152045-d94df2206a64
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ github.com/progrium/crypto v0.0.0-20141231035031-e04455474e32 h1:TazRiCelU8NoJMn
github.com/progrium/crypto v0.0.0-20141231035031-e04455474e32/go.mod h1:spjB7wUvxDfIjoK9jtlCu07B/QaZwjtKlQeM3njS9QA=
github.com/progrium/go-basher v5.1.5+incompatible h1:gImkc9PLBdKRlSHYfY3A+NzPvA9i0c3TwJQt56hwCzo=
github.com/progrium/go-basher v5.1.5+incompatible/go.mod h1:Oiy7jZEU1mm+gI1dt5MKYwxptmD37q8/UupxnwhMHtI=
github.com/progrium/go-basher v5.1.6+incompatible h1:4C9YrvISyUN01W2gEruN1EzMecc75NDiHUjipKuOqls=
github.com/progrium/go-basher v5.1.6+incompatible/go.mod h1:Oiy7jZEU1mm+gI1dt5MKYwxptmD37q8/UupxnwhMHtI=
github.com/progrium/plugin-demo v0.0.0-20160206152045-d94df2206a64 h1:FHNCTel7Yt0+4I1uvKfu2X+g8U8tHBBJb7zl+ohfmqM=
github.com/progrium/plugin-demo v0.0.0-20160206152045-d94df2206a64/go.mod h1:xwVfSlPMRhFysvnn0lOZ1Ruen2jTuzgwm4Hs0onTrlY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down

0 comments on commit 5dec1af

Please sign in to comment.