Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
- #48 @dependabot: chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster
- #49 @dependabot: chore(deps): bump github.com/docker/docker from 20.10.15+incompatible to 20.10.16+incompatible
- #50 @josegonzalez Add support for raspbian/bullseye on arm64 architectures
- #51 @josegonzalez Publish arm64 packages for debian instead of raspbian
- #53 @dependabot: chore(deps): bump github.com/docker/docker from 20.10.16+incompatible to 20.10.17+incompatible
- #58 @dependabot: chore(deps): bump golang from 1.18.2-buster to 1.19.0-buster
- #59 @josegonzalez chore: update go version and all modules
- #59 @josegonzalez chore: update go version and all modules
- #60 @josegonzalez chore: unify ci config with other repositories
- #61 @josegonzalez refactor: use cli-skeleton for commands
- #68 @dependabot: chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.6.0 to 0.7.0
- #72 @dependabot: chore(deps): bump github.com/mitchellh/cli from 1.1.4 to 1.1.5
- #73 @dependabot: chore(deps): bump golang from 1.19.0-buster to 1.19.4-buster
- #74 @dependabot: chore(deps): bump github.com/docker/docker from 20.10.17+incompatible to 20.10.22+incompatible
- #75 @dependabot: chore(deps): bump golang from 1.19.4-buster to 1.19.5-buster
- #76 @josegonzalez feat: setup dependabot for github actions
- #77 @josegonzalez fix: ensure we can run git commands from mounted docker volumes
- #78 @dependabot: chore(deps): bump actions/checkout from 2 to 3
- #79 @dependabot: chore(deps): bump ibiqlik/action-yamllint from 3.0.2 to 3.1.1
- #80 @dependabot: chore(deps): bump actions/upload-artifact from 2 to 3
- #81 @dependabot: chore(deps): bump hadolint/hadolint-action from 1.5.0 to 3.0.0
- #82 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.5.0
- #83 @josegonzalez Drop rpm support
- #84 @josegonzalez Add darwin/arm64 support
- #85 @dependabot: chore(deps): bump hadolint/hadolint-action from 3.0.0 to 3.1.0
- #86 @dependabot: chore(deps): bump github.com/docker/docker from 20.10.22+incompatible to 20.10.23+incompatible
- #87 @dependabot: chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0
- #88 @dependabot: chore(deps): bump golang from 1.19.5-buster to 1.20.0-buster
- #89 @dependabot: chore(deps): bump github.com/docker/docker from 20.10.23+incompatible to 23.0.0+incompatible
- #90 @dependabot: chore(deps): bump github.com/docker/docker from 23.0.0+incompatible to 23.0.1+incompatible
- #91 @dependabot: chore(deps): bump golang from 1.20.0-buster to 1.20.1-buster
- #92 @dependabot: chore(deps): bump golang.org/x/net from 0.0.0-20220805013720-a33c5aa5df48 to 0.7.0
- #94 @dependabot: chore(deps): bump luizm/action-sh-checker from 0.5.0 to 0.7.0
- #95 @dependabot: chore(deps): bump golang from 1.20.1-buster to 1.20.2-buster
- #101 @dependabot: chore(deps): bump golang from 1.20.2-buster to 1.20.4-buster
- #102 @dependabot: chore(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.6+incompatible
- #103 @dependabot: chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible
- #104 @josegonzalez fix: do not run linting twice for pull requests
- #106 @dependabot: chore(deps): bump github.com/docker/docker from 23.0.6+incompatible to 24.0.1+incompatible
- #107 @dependabot: chore(deps): bump github.com/docker/docker from 24.0.1+incompatible to 24.0.2+incompatible
- #108 @dependabot: chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.7.0 to 0.8.0
- #109 @dependabot: chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster
- #110 @dependabot: chore(deps): bump github.com/docker/docker from 24.0.2+incompatible to 24.0.3+incompatible
- #111 @dependabot: chore(deps): bump github.com/docker/docker from 24.0.3+incompatible to 24.0.4+incompatible
- #112 @dependabot: chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.8.0 to 0.9.0
- #113 @dependabot: chore(deps): bump github.com/docker/docker from 24.0.4+incompatible to 24.0.5+incompatible
- #114 Coffee2CodeNL: Add Bookworm Support
  • Loading branch information
josegonzalez committed Aug 6, 2023
1 parent 1bc6dab commit 3dcdbe1
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 = docker-image-labeler
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.5.0
BASE_VERSION ?= 0.6.0
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down

0 comments on commit 3dcdbe1

Please sign in to comment.