From d743b83b4653f147fa1e9500726ad5ef0741a093 Mon Sep 17 00:00:00 2001 From: pkippes <144150042+pkippes@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:18:24 +0200 Subject: [PATCH 1/3] chore(release): bump collect to 23.04.14 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bc97382e572..0b0712f58ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,7 +116,7 @@ endif() # Version. set(COLLECT_MAJOR 23) set(COLLECT_MINOR 04) -set(COLLECT_PATCH 13) +set(COLLECT_PATCH 14) set(COLLECT_VERSION "${COLLECT_MAJOR}.${COLLECT_MINOR}.${COLLECT_PATCH}") add_definitions(-DCENTREON_CONNECTOR_VERSION=\"${COLLECT_VERSION}\") From faf109ed8ca057604c1fdf613fe54f049f371868 Mon Sep 17 00:00:00 2001 From: pkippes <144150042+pkippes@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:18:37 +0200 Subject: [PATCH 2/3] chore(release): bump collect to 23.04.14 --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index 810960651fb..fd82e41925f 100644 --- a/.version +++ b/.version @@ -1,2 +1,2 @@ MAJOR=23.04 -MINOR=13 +MINOR=14 From 72ac210310831feb682cdb2974bdba26e7aaec33 Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:11:40 +0200 Subject: [PATCH 3/3] enh(ci): exclude files from component workflow triggers (#1506) (#1509) * enh(ci): exclude files from component workflow triggers * remove empty line * use more generic pattern for workflow path filtering --- .github/workflows/centreon-collect.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/centreon-collect.yml b/.github/workflows/centreon-collect.yml index bf2009f5ac2..88f875d49c1 100644 --- a/.github/workflows/centreon-collect.yml +++ b/.github/workflows/centreon-collect.yml @@ -22,6 +22,7 @@ on: - selinux/** - "!.veracode-exclusions" - "!veracode.json" + - "!**/test/**" push: branches: - develop @@ -43,6 +44,7 @@ on: - selinux/** - "!.veracode-exclusions" - "!veracode.json" + - "!**/test/**" jobs: get-version: