Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
- #105: @dependabot chore(deps): bump golang from 1.20.7-bullseye to 1.21.0-bullseye
- #106: @dependabot chore(deps): bump actions/checkout from 3 to 4
- #107: @dependabot chore(deps): bump golang from 1.21.0-bullseye to 1.21.1-bullseye
- #110: @dependabot chore(deps): bump golang from 1.21.1-bullseye to 1.21.2-bullseye
- #111: @dependabot chore(deps): bump golang from 1.21.2-bullseye to 1.21.3-bullseye
- #112: @josegonzalez Remove support for armhf, Ubuntu Bionic, and Debian Buster
- #113: @dependabot chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0
- #115: @dependabot chore(deps): bump golang from 1.21.3-bookworm to 1.21.5-bookworm
- #116: @dependabot chore(deps): bump github/codeql-action from 2 to 3
- #117: @dependabot chore(deps): bump actions/upload-artifact from 3 to 4
- #118: @dependabot chore(deps): bump golang from 1.21.5-bookworm to 1.21.6-bookworm
- #119: @dependabot chore(deps): bump golang from 1.21.6-bookworm to 1.22.0-bookworm
- #120: @josegonzalez Add support for // as comments
- #121: @josegonzalez Update comment section in Procfile format docs
- #72: @josegonzalez Use cli-skeleton for commands
  • Loading branch information
josegonzalez committed Feb 9, 2024
1 parent 81f619d commit 0642f05
Showing 1 changed file with 1 addition and 1 deletion.
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 = procfile-util
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.16.0
BASE_VERSION ?= 0.17.0
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down

0 comments on commit 0642f05

Please sign in to comment.