From 0642f051b86128f3e1414f5492ea03194be02565 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 8 Feb 2024 22:23:57 -0500 Subject: [PATCH] Release 0.17.0 - #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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa52ae2..e09f834 100644 --- a/Makefile +++ b/Makefile @@ -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