Skip to content

Commit e672cc6

Browse files
committed
Version 2.0.1
1 parent e69258d commit e672cc6

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
@@ -40,6 +40,7 @@ jobs:
4040
coverage:
4141
name: Publish Coverage
4242
needs: check
43+
if: needs.pr-check.outputs.number != null
4344
runs-on: ubuntu-latest
4445
steps:
4546
- name: Checkout code

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)