From 5937940f6cbab9606161ea874b8a84531a39a9dd Mon Sep 17 00:00:00 2001 From: tallison Date: Thu, 10 Nov 2022 17:06:16 -0500 Subject: [PATCH] Update for 2.6.0.1 release --- .env | 2 +- .travis.yml | 2 +- CHANGES.md | 6 ++++++ README.md | 10 ++++++---- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 1e40c19..e5c42ab 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.1 \ No newline at end of file +TAG=2.6.0.2 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index ad59c24..0ec834f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: docker env: matrix: - - TIKA_DOCKER_VERSION=2.6.0.1 TIKA_VERSION=2.6.0 + - TIKA_DOCKER_VERSION=2.6.0.2 TIKA_VERSION=2.6.0 script: - ./docker-tool.sh build $TIKA_DOCKER_VERSION $TIKA_VERSION diff --git a/CHANGES.md b/CHANGES.md index 2d099c5..d6b4506 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,12 @@ 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.6.0.1 (10 November 2022) + * Update operating system against OpenSSL CVE (TIKA-3926). + +* 2.6.0.0 (7 November 2022) + * Initial release for Tika 2.6.0 + * 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) diff --git a/README.md b/README.md index a002220..babab6a 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ 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.0`: Apache Tika Server 2.5.0.2 (Minimal) -- `latest-full`, `2.6.0.0-full`: Apache Tika Server 2.5.0.2 (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) +- `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) +- `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) +- `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)