Skip to content

Commit df2682c

Browse files
authored
Version 2.0.1 (#50)
1 parent e69258d commit df2682c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
id: finder
6666

6767
- name: Add Coverage PR Comment
68+
if: steps.finder.outputs.number
6869
uses: 5monkeys/cobertura-action@master
6970
with:
7071
path: coverage.xml

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SSHPROXY_VERSION ?= 2.0.0
1+
SSHPROXY_VERSION ?= 2.0.1
22
SSHPROXY_GIT_URL ?= github.com/cea-hpc/sshproxy
33

44
prefix ?= /usr

misc/sshproxy.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global debug_package %{nil}
44

55
Name: sshproxy
6-
Version: 2.0.0
6+
Version: 2.0.1
77
Release: 1%{?dist}
88
Summary: SSH proxy
99
License: CeCILL-B
@@ -51,6 +51,9 @@ install -p -m 0644 config/sshproxy.yaml %{buildroot}%{_sysconfdir}/sshproxy
5151
%{_mandir}/man8/sshproxy-replay.8*
5252

5353
%changelog
54+
* Mon Jun 02 2025 Cyril Servant <[email protected]> - 2.0.1-1
55+
- sshproxy 2.0.1
56+
5457
* Mon May 26 2025 Cyril Servant <[email protected]> - 2.0.0-1
5558
- sshproxy 2.0.0
5659

0 commit comments

Comments
 (0)