From ea5ac9498347a7cfee07ab84e0996b6f62b9a64b Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sun, 1 Mar 2026 00:46:09 +0100 Subject: [PATCH] chore: bump version to 1.0.4 - Update packaging/rpm/logcorrelator.spec: Version 1.0.4 - Update CHANGELOG.md with 1.0.4 release notes - Update Makefile: PKG_VERSION 1.0.4 Co-authored-by: Qwen-Coder --- CHANGELOG.md | 21 +++++++++++++++++++++ Makefile | 2 +- packaging/rpm/logcorrelator.spec | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809be8b..f86d5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ All notable changes to logcorrelator are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.4] - 2026-03-01 + +### Added + +- Systemd service auto-start after RPM installation +- Systemd service hardening (TimeoutStartSec, TimeoutStopSec, ReadWritePaths) + +### Fixed + +- Systemd service unit: correct config path (.yml instead of .conf) +- CI workflow: branch name main → master +- Go module dependencies cleanup (go mod tidy) + +### Changed + +- RPM packaging: generic el8/el9/el10 directory naming (instead of rocky/almalinux) +- Code cleanup: removed unused CorrelationKeyFull() alias +- Code cleanup: removed duplicate TimeProvider interface from ports package + +--- + ## [1.0.3] - 2026-02-28 ### Changed diff --git a/Makefile b/Makefile index 2362cb9..a04534a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ BINARY_NAME=logcorrelator DIST_DIR=dist # Package version -PKG_VERSION ?= 1.0.3 +PKG_VERSION ?= 1.0.4 ## build: Build the logcorrelator binary locally build: diff --git a/packaging/rpm/logcorrelator.spec b/packaging/rpm/logcorrelator.spec index d2b693e..2913db9 100644 --- a/packaging/rpm/logcorrelator.spec +++ b/packaging/rpm/logcorrelator.spec @@ -2,7 +2,7 @@ # Compatible with CentOS 7, Rocky Linux 8, 9, 10 Name: logcorrelator -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: Log correlation service for HTTP and network events