Skip to content

Commit 8e251bd

Browse files
committed
Release 3.0.5
1 parent 114dbeb commit 8e251bd

File tree

4 files changed

+10
-36
lines changed

4 files changed

+10
-36
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,11 @@ jobs:
105105
fail-fast: false
106106
matrix:
107107
environment: [
108-
"ubuntu:23.10",
109-
"ubuntu:23.04",
108+
"ubuntu:24.04",
110109
"ubuntu:22.04",
111110
"ubuntu:20.04",
112-
"ubuntu:18.04",
113-
"ubuntu:16.04",
114-
"ubuntu:14.04",
115111
"debian:12",
116112
"debian:11",
117-
"debian:10"
118113
]
119114

120115
name: build on ${{ matrix.environment }}
@@ -205,9 +200,8 @@ jobs:
205200
fail-fast: false
206201
matrix:
207202
environment: [
208-
"fedora:37",
209-
"fedora:38",
210-
"centos:7"
203+
"fedora:39",
204+
"fedora:40",
211205
]
212206
cc: [ "gcc" ]
213207

@@ -232,28 +226,8 @@ jobs:
232226
env:
233227
PLATFORM: ${{ env.PLATFORM }}
234228
run: |
235-
if [ $PLATFORM = "centos7" ]; then
236-
yum -y install centos-release-scl
237-
yum -y update && yum -y upgrade
238-
yum -y install devtoolset-7-gcc \
239-
devtoolset-7-gcc-c++ \
240-
devtoolset-7-make \
241-
make \
242-
chrpath \
243-
git \
244-
libusbx-devel \
245-
libseccomp-devel \
246-
rpm-build \
247-
redhat-rpm-config
248-
. /opt/rh/devtoolset-7/enable
249-
250-
curl -L --max-redirs 2 -o - https://golang.org/dl/go1.13.8.linux-amd64.tar.gz |\
251-
tar -C /usr/local -xzvf -
252-
253-
else
254-
dnf -y update
255-
dnf -y install gcc binutils git make libusb1-devel rpmdevtools golang
256-
fi
229+
dnf -y update
230+
dnf -y install gcc binutils git make libusb1-devel rpmdevtools golang
257231
258232
- name: build release binaries
259233
env:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"major" : 3,
33
"minor" : 0,
4-
"patch" : 4,
4+
"patch" : 5,
55
"build" : 0
66
}

resources/release/yubihsm-connector.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: yubihsm-connector
2-
Version: 3.0.4
2+
Version: 3.0.5
33
Release: 1%{?dist}
44
Summary: USB to HTTP bridge for the YubiHSM
55

@@ -35,5 +35,5 @@ install -m 0644 LICENSE %{buildroot}/%{_prefix}/share/licenses/%{name}
3535
%{_prefix}/share/licenses/%{name}/LICENSE
3636

3737
%changelog
38-
* Fri Jan 15 2021 Aveen Ismail <aveen.ismail@yubico.com> - 3.0.0
39-
- Releasing 3.0.0
38+
* Wed Aug 14 2024 Aveen Ismail <aveen.ismail@yubico.com> - 3.0.5
39+
- Releasing 3.0.5

resources/win-installer/installer/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
3-
<?define ProductVersion="3.0.4" ?>
3+
<?define ProductVersion="3.0.5" ?>
44
<?define ProductName="YubiHSM Connector" ?>
55
<Product Id="*" Name="$(var.ProductName)" Language="1033" Version="$(var.ProductVersion)" Manufacturer="Yubico AB" UpgradeCode="3730310e-468e-4f46-b1f3-2b0c53673470">
66
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Description="$(var.ProductName) $(var.ProductVersion)" />

0 commit comments

Comments
 (0)