From e597093cb8dcdadb8d795829e55d9e089398fdd8 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 6 Aug 2023 17:57:59 -0400 Subject: [PATCH] Release 0.16.0 - #100 @dependabot: chore(deps): bump golang from 1.20.4-bullseye to 1.20.5-bullseye - #101 @dependabot: chore(deps): bump golang from 1.20.5-bullseye to 1.20.6-bullseye - #102 @Coffee2CodeNL: Add Bookworm Support - #103 @dependabot: chore(deps): bump golang from 1.20.6-bullseye to 1.20.7-bullseye - #60 @dependabot: chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster - #61 @josegonzalez: Add support for raspbian/bullseye on arm64 architectures - #62 @josegonzalez: Publish arm64 packages for debian instead of raspbian - #65 @dependabot: chore(deps): bump golang from 1.18.2-buster to 1.18.4-buster - #66 @dependabot: chore(deps): bump github.com/akamensky/argparse from 1.3.1 to 1.3.2 - #68 @dependabot: chore(deps): bump golang from 1.18.4-buster to 1.19.0-buster - #69 @dependabot: chore(deps): bump github.com/akamensky/argparse from 1.3.2 to 1.3.3 - #70 @josegonzalez: chore: update go version and all modules - #71 @josegonzalez: chore: unify ci config with other repositories - #73 @dependabot: chore(deps): bump github.com/akamensky/argparse from 1.3.3 to 1.4.0 - #76 @josegonzalez: Upgrade to bullseye - #78 @dependabot: chore(deps): bump golang from 1.19.2-bullseye to 1.19.4-bullseye - #79 @josegonzalez: Update all workflows - #80 @josegonzalez: Ensure we can run git commands from mounted docker volume - #81 @dependabot: chore(deps): bump actions/checkout from 2 to 3 - #82 @dependabot: chore(deps): bump ibiqlik/action-yamllint from 3.0.2 to 3.1.1 - #83 @dependabot: chore(deps): bump actions/upload-artifact from 2 to 3 - #84 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.5.0 - #85 @dependabot: chore(deps): bump hadolint/hadolint-action from 1.5.0 to 3.0.0 - #86 @dependabot: chore(deps): bump golang from 1.19.4-bullseye to 1.19.5-bullseye - #87 @josegonzalez: Drop rpm support - #88 @josegonzalez: Add darwin/arm64 support - #89 @dependabot: chore(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0 - #90 @dependabot: chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0 - #91 @dependabot: chore(deps): bump golang from 1.19.5-bullseye to 1.20.0-bullseye - #92 @dependabot: chore(deps): bump github.com/joho/godotenv from 1.4.0 to 1.5.1 - #93 @dependabot: chore(deps): bump golang from 1.20.0-bullseye to 1.20.1-bullseye - #95 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.5.0 to 0.7.0 - #96 @dependabot: chore(deps): bump golang from 1.20.1-bullseye to 1.20.2-bullseye - #97 @dependabot: chore(deps): bump golang from 1.20.2-bullseye to 1.20.3-bullseye - #98 @dependabot: chore(deps): bump golang from 1.20.3-bullseye to 1.20.4-bullseye - #99 @josegonzalez: fix: do not run linting twice for pull requests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eead20d..8daa292 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.15.0 +BASE_VERSION ?= 0.16.0 IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY) PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish