Discussion:
[VOTE] Release Apache Traffic Server 8.0.1 (RC0)
Bryan Call
2018-11-21 00:00:47 UTC
Permalink
I've prepared a release for 8.0.1 (RC0). The release notes for 8.0.1 are available at:

https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.1

or for a brief ChangeLog:

https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.1


For some details as to what’s new in 8.0.x see:

https://cwiki.apache.org/confluence/display/TS/What%27s+New+in+v8.0.x


Information about upgrading to the 8.x releases from previous major versions is available at:

https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v8.0


The artifacts are available for download at:

http://people.apache.org/~bcall/8.0.1-rc0/


SHA512 checksum:

c794cbe1f3a52ae004001c13e87f14448fb56a37460f6a5a0d0095e601ed1075fa9f293ca13ec17122b64162e0fd81d970279c55f850a5be6d09d797e7e3e927

This corresponds to git refs:

Hash: 503cc110268fc8bd93e68b6c2b000d722e9b75c8
Tag: 8.0.1-rc0


Which can be verified with the following command:

$ git tag -v 8.0.1-rc0


All code signing keys are available here:

https://dist.apache.org/repos/dist/dev/trafficserver/KEYS


Make sure you refresh from a key server to get all relevant signatures. This vote is open until EOB November 28th, but please test and cast your votes as early as possible.

-Bryan
Leif Hedstrom
2018-11-24 19:27:39 UTC
Permalink
Post by Bryan Call
https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.1
https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.1 <https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.1>
+1, sigs pass, and tested in prod for a few weeks on a number of machines.

— Leif
Mladen Turk
2018-11-27 10:16:32 UTC
Permalink
Post by Bryan Call
Make sure you refresh from a key server to get all relevant signatures. This vote is open until EOB November 28th, but please test and cast your votes as early as possible.
Does not compile on RHEl7
checking checking whether c++ -std=c++17 supports -std=c++17... no
configure: error: *** A compiler with support for -std=c++17 is required.

Suppose that's intentional?


Regards
--
^TM
Leif Hedstrom
2018-11-27 15:07:05 UTC
Permalink
Post by Mladen Turk
Post by Bryan Call
Make sure you refresh from a key server to get all relevant signatures. This vote is open until EOB November 28th, but please test and cast your votes as early as possible.
Does not compile on RHEl7
checking checking whether c++ -std=c++17 supports -std=c++17... no
configure: error: *** A compiler with support for -std=c++17 is required.
Yeh, same as for 8.0.0. There are details on the Wiki for building but essentially, you will need DevToolSet v7 or later to build ATS now.
Post by Mladen Turk
Suppose that's intentional?
Yeh. Not ideal, but was our best option at the time of 8.0.x.

Cheers

— Leif
Post by Mladen Turk
Regards
--
^TM
Bryan Call
2018-11-27 16:51:59 UTC
Permalink
+1 - Running in production on RHEL 7.1.

-Bryan
Post by Bryan Call
https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.1
https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.1
https://cwiki.apache.org/confluence/display/TS/What%27s+New+in+v8.0.x
https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v8.0
http://people.apache.org/~bcall/8.0.1-rc0/
c794cbe1f3a52ae004001c13e87f14448fb56a37460f6a5a0d0095e601ed1075fa9f293ca13ec17122b64162e0fd81d970279c55f850a5be6d09d797e7e3e927
Hash: 503cc110268fc8bd93e68b6c2b000d722e9b75c8
Tag: 8.0.1-rc0
$ git tag -v 8.0.1-rc0
https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
Make sure you refresh from a key server to get all relevant signatures. This vote is open until EOB November 28th, but please test and cast your votes as early as possible.
-Bryan
Randall Meyer
2018-11-27 16:57:26 UTC
Permalink
+1 
Currently running on 40+ machines worldwide. 
On Tuesday, November 20, 2018, 4:00:54 PM PST, Bryan Call <***@apache.org> wrote:

I've prepared a release for 8.0.1 (RC0).  The release notes for 8.0.1 are available at:

    https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.1

or for a brief ChangeLog:

    https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.1


For some details as to what’s new in 8.0.x see:

    https://cwiki.apache.org/confluence/display/TS/What%27s+New+in+v8.0.x


Information about upgrading to the 8.x releases from previous major versions is available at:

    https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v8.0


The artifacts are available for download at:

    http://people.apache.org/~bcall/8.0.1-rc0/


SHA512 checksum:

    c794cbe1f3a52ae004001c13e87f14448fb56a37460f6a5a0d0095e601ed1075fa9f293ca13ec17122b64162e0fd81d970279c55f850a5be6d09d797e7e3e927

This corresponds to git refs:

    Hash: 503cc110268fc8bd93e68b6c2b000d722e9b75c8
    Tag: 8.0.1-rc0


Which can be verified with the following command:

    $ git tag -v 8.0.1-rc0


All code signing keys are available here:

    https://dist.apache.org/repos/dist/dev/trafficserver/KEYS


Make sure you refresh from a key server to get all relevant signatures. This vote is open until EOB November 28th, but please test and cast your votes as early as possible.

-Bryan
Bryan Call
2018-11-29 18:12:25 UTC
Permalink
I’m calling this vote, with 3 +1’s (3 binding, 0 non-binding), no -0, and no -1’s. Thanks for testing and voting.

I will push to the release to the dist servers and make the announcement.

-Bryan
Post by Randall Meyer
+1
Currently running on 40+ machines worldwide.
https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.1
https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.1
https://cwiki.apache.org/confluence/display/TS/What%27s+New+in+v8.0.x
https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v8.0
http://people.apache.org/~bcall/8.0.1-rc0/
c794cbe1f3a52ae004001c13e87f14448fb56a37460f6a5a0d0095e601ed1075fa9f293ca13ec17122b64162e0fd81d970279c55f850a5be6d09d797e7e3e927
Hash: 503cc110268fc8bd93e68b6c2b000d722e9b75c8
Tag: 8.0.1-rc0
$ git tag -v 8.0.1-rc0
https://dist.apache.org/repos/dist/dev/trafficserver/KEYS
Make sure you refresh from a key server to get all relevant signatures. This vote is open until EOB November 28th, but please test and cast your votes as early as possible.
-Bryan
Loading...