From d52666c8f5aa6355f51b70cde3673c98c7004c6d Mon Sep 17 00:00:00 2001 From: hofund-bot Date: Wed, 21 Feb 2024 13:29:08 +0000 Subject: [PATCH 1/3] [ci skip] Generated CHANGELOG.md and prepare version for next release --- CHANGELOG.md | 14 ++++++++++++++ .../{unreleased => v1.0.0}/000001-os-info.yml | 0 .../000002-java-info.yml | 0 .../000003-default-git-properties.yml | 0 .../000003-tomcat-version.yml | 0 changelog/v1.0.0/release-date.txt | 1 + changelog/v1.0.0/version-summary.md | 18 ++++++++++++++++++ 7 files changed, 33 insertions(+) rename changelog/{unreleased => v1.0.0}/000001-os-info.yml (100%) rename changelog/{unreleased => v1.0.0}/000002-java-info.yml (100%) rename changelog/{unreleased => v1.0.0}/000003-default-git-properties.yml (100%) rename changelog/{unreleased => v1.0.0}/000003-tomcat-version.yml (100%) create mode 100644 changelog/v1.0.0/release-date.txt create mode 100644 changelog/v1.0.0/version-summary.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f82fb6..a67fca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ +[1.0.0] - 2024-02-21 +-------------------- + +### Added (3 changes) + +- Added new metric `hofund_os_info` with information about name, version arch of the os running application. !23 #22 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) +- Added new metric `hofund_java_info` with information about version, vendor and jvm which is running application. !23 #22 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) +- Added new metric `hofund_web_server_info` with information about type and version of web server. !27 #26 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + +### Changed (1 change) + +- Simplified configuration of metric `hofund_git_info` by reading values from `git.properties` file instead of defining `hofund.git-info`. You can still use this to define custom values for this metric. !25 #24 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + [0.6.0] - 2023-02-27 -------------------- diff --git a/changelog/unreleased/000001-os-info.yml b/changelog/v1.0.0/000001-os-info.yml similarity index 100% rename from changelog/unreleased/000001-os-info.yml rename to changelog/v1.0.0/000001-os-info.yml diff --git a/changelog/unreleased/000002-java-info.yml b/changelog/v1.0.0/000002-java-info.yml similarity index 100% rename from changelog/unreleased/000002-java-info.yml rename to changelog/v1.0.0/000002-java-info.yml diff --git a/changelog/unreleased/000003-default-git-properties.yml b/changelog/v1.0.0/000003-default-git-properties.yml similarity index 100% rename from changelog/unreleased/000003-default-git-properties.yml rename to changelog/v1.0.0/000003-default-git-properties.yml diff --git a/changelog/unreleased/000003-tomcat-version.yml b/changelog/v1.0.0/000003-tomcat-version.yml similarity index 100% rename from changelog/unreleased/000003-tomcat-version.yml rename to changelog/v1.0.0/000003-tomcat-version.yml diff --git a/changelog/v1.0.0/release-date.txt b/changelog/v1.0.0/release-date.txt new file mode 100644 index 0000000..3b7d7fb --- /dev/null +++ b/changelog/v1.0.0/release-date.txt @@ -0,0 +1 @@ +2024-02-21 \ No newline at end of file diff --git a/changelog/v1.0.0/version-summary.md b/changelog/v1.0.0/version-summary.md new file mode 100644 index 0000000..1e8db96 --- /dev/null +++ b/changelog/v1.0.0/version-summary.md @@ -0,0 +1,18 @@ + + + + +[1.0.0] - 2024-02-21 +-------------------- + +### Added (3 changes) + +- Added new metric `hofund_os_info` with information about name, version arch of the os running application. !23 #22 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) +- Added new metric `hofund_java_info` with information about version, vendor and jvm which is running application. !23 #22 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) +- Added new metric `hofund_web_server_info` with information about type and version of web server. !27 #26 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + +### Changed (1 change) + +- Simplified configuration of metric `hofund_git_info` by reading values from `git.properties` file instead of defining `hofund.git-info`. You can still use this to define custom values for this metric. !25 #24 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + From 48cb51783f9f3f33c6945ed401d870e1f37460c4 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 21 Feb 2024 13:29:48 +0000 Subject: [PATCH 2/3] [Releasing new version]prepare release 1.0.0 --- hofund-core/pom.xml | 2 +- hofund-spring-boot-autoconfigure/pom.xml | 2 +- hofund-spring-boot-e2e/pom.xml | 5 ++--- hofund-spring-boot-starter/pom.xml | 2 +- hofund-spring/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml index ca1d847..c8f3c94 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.0-SNAPSHOT + 1.0.0 hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index 0e2fc68..244a61c 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.0-SNAPSHOT + 1.0.0 hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index 86579a7..8203be1 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -1,10 +1,9 @@ - + hofund dev.logchange.hofund - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index d7a27b4..878a0ce 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -3,7 +3,7 @@ hofund dev.logchange.hofund - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index ec288c6..60081bc 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.0-SNAPSHOT + 1.0.0 hofund-spring diff --git a/pom.xml b/pom.xml index e3f89a4..e11350d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 1.0.0-SNAPSHOT + 1.0.0 pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - HEAD + 1.0.0 From aa977c38012c629fbf0dfb77909eb7c8d1365c74 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 21 Feb 2024 13:29:49 +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 c8f3c94..34dda32 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.0 + 1.1.0-SNAPSHOT hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index 244a61c..72ed621 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.0 + 1.1.0-SNAPSHOT hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index 8203be1..3590edf 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -3,7 +3,7 @@ hofund dev.logchange.hofund - 1.0.0 + 1.1.0-SNAPSHOT 4.0.0 diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index 878a0ce..06ca559 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -3,7 +3,7 @@ hofund dev.logchange.hofund - 1.0.0 + 1.1.0-SNAPSHOT 4.0.0 diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index 60081bc..4c03d0c 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.0 + 1.1.0-SNAPSHOT hofund-spring diff --git a/pom.xml b/pom.xml index e11350d..a0c4c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 1.0.0 + 1.1.0-SNAPSHOT pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - 1.0.0 + HEAD