Skip to content

Commit

Permalink
#48 Prepare for versioned release (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Sep 29, 2022
1 parent d6a5d21 commit 7a689f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.4] - 2022-09-29

### Changed in 1.0.4

- In `Dockerfile`, updated FROM instruction to `debian:11.5-slim@sha256:5cf1d98cd0805951484f33b34c1ab25aac7007bb41c8b9901d97e4be3cf3ab04`

## [1.0.3] - 2021-11-04

### Changed in 1.0.3
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM ${BASE_IMAGE} as db2_builder
ENV REFRESHED_AT=2022-09-27

LABEL Name="senzing/senzing-db2-builder" \
Version="1.0.3"
Version="1.0.4"

# Install packages via apt.

Expand Down Expand Up @@ -38,7 +38,7 @@ ENV REFRESHED_AT=2022-09-27

LABEL Name="senzing/db2-driver-installer" \
Maintainer="support@senzing.com" \
Version="1.0.3"
Version="1.0.4"

HEALTHCHECK CMD ["/app/healthcheck.sh"]

Expand Down
4 changes: 2 additions & 2 deletions db2-driver-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
import zipfile

__all__ = []
__version__ = "1.0.2" # See https://www.python.org/dev/peps/pep-0396/
__version__ = "1.0.4" # See https://www.python.org/dev/peps/pep-0396/
__date__ = '2019-08-06'
__updated__ = '2020-08-11'
__updated__ = '2022-09-29'

SENZING_PRODUCT_ID = "5008" # See https://github.com/Senzing/knowledge-base/blob/main/lists/senzing-product-ids.md
log_format = '%(asctime)s %(message)s'
Expand Down

0 comments on commit 7a689f4

Please sign in to comment.