chore: bump version to 1.0.4
Some checks failed
Build and Test / test (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / docker (push) Has been cancelled

- 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 <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-03-01 00:46:09 +01:00
parent 445acc325b
commit ea5ac94983
3 changed files with 23 additions and 2 deletions

View File

@ -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/), 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). 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 ## [1.0.3] - 2026-02-28
### Changed ### Changed

View File

@ -15,7 +15,7 @@ BINARY_NAME=logcorrelator
DIST_DIR=dist DIST_DIR=dist
# Package version # Package version
PKG_VERSION ?= 1.0.3 PKG_VERSION ?= 1.0.4
## build: Build the logcorrelator binary locally ## build: Build the logcorrelator binary locally
build: build:

View File

@ -2,7 +2,7 @@
# Compatible with CentOS 7, Rocky Linux 8, 9, 10 # Compatible with CentOS 7, Rocky Linux 8, 9, 10
Name: logcorrelator Name: logcorrelator
Version: 1.0.3 Version: 1.0.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Log correlation service for HTTP and network events Summary: Log correlation service for HTTP and network events