Skip to content

Commit

Permalink
Merge pull request #84 from dokku/master
Browse files Browse the repository at this point in the history
Release 0.9.1
  • Loading branch information
josegonzalez authored May 11, 2022
2 parents bdea625 + ae492bc commit 54616c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 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.9.1](https://github.com/dokku/plugn/compare/v0.9.0...v0.9.1) - 2022-05-10

### Changed

- @josegonzalez Revert "chore(deps): bump golang from 1.13.0-buster to 1.18.1-buster" #83

## [0.9.0](https://github.com/dokku/plugn/compare/v0.8.2...v0.9.0) - 2022-05-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.1-buster
FROM golang:1.13.0-buster

# hadolint ignore=DL3027
RUN apt-get update \
Expand Down
6 changes: 3 additions & 3 deletions 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.9.0
BASE_VERSION ?= 0.9.1
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down Expand Up @@ -247,8 +247,8 @@ validate: test
sha1sum build/rpm/$(NAME)-$(VERSION)-1.x86_64.rpm

prebuild:
cd / && go install github.com/jteeuwen/go-bindata/...@latest
cd / && go install github.com/progrium/basht/...@latest
cd / && go get -u github.com/jteeuwen/go-bindata/...
cd / && go get -u github.com/progrium/basht/...

test: prebuild docker-image
basht tests/*/tests.sh
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.9.0/plugn_0.9.0_linux_amd64.tgz
wget -qO /tmp/plugn_latest.tgz https://github.com/dokku/plugn/releases/download/v0.9.1/plugn_0.9.1_linux_amd64.tgz
tar xzf /tmp/plugn_latest.tgz -C /usr/local/bin
```

Expand Down

0 comments on commit 54616c0

Please sign in to comment.