You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/11/01 13:19:13 UTC

[tika-docker] branch master updated: TIKA-3913 -- add a CHANGES.md file to our tika-docker repo

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new dfb8789  TIKA-3913 -- add a CHANGES.md file to our tika-docker repo
dfb8789 is described below

commit dfb87893d8d02aa03dada7d222fce746db0a3c7a
Author: tallison <ta...@apache.org>
AuthorDate: Tue Nov 1 09:19:01 2022 -0400

    TIKA-3913 -- add a CHANGES.md file to our tika-docker repo
---
 CHANGES.md | 11 +++++++++++
 README.md  | 14 ++++++++++----
 2 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..2d099c5
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,11 @@
+# Changes
+
+As of 2.5.0.1, we started adding a digit for Docker versions.  Going forward, we'll include
+a four digit version, where the first three are the Tika version and the last one is the docker version.
+As of 2.5.0.2, we started tagging release commits in our github repo.
+
+* 2.5.0.2 (31 October 2022)
+  * Fixed root-user regression caused by differences in Docker behavior based on the build system's OS (TIKA-3912)
+  * Added tika-extras/ directory to pick up extra jars via mounted drive or for those using our image as a base image (TIKA-3907)
+* 2.5.0.1 (27 October 2022)
+  * Update to latest jammy to avoid recent CVEs (TIKA-3906)
\ No newline at end of file
diff --git a/README.md b/README.md
index 7968a01..9319433 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,10 @@ To install more languages simply update the apt-get command to include the packa
 ## Available Tags
 
 Below are the most recent 2.x series tags:
-- `latest`, `2.5.0.1`: Apache Tika Server 2.5.0.1 (Minimal)
-- `latest-full`, `2.5.0.1-full`: Apache Tika Server 2.5.0.1 (Full)
+- `latest`, `2.5.0.2`: Apache Tika Server 2.5.0.2 (Minimal)
+- `latest-full`, `2.5.0.2-full`: Apache Tika Server 2.5.0.2 (Full)
+- `2.5.0.1`: Apache Tika Server 2.5.0.1 (Minimal)
+- `2.5.0.1-full`: Apache Tika Server 2.5.0.1 (Full)
 - `2.5.0`: Apache Tika Server 2.5.0 (Minimal)
 - `2.5.0-full`: Apache Tika Server 2.5.0 (Full)
 - `2.4.1`: Apache Tika Server 2.4.1 (Minimal)
@@ -29,7 +31,7 @@ Below are the most recent 2.x series tags:
 - `2.2.1`: Apache Tika Server 2.2.1 (Minimal)
 - `2.2.1-full`: Apache Tika Server 2.2.1 (Full)
 
-Below are the most recent 1.x series tags:
+Below are the most recent 1.x series tags. **Note** that as of 30 September 2022, the 1.x branch is no longer supported.
 
 - `1.28.5`: Apache Tika Server 1.28.5 (Minimal)
 - `1.28.5-full`: Apache Tika Server 1.28.5 (Full)
@@ -134,6 +136,10 @@ To meet up with others using Apache Tika, consider coming to one of the [Apache
 
 For more information on the Apache Software Foundation, go to the [Apache Software Foundation](http://apache.org) website.
 
+For a full list of changes as of 2.5.0.1, visit [CHANGES.md](https://github.com/apache/tika-docker/CHANGES.md).
+
+For our current release process, visit [tika-docker Release Process](https://cwiki.apache.org/confluence/display/TIKA/Release+Process+for+tika-docker)
+
 ## Authors
 
 Apache Tika Dev Team (dev@tika.apache.org)
@@ -148,7 +154,7 @@ There have been a range of [contributors](https://github.com/apache/tika-docker/
 - [@laszlocsontosuw](https://github.com/laszlocsontosuw)
 - [@tallisonapache](https://github.com/tballison)
 
-## Licence
+## License
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.