You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2020/09/09 04:48:24 UTC

[trafficserver-ingress-controller] branch master updated: Upgrade ATS to 8.1.0 (#45)

This is an automated email from the ASF dual-hosted git repository.

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b47225  Upgrade ATS to 8.1.0 (#45)
6b47225 is described below

commit 6b472258e556e296e9e4426ed30650ba59fa85d2
Author: Kit Chan <ki...@apache.org>
AuthorDate: Tue Sep 8 21:48:18 2020 -0700

    Upgrade ATS to 8.1.0 (#45)
    
    * Upgrade ATS to 8.1.0
    
    * Update README.md
---
 Dockerfile | 4 ++--
 README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 4df1a4d..3c0551d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,8 +26,8 @@ RUN apk add --no-cache --virtual .ats-build-deps \
   libexecinfo-dev linux-headers libunwind-dev \
   brotli-dev jansson-dev luajit-dev readline-dev geoip-dev 
 
-RUN curl -L https://www-us.apache.org/dist/trafficserver/trafficserver-8.0.8.tar.bz2 | bzip2 -dc | tar xf - \
-  && cd trafficserver-8.0.8/ \
+RUN curl -L https://www-us.apache.org/dist/trafficserver/trafficserver-8.1.0.tar.bz2 | bzip2 -dc | tar xf - \
+  && cd trafficserver-8.1.0/ \
   && autoreconf -if \
   && ./configure --enable-debug=yes \
   && make \
diff --git a/README.md b/README.md
index e1a8ae7..c869d82 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ From high-level, the ingress controller talks to K8s' API and sets up `watchers`
 
 ## Versions of Software Used
 - Alpine 3.12
-- Apache Traffic Server 8.0.8
+- Apache Traffic Server 8.1.0
 - LuaJIT 2.0.4
 - Lua 5.1.4
 - Go 1.12.8