From 092123728854d6e0f6f9d5d64897453c66676d5f Mon Sep 17 00:00:00 2001 From: Burak Yucesoy Date: Tue, 29 Aug 2017 13:25:33 +0300 Subject: [PATCH 1/3] Fix a typo in man citus_package --- packaging/citus_package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/citus_package b/packaging/citus_package index 115b2038..7671bdf7 100755 --- a/packaging/citus_package +++ b/packaging/citus_package @@ -494,7 +494,7 @@ to sign packages. =over 4 -=item I Debian 9 "Stretch" +=item I Debian 9 "Stretch" =item I Debian 8 "Jessie" From 3b10a79ff313c3d0b2c09e4ee9ed6e6d62d07174 Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Wed, 30 Aug 2017 09:47:45 -0600 Subject: [PATCH 2/3] Update platform whitelist Remove ubuntu/precise, add fedora/25 and 26 (and remove 23 and 24), and add debian/stretch. --- packaging/citus_package | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/packaging/citus_package b/packaging/citus_package index 7671bdf7..002f6fa3 100755 --- a/packaging/citus_package +++ b/packaging/citus_package @@ -25,11 +25,11 @@ use constant PACKAGE_URL => ## no critic (ProhibitConstantPragma) 'https://github.com/citusdata/packaging/archive'; my %supported_platforms = ( - debian => [ "jessie", "wheezy", "stretch" ], + debian => [ "stretch", "jessie", "wheezy"], el => [ "7", "6" ], - fedora => [ "23", "22", "24" ], + fedora => [ "25", "26" ], ol => [ "7", "6" ], - ubuntu => [ "xenial", "trusty", "precise" ], + ubuntu => [ "xenial", "trusty" ], pgxn => [""] ); @@ -504,11 +504,9 @@ to sign packages. =item I Enterprise Linux 6.0 (CentOS, RedHat, Amazon Linux) -=item I Fedora 24 +=item I Fedora 26 -=item I Fedora 23 - -=item I Fedora 22 +=item I Fedora 25 =item I
    Oracle Linux 7.0 @@ -518,8 +516,6 @@ to sign packages. =item I Ubuntu 14.04 LTS (Trusty Tahr) -=item I Ubuntu 12.04 LTS (Precise Pangolin) - =item I PostgreSQL Extension Network (PGXN) =back From baac413abfee267759b0e8f17e862d4c2bfc4ac9 Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Wed, 30 Aug 2017 09:50:30 -0600 Subject: [PATCH 3/3] Prepare for release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d198d459..916d8fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### citustools v0.7.0 (August 30, 2017) ### + +* Removes Ubuntu Precise from supported packaging versions + +* Removes Fedora 22, 23, and 24 from supported packaging versions + +* Adds Fedora 25 and 26 to supported packaging versions + ### citustools v0.6.5 (August 29, 2017) ### * Bumps PostgreSQL version for valgrind tests