From 37a58ea39703fe24f55c5653023d2c9e9ef467e2 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Wed, 14 Aug 2024 23:29:41 -0400 Subject: [PATCH 1/4] build: update to latest base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0a67933a9..44380edf92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/unstructured-io/base-images:wolfi-base-e48da6b@sha256:8ad3479e5dc87a86e4794350cca6385c01c6d110902c5b292d1a62e231be711b as base +FROM quay.io/unstructured-io/base-images:wolfi-base-e48da6b@sha256:f495978575bab94c2e20d09f286d73af55ae8ea83a255f5eb8794121b70f30fb as base USER root From 75106ec64e9034b81dbee27e136c7763cf33b691 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Wed, 14 Aug 2024 23:48:42 -0400 Subject: [PATCH 2/4] changelog and version --- CHANGELOG.md | 12 +++++++++++- unstructured/__version__.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dbd67395..bf241bf825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.15.5 + +### Enhancements + +### Features + +### Fixes + +* **Bump `libreoffice` verson in image.** Bumps the `libreoffice` version to `25.2.5.2` to address CVEs. + ## 0.15.4 ### Enhancements @@ -6,7 +16,7 @@ ### Fixes -* **Resolve an installation error with `pytesseract>=0.3.12` that occurred during `pip install unstructured[pdf]==0.15.3`.** +* **Resolve an installation error with `pytesseract>=0.3.12` that occurred during `pip install unstructured[pdf]==0.15.3`.** ## 0.15.3 diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 56b0a82573..61f494787f 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.15.4" # pragma: no cover +__version__ = "0.15.5" # pragma: no cover From 962a5eb547271e2084cafdc8f53f854fcd643b1c Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Thu, 15 Aug 2024 08:07:37 -0400 Subject: [PATCH 3/4] update version; pull from latest --- CHANGELOG.md | 2 +- Dockerfile | 2 +- unstructured/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf241bf825..21bd5020c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.15.5 +## 0.15.5-dev0 ### Enhancements diff --git a/Dockerfile b/Dockerfile index 44380edf92..1745284a2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/unstructured-io/base-images:wolfi-base-e48da6b@sha256:f495978575bab94c2e20d09f286d73af55ae8ea83a255f5eb8794121b70f30fb as base +FROM quay.io/unstructured-io/base-images:wolfi-base-latest as base USER root diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 61f494787f..5faa0051d8 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.15.5" # pragma: no cover +__version__ = "0.15.5-dev0" # pragma: no cover From 1e64235c0df9afda585bc0505ea7054eb6a87196 Mon Sep 17 00:00:00 2001 From: christinestraub Date: Thu, 15 Aug 2024 16:39:17 -0700 Subject: [PATCH 4/4] chore: bump version --- CHANGELOG.md | 1 - unstructured/__version__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad340592ba..57b26336ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ * **Bump `libreoffice` verson in image.** Bumps the `libreoffice` version to `25.2.5.2` to address CVEs. * **Downgrade NLTK dependency version for compatibility**. Due to the unavailability of `nltk==3.8.2` on PyPI, the NLTK dependency has been downgraded to `<3.8.2`. This change ensures continued functionality and compatibility. - ## 0.15.4 ### Enhancements diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 5faa0051d8..dfec7dd472 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.15.5-dev0" # pragma: no cover +__version__ = "0.15.5-dev1" # pragma: no cover