Skip to content

Commit

Permalink
Merge branch 'release/0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Aug 30, 2017
2 parents 0f256ab + baac413 commit 0bb75d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 6 additions & 10 deletions packaging/citus_package
Original file line number Diff line number Diff line change
Expand Up @@ -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 => [""]
);

Expand Down Expand Up @@ -494,7 +494,7 @@ to sign packages.
=over 4
=item I<debian/stretch> Debian 9 "Stretch"
=item I<debian/stretch> Debian 9 "Stretch"
=item I<debian/jessie> Debian 8 "Jessie"
Expand All @@ -504,11 +504,9 @@ to sign packages.
=item I<el/6> Enterprise Linux 6.0 (CentOS, RedHat, Amazon Linux)
=item I<fedora/24> Fedora 24
=item I<fedora/26> Fedora 26
=item I<fedora/23> Fedora 23
=item I<fedora/22> Fedora 22
=item I<fedora/25> Fedora 25
=item I<ol/7> Oracle Linux 7.0
Expand All @@ -518,8 +516,6 @@ to sign packages.
=item I<ubuntu/trusty> Ubuntu 14.04 LTS (Trusty Tahr)
=item I<ubuntu/precise> Ubuntu 12.04 LTS (Precise Pangolin)
=item I<pgxn> PostgreSQL Extension Network (PGXN)
=back
Expand Down

0 comments on commit 0bb75d7

Please sign in to comment.