From 44277edfcf2690aab28dd4bb3d31137508a34319 Mon Sep 17 00:00:00 2001 From: Felddy Date: Sat, 6 Feb 2021 14:49:17 -0500 Subject: [PATCH] Bump version to 4.4.0 --- Dockerfile | 4 ++-- README.md | 4 ++-- docker-compose.yml | 4 ++-- src/hashes | 2 +- src/version.txt | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index f5c035b0..b61a104d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3-alpine as stage-1 ARG WEEWX_UID=421 ENV WEEWX_HOME="/home/weewx" -ENV WEEWX_VERSION="4.3.0" +ENV WEEWX_VERSION="4.4.0" ENV ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz" RUN addgroup --system --gid ${WEEWX_UID} weewx \ @@ -39,7 +39,7 @@ FROM python:3-slim as stage-2 ARG TARGETPLATFORM ARG WEEWX_UID=421 ENV WEEWX_HOME="/home/weewx" -ENV WEEWX_VERSION="4.3.0" +ENV WEEWX_VERSION="4.4.0" # For a list of pre-defined annotation keys and value types see: # https://github.com/opencontainers/image-spec/blob/master/annotations.md diff --git a/README.md b/README.md index 840ab261..8a70adbb 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Build the image locally using this git repository as the [build context](https:/ ```console docker build \ - --tag felddy/weewx:4.3.0 \ + --tag felddy/weewx:4.4.0 \ https://github.com/felddy/weewx-docker.git#develop ``` @@ -166,7 +166,7 @@ Docker: --file Dockerfile-x \ --platform linux/amd64 \ --output type=docker \ - --tag felddy/weewx:4.3.0 . + --tag felddy/weewx:4.4.0 . ``` ## Debugging ## diff --git a/docker-compose.yml b/docker-compose.yml index ec3e3468..2c17b621 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,10 +8,10 @@ services: weewx: build: args: - - VERSION=4.3.0 + - VERSION=4.4.0 context: . dockerfile: Dockerfile - image: felddy/weewx:4.3.0 + image: felddy/weewx:4.4.0 init: true restart: "no" # devices: diff --git a/src/hashes b/src/hashes index 98cf435d..69e40eb6 100644 --- a/src/hashes +++ b/src/hashes @@ -1,3 +1,3 @@ -4e7b8bd6d50e3f1e1b3f5dfcf1c1595abac4f9c9a0c518a8eb3b15d32860caf4 weewx-4.3.0.tar.gz +4ad1f8ff990ce86d80b3bc5448d5545e67e8b42ac14fc6a041b7734740e846c5 weewx-4.4.0.tar.gz 9580cc3e3d617d20ffc42138712634850f37716a1257e9da0516407970765813 weewx-mqtt.zip 6229d493acd051730530ab50c235f57cc7f9c53dc1a8060c7b6e4817dd2bf66d weewx-interceptor.zip diff --git a/src/version.txt b/src/version.txt index 111dc917..ecdb1cef 100644 --- a/src/version.txt +++ b/src/version.txt @@ -1 +1 @@ -__version__ = "4.3.0" +__version__ = "4.4.0"