Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
- #62: @dependabot chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster
- #63: @dependabot chore(deps): bump github.com/docker/docker from 20.10.15+incompatible to 20.10.16+incompatible
- #64: @josegonzalez Add support for raspbian/bullseye on arm64 architectures
- #65: @josegonzalez Publish arm64 packages for debian instead of raspbian
- #68: @dependabot chore(deps): bump github.com/rs/zerolog from 1.26.1 to 1.27.0
- #71: @dependabot chore(deps): bump golang from 1.18.2-buster to 1.19.0-buster
- #67: @dependabot chore(deps): bump github.com/docker/docker from 20.10.16+incompatible to 20.10.17+incompatible
- #72: @josegonzalez Update go version and all modules
- #73: @josegonzalez Unify ci config with other repositories
- #73: @josegonzalez Unify ci config with other repositories
  • Loading branch information
josegonzalez committed Aug 8, 2022
1 parent 0c63635 commit cb3382d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = dokku-event-listener
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.13.0
BASE_VERSION ?= 0.14.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 @@ -4,7 +4,7 @@ Service that listens to docker events and runs dokku commands.

## Requirements

- golang 1.12+
- golang 1.19+

## Background

Expand Down

0 comments on commit cb3382d

Please sign in to comment.