Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
- #106: @dependabot chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /tests/poetry
- #111: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.9.0 to 0.10.0
- #112: @dependabot chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1
- #113: @dependabot chore(deps): bump actions/checkout from 3 to 4
- #114: @dependabot chore(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0
- #115: @dependabot chore(deps): bump urllib3 from 1.22 to 1.26.17 in /tests/poetry
- #116: @dependabot chore(deps): bump urllib3 from 2.0.4 to 2.0.6 in /tests/pipenv
- #117: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.10.0 to 0.11.0
- #118: @josegonzalez Remove support for armhf, Ubuntu Bionic, and Debian Buster
- #119: @dependabot chore(deps): bump golang from 1.20.5-bookworm to 1.21.3-bookworm
- #120: @dependabot chore(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20
- #121: @dependabot chore(deps): bump urllib3 from 2.0.6 to 2.0.7 in /tests/pipenv
- #122: @dependabot chore(deps): bump urllib3 from 1.26.17 to 1.26.18 in /tests/poetry
- #123: @dependabot chore(deps): bump luizm/action-sh-checker from 0.7.0 to 0.8.0
- #124: @dependabot chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
- #125: @dependabot chore(deps): bump golang from 1.21.3-bookworm to 1.21.4-bookworm
- #126: @josegonzalez Use a newer builder for golang
- #127: @dependabot chore(deps): bump golang from 1.21.4-bookworm to 1.21.5-bookworm
- #128: @dependabot chore(deps): bump github.com/aws/aws-lambda-go from 1.41.0 to 1.42.0
- #129: @dependabot chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0
- #130: @dependabot chore(deps): bump github/codeql-action from 2 to 3
- #131: @dependabot chore(deps): bump actions/upload-artifact from 3 to 4
- #132: @dependabot chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
- #133: @dependabot chore(deps): bump github.com/aws/aws-lambda-go from 1.42.0 to 1.43.0
- #136: @dependabot chore(deps): bump golang from 1.21.5-bookworm to 1.21.6-bookworm
- #137: @dependabot chore(deps): bump github.com/aws/aws-lambda-go from 1.43.0 to 1.45.0
- #138: @dependabot chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0
- #139: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.11.0 to 0.14.0
- #140: @dependabot chore(deps): bump github.com/aws/aws-lambda-go from 1.45.0 to 1.46.0
- #141: @dependabot chore(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0
- #142: @dependabot chore(deps): bump github.com/josegonzalez/cli-skeleton from 0.14.0 to 0.15.0
- #143: @dependabot chore(deps): bump golang from 1.21.6-bookworm to 1.22.0-bookworm
- #92: @dependabot chore(deps): bump requests from 2.27.1 to 2.31.0 in /tests/poetry
  • Loading branch information
josegonzalez authored Feb 8, 2024
1 parent 2abfdd5 commit 91ff4c4
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 = lambda-builder
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 91ff4c4

Please sign in to comment.