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 4561831 Upgrade ATS to 9.2.4 / Go to 1.21.9 (#210)
4561831 is described below
commit 456183155e25f7165b5c955752dfd21817e10e20
Author: Kit Chan <[email protected]>
AuthorDate: Sun Apr 21 01:24:30 2024 -0700
Upgrade ATS to 9.2.4 / Go to 1.21.9 (#210)
* Update Dockerfile
* Update GO_VERSION
* Update README.md
---
Dockerfile | 4 ++--
GO_VERSION | 2 +-
README.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 7170422..ff14a58 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,8 +34,8 @@ RUN adduser -S -D -H -u 1000 -h /tmp -s /sbin/nologin -G ats
-g ats ats
# download and build ATS
# patch 2 files due to pthread in musl vs glibc - see
https://github.com/apache/trafficserver/pull/7611/files
-RUN curl -L
https://downloads.apache.org/trafficserver/trafficserver-9.2.3.tar.bz2 | bzip2
-dc | tar xf - \
- && cd trafficserver-9.2.3/ \
+RUN curl -L
https://downloads.apache.org/trafficserver/trafficserver-9.2.4.tar.bz2 | bzip2
-dc | tar xf - \
+ && cd trafficserver-9.2.4/ \
&& sed -i
"s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/"
include/tscore/ink_rwlock.h \
&& sed -i
"s/PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP/PTHREAD_RWLOCK_INITIALIZER/"
include/tscpp/util/TsSharedMutex.h \
&& autoreconf -if \
diff --git a/GO_VERSION b/GO_VERSION
index 8819d01..f124bfa 100644
--- a/GO_VERSION
+++ b/GO_VERSION
@@ -1 +1 @@
-1.21.7
+1.21.9
diff --git a/README.md b/README.md
index e2aef77..9275fd5 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@
Card](https://goreportcard.com/badge/github.com/apache/trafficserver-ingress-con
## Versions of Software Used
- Alpine Linux 3.16.9
-- Apache Traffic Server 9.2.3
+- Apache Traffic Server 9.2.4
- LuaJIT 2.0.4
- Go (Version can be found in `GO_VERSION` file found at the base of this
repository)
- Other Packages