Discussion:
[VOTE] Release Apache Traffic Server 8.0.0 (RC1)
Bryan Call
2018-09-14 01:42:52 UTC
Permalink
I've prepared a release for 8.0.0 (RC1). There was an issue with HTTP/2 that was causing the server to crash and this release has a fix for it (PR 4225). I am going to extend the vote until next Tuesday 9/18. The release notes for 8.0.0 are available at:

https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.0+ <https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is:closed+is:pr+milestone:8.0.0+>

or for a brief ChangeLog:

https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.0 <https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.0.0>


For some details as to what’s new in 8.0.0 see (still updating):

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


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

https://cwiki.apache.org/confluence/display/TS/Upgrading+to+v8.0 <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.0-rc1/ <http://people.apache.org/~bcall/8.0.0-rc1/>


SHA512 checksum:

44f7d457832ffcfeb6d1f7832ed4019f1ef91b0330b28ead4ebd7f278f6732a5521d047b45721c9658a1746bdbb6c72a3ef339463e927e804595d97d1d4df007

This corresponds to git refs:

Hash: 9d550c6bf15136d4869da4fd161d66a05e3cdb7a
Tag: 8.0.0-rc1


Which can be verified with the following command:

$ git tag -v 8.0.0-rc1


All code signing keys are available here:

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


Changes since rc0:
+ #4145 - Adds configurable behavior on redirect to loopback
+ #4151 - Corrects IPv4 multicast ip address check
+ #4208 - Fix inconsistent links in docs.
+ #4213 - Disable the HttpSM half open logic if the underlying transport is TLS
+ #4225 - Fixed error getting h2 HEADERS frame after stream is closed
+ #4229 - Clarifies code comment for DL_Emergency
+ #4230 - Heap use after free
+ #4232 - PR #3724: Backport to ATS 8.
+ #4233 - Fix link error on macOS
+ #4235 - header_rewrite: Removes deprecated %{CLIENT-IP} condition
+ #4239 - Corrects path in multiple documents
+ #4241 - Runroot: Fix a issue caused by restructured headers
+ #4243 - Follow up for #3724 - fix out of tree builds.

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

-Bryan
Emanuele Rocca
2018-09-14 12:17:18 UTC
Permalink
Post by Bryan Call
I've prepared a release for 8.0.0 (RC1). There was an issue with
HTTP/2 that was causing the server to crash and this release has a fix
for it (PR 4225). I am going to extend the vote until next Tuesday
I've tried building the RC1 but the compilation failed. It seems that something
is wrong with the webp_transform experimental plugin:

../libtool: line 7486: cd: ../lib/cppapi: No such file or directory
libtool: error: cannot determine absolute directory name of '../lib/cppapi'
make[2]: *** [Makefile:4019: experimental/webp_transform/WebpTransform.la] Error 1
make[2]: *** Waiting for unfinished jobs....
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
make[1]: *** [Makefile:5465: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
make: *** [Makefile:859: all-recursive] Error 1

Note that, on Debian systems, you need to install libmagick++-dev to
reproduce the build failure.
Bryan Call
2018-09-14 16:31:56 UTC
Permalink
I will try to reproduce the issue today. I am in a meeting right now and will look at it in a bit.

-Bryan
Post by Emanuele Rocca
Post by Bryan Call
I've prepared a release for 8.0.0 (RC1). There was an issue with
HTTP/2 that was causing the server to crash and this release has a fix
for it (PR 4225). I am going to extend the vote until next Tuesday
I've tried building the RC1 but the compilation failed. It seems that something
../libtool: line 7486: cd: ../lib/cppapi: No such file or directory
libtool: error: cannot determine absolute directory name of '../lib/cppapi'
make[2]: *** [Makefile:4019: experimental/webp_transform/WebpTransform.la] Error 1
make[2]: *** Waiting for unfinished jobs....
ar: `u' modifier ignored since `D' is the default (see `U')
make[2]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
make[1]: *** [Makefile:5465: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/trafficserver-8.0.0/plugins'
make: *** [Makefile:859: all-recursive] Error 1
Note that, on Debian systems, you need to install libmagick++-dev to
reproduce the build failure.
Loading...