Skip to content

Commit ab08b04

Browse files
committed
bump version 0.8.1 -> 0.8.2
1 parent e6f42ee commit ab08b04

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

containers/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN /env/bin/pip install /tmp/api/.
3939
FROM debian:stable-slim AS metget
4040

4141
LABEL maintainer="Zach Cobell <zcobell@thewaterinstitute.org>"
42-
LABEL version="0.8.1"
42+
LABEL version="0.8.2"
4343
LABEL description="METGET API"
4444
LABEL io.k8s.description="METGET API"
4545
LABEL io.k8s.display-name="METGET API"

containers/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN /env/bin/pip install /tmp/metbuild_run/.
4444
FROM debian:stable-slim AS metget
4545

4646
LABEL maintainer="Zach Cobell <zcobell@thewaterinstitute.org>"
47-
LABEL version="0.8.1"
47+
LABEL version="0.8.2"
4848
LABEL description="METGET Build"
4949
LABEL io.k8s.description="METGET Build"
5050
LABEL io.k8s.display-name="METGET Build"

containers/database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM postgres:17-trixie
22

33
LABEL maintainer="Zach Cobell <zcobell@thewaterinstitute.org>"
4-
LABEL version="0.8.1"
4+
LABEL version="0.8.2"
55
LABEL description="METGET Database"
66
LABEL io.k8s.description="METGET Database"
77
LABEL io.k8s.display-name="METGET Database"

containers/download/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN /env/bin/pip install /tmp/metbuild_download/.
3333
FROM debian:stable-slim AS metget
3434

3535
LABEL maintainer="Zach Cobell <zcobell@thewaterinstitute.org>"
36-
LABEL version="0.8.1"
36+
LABEL version="0.8.2"
3737
LABEL description="METGET Download"
3838
LABEL io.k8s.description="METGET Download"
3939
LABEL io.k8s.display-name="METGET Download"

containers/utilities/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN /env/bin/pip install /tmp/keymanager/.
3535
FROM debian:stable-slim AS metget
3636

3737
LABEL maintainer="Zach Cobell <zcobell@thewaterinstitute.org>"
38-
LABEL version="0.8.1"
38+
LABEL version="0.8.2"
3939
LABEL description="METGET Utilities"
4040
LABEL io.k8s.description="METGET Utilities"
4141
LABEL io.k8s.display-name="METGET Utilities"

helm/metget-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: metget-server
33
description: A deployment of the metget-server instance
44
type: application
5-
version: 0.8.1
6-
appVersion: "0.8.1"
5+
version: 0.8.2
6+
appVersion: "0.8.2"
77
icon: https://raw.githubusercontent.com/waterinstitute/metget-server/main/img/MetGet_logo_square.png

helm/metget-server/values.example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ containers:
2525
# tagged with semantic versioning, i.e.
2626
# "0.1.0-stable". The development tag should be
2727
# used at your own risk.
28-
version: 0.8.1-stable
28+
version: 0.8.2-stable
2929
database:
3030
image: thewaterinstitute/metget-database
3131
download:

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "metget-server"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "MetGet-Server Package"
55
authors = [
66
{ name = "Zach Cobell", email = "zcobell@thewaterinstitute.org" },
@@ -25,7 +25,7 @@ classifiers = [
2525
"Source" = "https://github.com/waterinstitute/metget-server"
2626

2727
[tool.bumpver]
28-
current_version = "0.8.1"
28+
current_version = "0.8.2"
2929
version_pattern = 'MAJOR.MINOR.PATCH[PYTAGNUM]'
3030
commit_message = "bump version {old_version} -> {new_version}"
3131
commit = true

src/executables/api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "metget_api"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Package for running the Metget flask api"
55
authors = [
66
{ name = "Zach Cobell", email = "zcobell@thewaterinstitute.org" },

src/executables/build/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "metget_build"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Package for building output data in metget-server"
55
authors = [
66
{ name = "Zach Cobell", email = "zcobell@thewaterinstitute.org" },

0 commit comments

Comments
 (0)