From 0ca1f555c767d3b727a3757630092cf90475e3bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Jan 2026 02:56:33 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96:=20ionic,=20spring-boot,=20ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ionic: - Item root['versions']['8.7.16'] ({'name': '8.7.16', 'date': '2025-12-31'}) added to dictionary. spring-boot: - Item root['releases']['3.1'] ({'name': '3.1', 'releaseDate': '2023-05-31', 'eol': '2024-06-30', 'eoes': '2025-06-30'}) removed from dictionary. ubuntu: - Item root['versions']['4.10'] ({'name': '4.10', 'date': '2004-10-20'}) added to dictionary. --- releases/ionic.json | 4 ++++ releases/spring-boot.json | 6 ------ releases/ubuntu.json | 4 ++++ 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/releases/ionic.json b/releases/ionic.json index ac29aab4..bdbc2886 100644 --- a/releases/ionic.json +++ b/releases/ionic.json @@ -41,6 +41,10 @@ } }, "versions": { + "8.7.16": { + "name": "8.7.16", + "date": "2025-12-31" + }, "8.7.15": { "name": "8.7.15", "date": "2025-12-23" diff --git a/releases/spring-boot.json b/releases/spring-boot.json index ad81b238..be600a03 100644 --- a/releases/spring-boot.json +++ b/releases/spring-boot.json @@ -30,12 +30,6 @@ "eol": "2024-12-31", "eoes": "2025-12-31" }, - "3.1": { - "name": "3.1", - "releaseDate": "2023-05-31", - "eol": "2024-06-30", - "eoes": "2025-06-30" - }, "2.7": { "name": "2.7", "releaseDate": "2022-05-31", diff --git a/releases/ubuntu.json b/releases/ubuntu.json index 83a258f2..06428b2e 100644 --- a/releases/ubuntu.json +++ b/releases/ubuntu.json @@ -356,6 +356,10 @@ "5.04": { "name": "5.04", "date": "2005-04-08" + }, + "4.10": { + "name": "4.10", + "date": "2004-10-20" } } } \ No newline at end of file