Skip to content

Commit 347a4e5

Browse files
authored
manual trigger of workflows to publish new image and new vers tag in … (#3965)
…quay There were some open CVEs in the base-image. Those are resolved so triggering a workflow with updated version tag
1 parent 3497281 commit 347a4e5

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.17.3
2+
3+
### Enhancements
4+
5+
### Features
6+
7+
### Fixes
8+
- Resolve open CVEs
9+
110
## 0.17.3-dev0
211

312
### Enhancements
@@ -102,6 +111,7 @@
102111
### Fixes
103112

104113
- **Fix file type detection for NDJSON files** NDJSON files were being detected as JSON due to having the same mime-type.
114+
- Base-image was updated to resolved CVEs, running pipline to manually build
105115

106116
## 0.16.20
107117

unstructured/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.3-dev0" # pragma: no cover
1+
__version__ = "0.17.3" # pragma: no cover

0 commit comments

Comments
 (0)