Skip to content

Commit

Permalink
github-util: Update FROM version (#191)
Browse files Browse the repository at this point in the history
* #1 Update version

* Prepare for versioned release
  • Loading branch information
docktermj authored Apr 3, 2023
1 parent 36895d2 commit 7b8a2b4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [1.4.7] - 2023-04-03

### Changed in 1.4.7

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.5.0`
- In `requirements.txt`, updated:
- csvkit==1.1.1
- Flask-SocketIO==5.3.3
- Flask==2.2.3
- orjson==3.8.9
- pandas==1.5.3
- python-engineio==4.4.0
- python-socketio==5.8.0
- setuptools==67.6.1
- VisiData==2.11

## [1.4.6] - 2023-01-12

### Changed in 1.4.6
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG BASE_IMAGE=senzing/senzingapi-tools:3.4.0
ARG BASE_IMAGE=senzing/senzingapi-tools:3.5.0
ARG BASE_BUILDER_IMAGE=node:lts-buster-slim

ARG IMAGE_NAME="senzing/xterm"
ARG IMAGE_MAINTAINER="support@senzing.com"
ARG IMAGE_VERSION="1.4.6"
ARG IMAGE_VERSION="1.4.7"

# -----------------------------------------------------------------------------
# Stage: builder
Expand All @@ -13,7 +13,7 @@ FROM ${BASE_BUILDER_IMAGE} AS builder

# Set Shell to use for RUN commands in builder step.

ENV REFRESHED_AT=2023-01-12
ENV REFRESHED_AT=2023-04-03

# Run as "root" for system installation.

Expand Down
4 changes: 2 additions & 2 deletions rootfs/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
# Metadata

__all__ = []
__version__ = "1.4.4" # See https://www.python.org/dev/peps/pep-0396/
__version__ = "1.4.7" # See https://www.python.org/dev/peps/pep-0396/
__date__ = '2020-04-26'
__updated__ = '2022-10-11'
__updated__ = '2023-04-03'

SENZING_PRODUCT_ID = "5024" # 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 7b8a2b4

Please sign in to comment.