From b74eb538d1a479a99d8b1f42dfb9915d2482e819 Mon Sep 17 00:00:00 2001 From: Stelios Voutsinas Date: Mon, 25 Nov 2024 11:47:57 -0700 Subject: [PATCH] Prepare release 2.5.0 --- CHANGELOG.md | 22 +++++++++++++++++++ ...240813_174428_steliosvoutsinas_DM_45739.md | 4 ---- ...240813_174807_steliosvoutsinas_DM_45720.md | 3 --- ...240813_192551_steliosvoutsinas_DM_45528.md | 7 ------ ...241125_182819_steliosvoutsinas_DM_47788.md | 11 ---------- 5 files changed, 22 insertions(+), 25 deletions(-) delete mode 100644 changelog.d/20240813_174428_steliosvoutsinas_DM_45739.md delete mode 100644 changelog.d/20240813_174807_steliosvoutsinas_DM_45720.md delete mode 100644 changelog.d/20240813_192551_steliosvoutsinas_DM_45528.md delete mode 100644 changelog.d/20241125_182819_steliosvoutsinas_DM_47788.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b371a..f796678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ Find changes for the upcoming release in the project's [changelog.d](https://git + +## 2.5.0 (2024-11-01) + +### Removed + +- Update jcenter repo (obsolete) +- Remove restlet jar + +- Removed deprecated AuthenticatorImpl class + +### Changed + +- Removed extra spaces from dockerfile to adhere to best practices + +- Updated version of gms to >=1.0.14 + +### Fixed + +- docker-compose.yml to get updated CATALINA_OPTS required to run local TAP service instance + +- Label warning in Docker build + ## 2.4.7 (2024-07-31) diff --git a/changelog.d/20240813_174428_steliosvoutsinas_DM_45739.md b/changelog.d/20240813_174428_steliosvoutsinas_DM_45739.md deleted file mode 100644 index 3dd4f9c..0000000 --- a/changelog.d/20240813_174428_steliosvoutsinas_DM_45739.md +++ /dev/null @@ -1,4 +0,0 @@ -### Removed - -- Update jcenter repo (obsolete) -- Remove restlet jar diff --git a/changelog.d/20240813_174807_steliosvoutsinas_DM_45720.md b/changelog.d/20240813_174807_steliosvoutsinas_DM_45720.md deleted file mode 100644 index 2479d05..0000000 --- a/changelog.d/20240813_174807_steliosvoutsinas_DM_45720.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- docker-compose.yml to get updated CATALINA_OPTS required to run local TAP service instance diff --git a/changelog.d/20240813_192551_steliosvoutsinas_DM_45528.md b/changelog.d/20240813_192551_steliosvoutsinas_DM_45528.md deleted file mode 100644 index 79f16ec..0000000 --- a/changelog.d/20240813_192551_steliosvoutsinas_DM_45528.md +++ /dev/null @@ -1,7 +0,0 @@ -### Removed - -- Removed deprecated AuthenticatorImpl class - -### Changed - -- Removed extra spaces from dockerfile to adhere to best practices diff --git a/changelog.d/20241125_182819_steliosvoutsinas_DM_47788.md b/changelog.d/20241125_182819_steliosvoutsinas_DM_47788.md deleted file mode 100644 index f352eef..0000000 --- a/changelog.d/20241125_182819_steliosvoutsinas_DM_47788.md +++ /dev/null @@ -1,11 +0,0 @@ - - -### Changed - -- Updated version of gms to >=1.0.14 - - -### Fixed - -- Label warning in Docker build -