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/02/06 17:17:21 UTC

[tika-docker] branch master updated: 2.7.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 c4f46fa  2.7.0.0 release
c4f46fa is described below

commit c4f46fa78506c8684edc16a3089b05b1f10a5369
Author: tallison <ta...@apache.org>
AuthorDate: Mon Feb 6 12:17:07 2023 -0500

    2.7.0.0 release
---
 .env       | 2 +-
 CHANGES.md | 4 ++++
 README.md  | 6 ++++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.env b/.env
index e5c42ab..994a232 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.6.0.2
\ No newline at end of file
+TAG=2.7.0.0
\ No newline at end of file
diff --git a/CHANGES.md b/CHANGES.md
index d6b4506..bf74389 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,9 @@ As of 2.5.0.1, we started adding a digit for Docker versions.  Going forward, we
 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.7.0.0 (6 Feb 2022)
+  * Initial release for Tika 2.7.0
+
 * 2.6.0.1 (10 November 2022)
   * Update operating system against OpenSSL CVE (TIKA-3926).
 
@@ -13,5 +16,6 @@ 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 f6709c2..352647d 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.6.0.1`: Apache Tika Server 2.6.0.1 (Minimal)
-- `latest-full`, `2.6.0.1-full`: Apache Tika Server 2.6.0.1 (Full)
+- `latest`, `2.7.0.0`: Apache Tika Server 2.7.0.0 (Minimal)
+- `latest-full`, `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)
 - `2.6.0.0-full`: Apache Tika Server 2.6.0.0 (Full)
 - `2.5.0.2`: Apache Tika Server 2.5.0.2 (Minimal)