Skip to content

Commit

Permalink
chore: release 0.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and edeckers committed Mar 9, 2022
1 parent 91b0855 commit 4a5ac7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

FROM python:3.8-alpine3.15

ARG HUEMON_VERSION=0.7.0
ARG HUEMON_VERSION=0.7.1

ENV HUEMON_CONFIG_PATH="/etc/huemon/config.yml"

Expand Down
6 changes: 3 additions & 3 deletions assets/release/release-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function cd_to_root_directory () {
function build_and_publish_docker_image () {
cd_to_root_directory

echo "Building and publishing Docker image edeckers/huemon:0.7.0"
docker buildx build . --platform linux/amd64,linux/arm64,linux/arm/v7 -t edeckers/huemon:0.7.0 --push
echo "Built and published Docker image edeckers/huemon:0.7.0"
echo "Building and publishing Docker image edeckers/huemon:0.7.1"
docker buildx build . --platform linux/amd64,linux/arm64,linux/arm/v7 -t edeckers/huemon:0.7.1 --push
echo "Built and published Docker image edeckers/huemon:0.7.1"
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: "2.3"

services:
huemon:
image: edeckers/huemon:0.7.0
image: edeckers/huemon:0.7.1
volumes:
- huemon-config:/etc/huemon
- huemon-opt:/opt/huemon
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maintainers = ["Ely Deckers"]
name = "huemon"
readme = "README.md"
repository = "https://github.com/edeckers/huemon.git"
version = "0.7.0"
version = "0.7.1"

[tool.poetry.dependencies]
fastapi = "^0.75.0"
Expand Down

0 comments on commit 4a5ac7e

Please sign in to comment.