chore: bump version to 1.1.8 (FPM → rpmbuild migration)

Version bump for rpm-build migration:
- Version: 1.1.7 → 1.1.8
- Updated Makefile (PKG_VERSION)
- Updated logcorrelator.spec (%changelog)

Changes in 1.1.8:
- Migrated from FPM to rpmbuild (native RPM build)
- Reduced build image size by 200MB (-40%)
- Removed FPM gem dependency
- Scripts post/preun/postun inline in spec file
- Build image: rockylinux:8 instead of ruby:3.2-bookworm

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
toto
2026-03-03 22:21:10 +00:00
parent 0cc9fbcd38
commit c66df22351
2 changed files with 7 additions and 6 deletions

View File

@ -20,7 +20,7 @@ BINARY_NAME=logcorrelator
DIST_DIR=dist DIST_DIR=dist
# Package version # Package version
PKG_VERSION ?= 1.1.7 PKG_VERSION ?= 1.1.8
# Enable BuildKit for better performance # Enable BuildKit for better performance
export DOCKER_BUILDKIT=1 export DOCKER_BUILDKIT=1

View File

@ -139,11 +139,12 @@ exit 0
%config(noreplace) /etc/logrotate.d/logcorrelator %config(noreplace) /etc/logrotate.d/logcorrelator
%changelog %changelog
* Tue Mar 03 2026 logcorrelator <dev@example.com> - 1.1.7-1 * Tue Mar 03 2026 logcorrelator <dev@example.com> - 1.1.8-1
- Migrated from FPM to rpmbuild - Migrated from FPM to rpmbuild (native RPM build)
- Reduced build image size by 200MB - Reduced build image size by 200MB (-40%)
- Native RPM build process - Removed FPM gem dependency (use rpmbuild directly)
- Scripts post/preun/postun inline in spec file - Scripts post/preun/postun now inline in spec file
- Build image: rockylinux:8 instead of ruby:3.2-bookworm
* Tue Mar 03 2026 logcorrelator <dev@example.com> - 1.1.7-1 * Tue Mar 03 2026 logcorrelator <dev@example.com> - 1.1.7-1
- Fix: Critical Keep-Alive bug - network events evicted based on original timestamp instead of reset TTL - Fix: Critical Keep-Alive bug - network events evicted based on original timestamp instead of reset TTL