Skip to content

Commit

Permalink
Merge branch 'master' into add-version-3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner authored Oct 12, 2023
2 parents f1ea034 + 8409030 commit 42e6a48
Show file tree
Hide file tree
Showing 3,505 changed files with 698,546 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion assets/install-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ then
rm -rf /tmp/Python-$PYTHON_SRC_VERSION
else
echo Installing Python from package source
apt install -y python3 python3-pip
apt install -y python3 python3-pip --no-install-recommends
fi
echo "$(python3 --version) installed"
2 changes: 2 additions & 0 deletions assets/kong_CE_versions.ver
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
2.8.1
2.8.2
2.8.3
2.8.4
3.0.0
3.0.1
3.0.2
Expand All @@ -38,4 +39,5 @@
3.3.0
3.3.1
3.4.0
3.4.1
3.4.2
9 changes: 9 additions & 0 deletions assets/kong_EE_versions.ver
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

2.8.4.2
2.8.4.3
2.8.4.4
3.0.0.0
3.0.1.0
3.0.2.0
Expand All @@ -10,9 +11,17 @@
3.1.1.2
3.1.1.3
3.1.1.5
3.1.1.6
3.2.1.0
3.2.2.0
3.2.2.1
3.2.2.2
3.2.2.3
3.2.2.4
3.2.2.5
3.3.0.0
3.3.1.0
3.3.1.1
3.4.0.0
3.4.1.0
3.4.1.1
Loading

0 comments on commit 42e6a48

Please sign in to comment.