Skip to content

Commit 6647324

Browse files
Merge pull request #156 from ds-wizard/release/4.1.0
Release 4.1.0
2 parents 1d16f01 + 8ae3231 commit 6647324

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+183
-246
lines changed

packages/dsw-command-queue/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.1.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.0.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -152,3 +156,4 @@ Released for version consistency with other DSW tools.
152156
[3.27.1]: /../../tree/v3.27.1
153157
[3.28.0]: /../../tree/v3.28.0
154158
[4.0.0]: /../../tree/v4.0.0
159+
[4.1.0]: /../../tree/v4.1.0

packages/dsw-command-queue/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'dsw-command-queue'
7-
version = "4.0.0rc2"
7+
version = "4.1.0"
88
description = 'Library for working with command queue and persistent commands'
99
readme = 'README.md'
1010
keywords = ['dsw', 'subscriber', 'publisher', 'database', 'queue', 'processing']
@@ -25,7 +25,7 @@ classifiers = [
2525
requires-python = '>=3.10, <4'
2626
dependencies = [
2727
# DSW
28-
"dsw-database==4.0.0rc2",
28+
"dsw-database==4.1.0",
2929
]
3030

3131
[project.urls]

packages/dsw-command-queue/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
psycopg==3.1.12
2-
psycopg-binary==3.1.12
1+
psycopg==3.1.13
2+
psycopg-binary==3.1.13
33
PyYAML==6.0.1
44
tenacity==8.2.3
55
typing_extensions==4.8.0

packages/dsw-config/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.1.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.0.0]
1216

1317
### Changed
@@ -162,3 +166,4 @@ Released for version consistency with other DSW tools.
162166
[3.27.1]: /../../tree/v3.27.1
163167
[3.28.0]: /../../tree/v3.28.0
164168
[4.0.0]: /../../tree/v4.0.0
169+
[4.1.0]: /../../tree/v4.1.0

packages/dsw-config/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'dsw-config'
7-
version = "4.0.0rc2"
7+
version = "4.1.0"
88
description = 'Library for DSW config manipulation'
99
readme = 'README.md'
1010
keywords = ['dsw', 'config', 'yaml', 'parser']

packages/dsw-config/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2023.7.22
1+
certifi==2023.11.17
22
PyYAML==6.0.1
3-
sentry-sdk==1.32.0
4-
urllib3==2.0.7
3+
sentry-sdk==1.37.1
4+
urllib3==2.1.0

packages/dsw-data-seeder/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
## [Unreleased]
99

1010

11+
## [4.1.0]
12+
13+
Released for version consistency with other DSW tools.
14+
1115
## [4.0.0]
1216

1317
Released for version consistency with other DSW tools.
@@ -202,3 +206,4 @@ Released for version consistency with other DSW tools.
202206
[3.27.1]: /../../tree/v3.27.1
203207
[3.28.0]: /../../tree/v3.28.0
204208
[4.0.0]: /../../tree/v4.0.0
209+
[4.1.0]: /../../tree/v4.1.0

packages/dsw-data-seeder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM datastewardshipwizard/python-base:3.11-alpine as builder
1+
FROM datastewardshipwizard/python-base:4.1.0-3.11-basic as builder
22

33
WORKDIR /app
44

@@ -12,7 +12,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
1212
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-data-seeder
1313

1414

15-
FROM datastewardshipwizard/python-base:3.11-alpine
15+
FROM datastewardshipwizard/python-base:4.1.0-3.11-basic
1616

1717
ENV APPLICATION_CONFIG_PATH /app/config/application.yml
1818
ENV WORKDIR_PATH /home/user/data

packages/dsw-data-seeder/dsw/data_seeder/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
DEFAULT_PLACEHOLDER = '<<|TENANT-ID|>>'
77
NULL_UUID = '00000000-0000-0000-0000-000000000000'
88
PROG_NAME = 'dsw-data-seeder'
9-
VERSION = '4.0.0'
9+
VERSION = '4.1.0'

packages/dsw-data-seeder/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'dsw-data-seeder'
7-
version = "4.0.0rc2"
7+
version = "4.1.0"
88
description = 'Worker for seeding DSW data'
99
readme = 'README.md'
1010
keywords = ['data', 'database', 'seed', 'storage']
@@ -29,10 +29,10 @@ dependencies = [
2929
'sentry-sdk',
3030
'tenacity',
3131
# DSW
32-
"dsw-command-queue==4.0.0rc2",
33-
"dsw-config==4.0.0rc2",
34-
"dsw-database==4.0.0rc2",
35-
"dsw-storage==4.0.0rc2",
32+
"dsw-command-queue==4.1.0",
33+
"dsw-config==4.1.0",
34+
"dsw-database==4.1.0",
35+
"dsw-storage==4.1.0",
3636
]
3737

3838
[project.urls]

0 commit comments

Comments
 (0)