Skip to content

Commit

Permalink
Merge pull request #58 from lbr38/devel
Browse files Browse the repository at this point in the history
2.3.0
  • Loading branch information
lbr38 authored Aug 13, 2024
2 parents 8825a53 + 572c659 commit 1294898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,8 @@ jobs:
gpgkey=https://vault.centos.org/RPM-GPG-KEY-CentOS-7
gpgcheck=1" > /etc/yum.repos.d/updates.repo
echo "[epel]
name=epel repo
baseurl=https://dl.fedoraproject.org/pub/epel/7/x86_64/
enabled=1
gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
gpgcheck=1" > /etc/yum.repos.d/epel.repo
yum clean all
yum install epel-release -y
# Download builded deb package artifact
- name: Download artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
release_name: ${{ env.VERSION }}
body: |
**Changes**:
- Added support for RHEL 8/9 based OS
- Module reposerver: removed deprecated API calls
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.16
2.3.0

0 comments on commit 1294898

Please sign in to comment.