-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #278 from apel/release-3.3.1
Release 3.3.1 to master
- Loading branch information
Showing
18 changed files
with
88 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
run: | | ||
sudo apt-get update | ||
sudo apt-get install rpmlint | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
# Get all branches and tags so the latest tag can be found for VERSION | ||
fetch-depth: 0 | ||
|
@@ -51,7 +51,7 @@ jobs: | |
run: rpmlint ${{ steps.rpm.outputs.rpm_dir_path }} | ||
|
||
- name: Upload artifact | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: Binary and Source RPMs | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
Changelog for ssm | ||
================= | ||
* Mon Oct 09 2023 Adrian Coveney <[email protected]> - 3.3.0-1 | ||
- Added warning that BDII broker fetching will be deprecated in a future version. | ||
- Added non-zero exit status if sender or receiver crash. | ||
- Fixed SSM hanging if TCP connection drops by adding timeout. | ||
- Fixed directory queue system picking up sub-directories. | ||
- Fixed AMS messaging library dependency issue. | ||
- Fixed documentation for running a containerised receiver. | ||
- Fixed a few minor code issues. | ||
|
||
* Thu Jun 29 2023 Adrian Coveney <[email protected]> - 3.3.0-1 | ||
- Added destination queue to the log during startup to aid troubleshooting. | ||
- Added check that the config file exists to allow for better error messages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
%endif | ||
|
||
Name: apel-ssm | ||
Version: 3.3.0 | ||
Version: 3.3.1 | ||
%define releasenumber 1 | ||
Release: %{releasenumber}%{?dist} | ||
Summary: Secure stomp messenger | ||
|
@@ -100,6 +100,15 @@ rm -rf $RPM_BUILD_ROOT | |
%doc %_defaultdocdir/%{name} | ||
|
||
%changelog | ||
* Mon Oct 09 2023 Adrian Coveney <[email protected]> - 3.3.0-1 | ||
- Added warning that BDII broker fetching will be deprecated in a future version. | ||
- Added non-zero exit status if sender or receiver crash. | ||
- Fixed SSM hanging if TCP connection drops by adding timeout. | ||
- Fixed directory queue system picking up sub-directories. | ||
- Fixed AMS messaging library dependency issue. | ||
- Fixed documentation for running a containerised receiver. | ||
- Fixed a few minor code issues. | ||
|
||
* Thu Jun 29 2023 Adrian Coveney <[email protected]> - 3.3.0-1 | ||
- Added destination queue to the log during startup to aid troubleshooting. | ||
- Added check that the config file exists to allow for better error messages. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
set -eu | ||
|
||
TAG=3.3.0-1 | ||
TAG=3.3.1-1 | ||
|
||
SOURCE_DIR=~/debbuild/source | ||
BUILD_DIR=~/debbuild/build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters