Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes in the argo messaging service have been listed below alognside their release date and the package version they belong.

## 1.8.0-1 - (2026-26-03)

### Changed

- Upgrade test-containers to latest version for security fixes

- Add rocky9 build repo and checksec detailed security check

- AM-401 Support for MongoDB 7

- Upgrade Golang to version 1.25

## 1.7.0-1 - (2025-20-05)

### Changed
Expand Down
2 changes: 2 additions & 0 deletions argo-messaging.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ go clean
%attr(0644,root,root) /usr/lib/systemd/system/argo-messaging.service

%changelog
* Thu March 26 2026 Agelos Tsalapatis <agelos.tsal@gmail.com> 1.8.0-1%{?dist}
- AMS release 1.8.0
* Tue May 20 2025 Agelos Tsalapatis <agelos.tsal@gmail.com> 1.7.0-1%{?dist}
- AMS release 1.7.0
* Thu Dec 7 2023 Agelos Tsalapatis <agelos.tsal@gmail.com> 1.6.0-1%{?dist}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var (
// Release version of the service. Bump it up during new version release
Release = "1.7.0"
Release = "1.8.0"
// Commit hash provided during build
Commit = "Unknown"
// BuildTime provided during build
Expand Down
Loading