From 252734bc7d4430267db6cef2be16ac4102c8ab8f Mon Sep 17 00:00:00 2001 From: Serhii Hadzhilov Date: Thu, 27 May 2021 12:37:51 +0300 Subject: [PATCH 1/2] SYNERGY-1005 Add Fedora 33 to build and release pipeline --- .github/workflows/job-test-linux-fedora.yml | 1 + azure-pipelines.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/job-test-linux-fedora.yml b/.github/workflows/job-test-linux-fedora.yml index 1efbabd3a7..67f5fe9473 100644 --- a/.github/workflows/job-test-linux-fedora.yml +++ b/.github/workflows/job-test-linux-fedora.yml @@ -18,6 +18,7 @@ jobs: # - distro: fedora28 #Need to install git 2.18+ - distro: fedora29 - distro: fedora30 + - distro: fedora33 name: ${{ matrix.distro }} diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b4129eb9f6..09216f164d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,6 +47,10 @@ jobs: image: symless/synergy-core:fedora30 packager: rpm name: fedora30 + fedora33: + image: symless/synergy-core:fedora33 + packager: rpm + name: fedora33 centos7.6: image: symless/synergy-core:centos7.6 packager: rpm From 9774aa7a70bbf6ad0f143b6fbffacdbb9e13b284 Mon Sep 17 00:00:00 2001 From: Serhii Hadzhilov Date: Thu, 27 May 2021 14:14:44 +0300 Subject: [PATCH 2/2] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 637b42c00c..fdbc0d5331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -49,6 +49,7 @@ Enhancements: - #7003 Prioritization rules server config - #7004 Add openssl dependency for rpm - #7008 Add logging when hostname have several IP +- #7022 Add Fedora 33 to build and release pipeline =========== v1.13.1-stable