Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Update for 2.6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Nov 10, 2022
1 parent 1af746e commit 5937940
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

TAG=2.6.0.1
TAG=2.6.0.2
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5937940

Please sign in to comment.