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 2023/05/15 13:48:01 UTC

[tika-docker] branch master updated: prep for 2.8.0.0 release

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 6c148fb  prep for 2.8.0.0 release
6c148fb is described below

commit 6c148fbefac13cef72a928103bc6a1ba73f5f938
Author: tallison <ta...@apache.org>
AuthorDate: Mon May 15 09:47:46 2023 -0400

    prep for 2.8.0.0 release
---
 .env       | 2 +-
 CHANGES.md | 5 +++++
 README.md  | 8 ++++++--
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/.env b/.env
index 5c8a63b..ca8d8aa 100644
--- a/.env
+++ b/.env
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-TAG=2.7.0.1
\ No newline at end of file
+TAG=2.8.0.0
\ No newline at end of file
diff --git a/CHANGES.md b/CHANGES.md
index 91df243..df40520 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,6 +3,11 @@
 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.8.0.0 (15 May 2023)
+  * Initial release for Tika 2.8.0
+
+
 * 2.7.0.1 (27 Mar 2023)
   * More efficient build process and final image size via @stumpylog on [pr#17](https://github.com/apache/tika-docker/pull).
 
diff --git a/README.md b/README.md
index 60c4b9d..32e348e 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,14 @@ 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.7.0.1`: Apache Tika Server 2.7.0.0 (Minimal)
-- `latest-full`, `2.7.0.1-full`: Apache Tika Server 2.7.0.0 (Full)
+- `latest`, `2.8.0.0`: Apache Tika Server 2.7.0.0 (Minimal)
+- `latest-full`, `2.8.0.0-full`: Apache Tika Server 2.7.0.0 (Full)
+- `2.8.0.0`, `2.8.0.0`: Apache Tika Server 2.7.0.0 (Minimal)
+- `2.8.0.0`, `2.8.0.0-full`: Apache Tika Server 2.7.0.0 (Full)
 - `2.7.0.1`, `2.7.0.1`: Apache Tika Server 2.7.0.0 (Minimal)
 - `2.7.0.1`, `2.7.0.1-full`: Apache Tika Server 2.7.0.0 (Full)
+- `2.7.0.0`, `2.7.0.0`: Apache Tika Server 2.7.0.0 (Minimal)
+- `2.7.0.0`, `2.7.0.0-full`: Apache Tika Server 2.7.0.0 (Full)
 - `2.6.0.1`: Apache Tika Server 2.6.0.1 (Minimal)
 - `2.6.0.1-full`: Apache Tika Server 2.6.0.1 (Full)
 - `2.6.0.0`: Apache Tika Server 2.6.0.0 (Minimal)