Skip to content

Commit 505be74

Browse files
committed
exclude ai packages
1 parent f5b57a4 commit 505be74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/release-downloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Released on 06-05-2025 ([Change logs](/enterprise-v2.7#2_7_9)).
3737
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.9`
3838

3939
### v2.7.8 {#2_7_8}
40-
Released on 05-30-2025 ([Change logs](/enterprise-v2.7#2_7_8)).
40+
Released on 05-27-2025 ([Change logs](/enterprise-v2.7#2_7_8)).
4141

4242
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.7.8-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.7.8-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.7.8-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.7.8-darwin-arm64.tar.gz)
4343
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.8`

tools/autogenerate-downloads.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Retrieve and process S3 file listings to generate download Markdown
44
TZ=":US/Pacific" aws s3 ls s3://timeplus.io/dist/timeplus_enterprise/ \
5-
| grep -v -E 'sp-demo|-rc[.-]' \
5+
| grep -v -E 'sp-demo|-rc[.-]|-ai' \
66
| awk '
77
BEGIN {
88
print "# Package Downloads\n"

0 commit comments

Comments
 (0)