From b463126504fcfd226eee4a7a204cf814141af367 Mon Sep 17 00:00:00 2001 From: hofund-bot Date: Wed, 27 Nov 2024 11:30:15 +0000 Subject: [PATCH 1/3] [ci skip] Generated CHANGELOG.md and prepare version for next release --- CHANGELOG.md | 12 +++++++++++ .../000001-h2-connection.yml | 0 .../000057-connection-tags-fix.yml | 0 changelog/v2.4.0/release-date.txt | 1 + changelog/v2.4.0/version-summary.md | 21 +++++++++++++++++++ 5 files changed, 34 insertions(+) rename changelog/{unreleased => v2.4.0}/000001-h2-connection.yml (100%) rename changelog/{unreleased => v2.4.0}/000057-connection-tags-fix.yml (100%) create mode 100644 changelog/v2.4.0/release-date.txt create mode 100644 changelog/v2.4.0/version-summary.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d60faa..503adb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ +[2.4.0] - 2024-11-27 +-------------------- + +### Added (1 change) + +- Added support for H2 datasource type !56 ([Mateusz Witkowski](https://github.com/witx98) @witx98) + +### Fixed (1 change) + +- Fixed an issue with registering hofund.node, caused by inconsistent sets of tag keys across different connection types !58 !59 #57 ([Mateusz Witkowski](https://github.com/witx98) @witx98) + + [2.3.0] - 2024-11-20 -------------------- diff --git a/changelog/unreleased/000001-h2-connection.yml b/changelog/v2.4.0/000001-h2-connection.yml similarity index 100% rename from changelog/unreleased/000001-h2-connection.yml rename to changelog/v2.4.0/000001-h2-connection.yml diff --git a/changelog/unreleased/000057-connection-tags-fix.yml b/changelog/v2.4.0/000057-connection-tags-fix.yml similarity index 100% rename from changelog/unreleased/000057-connection-tags-fix.yml rename to changelog/v2.4.0/000057-connection-tags-fix.yml diff --git a/changelog/v2.4.0/release-date.txt b/changelog/v2.4.0/release-date.txt new file mode 100644 index 0000000..b772018 --- /dev/null +++ b/changelog/v2.4.0/release-date.txt @@ -0,0 +1 @@ +2024-11-27 \ No newline at end of file diff --git a/changelog/v2.4.0/version-summary.md b/changelog/v2.4.0/version-summary.md new file mode 100644 index 0000000..4ee4cf0 --- /dev/null +++ b/changelog/v2.4.0/version-summary.md @@ -0,0 +1,21 @@ + + + + + + + + + +[2.4.0] - 2024-11-27 +-------------------- + +### Added (1 change) + +- Added support for H2 datasource type !56 ([Mateusz Witkowski](https://github.com/witx98) @witx98) + +### Fixed (1 change) + +- Fixed an issue with registering hofund.node, caused by inconsistent sets of tag keys across different connection types !58 !59 #57 ([Mateusz Witkowski](https://github.com/witx98) @witx98) + + From 73ff97bb7d853670f93cc18b15362f5945236012 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 27 Nov 2024 11:30:46 +0000 Subject: [PATCH 2/3] [Releasing new version]prepare release 2.4.0 --- hofund-core/pom.xml | 2 +- hofund-spring-boot-autoconfigure/pom.xml | 2 +- hofund-spring-boot-e2e/pom.xml | 2 +- hofund-spring-boot-starter/pom.xml | 2 +- hofund-spring/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml index 98af2c7..720c0fc 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.4.0-SNAPSHOT + 2.4.0 hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index cccb64f..61e635b 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.4.0-SNAPSHOT + 2.4.0 hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index d6dc018..4d0c1eb 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.4.0-SNAPSHOT + 2.4.0 hofund-spring-boot-e2e diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index 2832a61..92e3368 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.4.0-SNAPSHOT + 2.4.0 hofund-spring-boot-starter diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index d04b221..aa41092 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.4.0-SNAPSHOT + 2.4.0 hofund-spring diff --git a/pom.xml b/pom.xml index 2fcf8f5..2d4f9e5 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 2.4.0-SNAPSHOT + 2.4.0 pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - HEAD + 2.4.0 From b1c20e3afb5889ae11e4ebae5e2b577068b64764 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 27 Nov 2024 11:30:47 +0000 Subject: [PATCH 3/3] [Releasing new version]prepare for next development iteration --- hofund-core/pom.xml | 2 +- hofund-spring-boot-autoconfigure/pom.xml | 2 +- hofund-spring-boot-e2e/pom.xml | 2 +- hofund-spring-boot-starter/pom.xml | 2 +- hofund-spring/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml index 720c0fc..6468b01 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.4.0 + 2.5.0-SNAPSHOT hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index 61e635b..2ff1f3a 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.4.0 + 2.5.0-SNAPSHOT hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index 4d0c1eb..93bf35b 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.4.0 + 2.5.0-SNAPSHOT hofund-spring-boot-e2e diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index 92e3368..b089bfa 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.4.0 + 2.5.0-SNAPSHOT hofund-spring-boot-starter diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index aa41092..52040a1 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.4.0 + 2.5.0-SNAPSHOT hofund-spring diff --git a/pom.xml b/pom.xml index 2d4f9e5..53d4665 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 2.4.0 + 2.5.0-SNAPSHOT pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - 2.4.0 + HEAD