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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1d9b015  Updates for 2.9.2.1 release
1d9b015 is described below

commit 1d9b015d0db84fdf10af699ce56f88d8f60fcde7
Author: tallison <[email protected]>
AuthorDate: Tue May 21 15:05:35 2024 -0400

    Updates for 2.9.2.1 release
---
 .env       | 2 +-
 CHANGES.md | 4 ++++
 README.md  | 8 ++++----
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/.env b/.env
index 8a5e270..b66aa47 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.9.2.0
\ No newline at end of file
+TAG=2.9.2.1
\ No newline at end of file
diff --git a/CHANGES.md b/CHANGES.md
index 7b3e3d0..2f73371 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,6 +4,10 @@ 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.9.2.1 (21 May 2024)
+  * Updated to noble
+  * First multi-arch release
+
 * 2.9.2.0 (10 October 2023)
   * Initial release for Tika 2.9.2
 
diff --git a/README.md b/README.md
index 78e0baa..b807bab 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +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.9.2.0`: Apache Tika Server 2.9.2.0 (Minimal)
-- `latest-full`, `2.9.2.0-full`: Apache Tika Server 2.9.2.0 (Full)
+- `latest`, `2.9.2.1`: Apache Tika Server 2.9.2.0 (Minimal)
+- `latest-full`, `2.9.2.1-full`: Apache Tika Server 2.9.2.0 (Full)
+- `2.9.2.1`, `2.9.2.1`: Apache Tika Server 2.9.2.0 (Minimal)
+- `2.9.2.1`, `2.9.2.1-full`: Apache Tika Server 2.9.2.0 (Full)
 - `2.9.2.0`, `2.9.2.0`: Apache Tika Server 2.9.2.0 (Minimal)
 - `2.9.2.0`, `2.9.2.0-full`: Apache Tika Server 2.9.2.0 (Full)
-- `latest`, `2.9.1.0`: Apache Tika Server 2.9.1.0 (Minimal)
-- `latest-full`, `2.9.1.0-full`: Apache Tika Server 2.9.1.0 (Full)
 - `2.9.1.0`, `2.9.1.0`: Apache Tika Server 2.9.1.0 (Minimal)
 - `2.9.1.0`, `2.9.1.0-full`: Apache Tika Server 2.9.1.0 (Full)
 - `2.9.0.0`, `2.9.0.0`: Apache Tika Server 2.9.0.0 (Minimal)

Reply via email to