Skip to content

Commit

Permalink
Issue 414.dockter.1 (#416)
Browse files Browse the repository at this point in the history
* #414 Savepoint

* #414 Savepoint

* #414 Savepoint

* #414 Savepoint

* #414 Savepoint

* #414 Savepoint

* #414 Savepoint

* #414 Savepoint

* #414 Savepoint

* #414 Prepare for versioning

* #414 Prepare for versioning
  • Loading branch information
docktermj authored Oct 19, 2022
1 parent 48c8df0 commit 7d5c2f5
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 8 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ disable=
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-statements,
unused-argument,
ignore=
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [2.2.0] - 2022-10-18

### Added in 2.2.0

- Added `rabbitmq-custom` subcommand

## [2.1.2] - 2022-10-11

### Changed in 2.1.2
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ ARG BASE_IMAGE=senzing/senzingapi-runtime:3.3.1

FROM ${BASE_IMAGE} AS builder

ENV REFRESHED_AT=2022-10-11
ENV REFRESHED_AT=2022-10-19

LABEL Name="senzing/stream-loader" \
Maintainer="support@senzing.com" \
Version="2.1.2"
Version="2.2.0"

# Run as "root" for system installation.

Expand Down Expand Up @@ -55,11 +55,11 @@ RUN curl -X GET \

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2022-10-11
ENV REFRESHED_AT=2022-10-18

LABEL Name="senzing/stream-loader" \
Maintainer="support@senzing.com" \
Version="2.1.0"
Version="2.2.0"

# Define health check.

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
azure-servicebus==7.8.1
boto3==1.24.92
confluent-kafka==1.9.2
orjson==3.8.0
pika==1.3.0
psutil==5.9.2
psycopg2-binary==2.9.4
Loading

0 comments on commit 7d5c2f5

Please sign in to comment.