Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
41143b3
Merge pull request #1473 from JslYoon/LCORE-1617-vector-stor-operations
tisnik Apr 14, 2026
f433162
added new tekton files for konflux build
Apr 16, 2026
d64818e
Red Hat Konflux kflux-prd-rh02 update lightspeed-stack-release-0-5
Apr 16, 2026
0a9abf9
konflux: hermetic build
raptorsun Apr 16, 2026
3317905
konflux: remove pipelines for v05
raptorsun Apr 16, 2026
e24ff11
Merge pull request #1516 from raptorsun/konflux-lightspeed-stack-rele…
tisnik Apr 16, 2026
e3e1bf3
Merge pull request #1505 from jrobertboos/release/0.5.1
tisnik Apr 16, 2026
d55f6bd
semver
jrobertboos Apr 16, 2026
ff36994
cla semver
jrobertboos Apr 16, 2026
2d3fb47
Merge pull request #1523 from jrobertboos/release/0.5
tisnik Apr 16, 2026
3dd9c2d
chore(deps): update konflux references
red-hat-konflux-kflux-prd-rh02[bot] Apr 25, 2026
44da454
Merge pull request #1584 from lightspeed-core/konflux/references/rele…
tisnik Apr 28, 2026
56b6843
chore(deps): update konflux references
red-hat-konflux-kflux-prd-rh02[bot] May 2, 2026
81c7dc4
Merge pull request #1659 from lightspeed-core/konflux/references/rele…
tisnik May 4, 2026
d7d591f
chore(deps): update konflux references
red-hat-konflux-kflux-prd-rh02[bot] May 16, 2026
108e558
Merge pull request #1744 from lightspeed-core/konflux/references/rele…
tisnik May 19, 2026
df90849
chore(deps): update konflux references
red-hat-konflux-kflux-prd-rh02[bot] May 23, 2026
c105332
Merge pull request #1779 from lightspeed-core/konflux/references/rele…
tisnik May 25, 2026
03f0ab9
chore(deps): update konflux references
red-hat-konflux-kflux-prd-rh02[bot] May 30, 2026
003b00f
Merge pull request #1819 from lightspeed-core/konflux/references/rele…
tisnik May 31, 2026
e0e60d2
Red Hat Konflux kflux-prd-rh02 update lightspeed-stack-0-5
Jun 5, 2026
15dcf01
Merge pull request #1858 from lightspeed-core/konflux-lightspeed-stac…
tisnik Jun 9, 2026
581fb1f
LCORE-1935: Fix the lightspeed-stack-0-5 Konflux component pipelines
syedriko Jun 9, 2026
ada8932
Merge pull request #1886 from syedriko/syedriko-lightspeed-stack-0-5-fix
tisnik Jun 11, 2026
c4b9b1a
LCORE-1435: Vulnerabilities found in Konflux pipeline
syedriko Jun 11, 2026
9bc6830
Merge pull request #1904 from syedriko/syedriko-lcore-1435
tisnik Jun 11, 2026
c73afa8
Revert "LCORE-1435: Vulnerabilities found in Konflux pipeline"
tisnik Jun 11, 2026
8bf1dc2
Merge pull request #1909 from lightspeed-core/revert-1904-syedriko-lc…
tisnik Jun 11, 2026
38facb0
LCORE-1435: Vulnerabilities found in Konflux pipeline. Base image upd…
syedriko Jun 12, 2026
31ed94b
Merge pull request #1923 from syedriko/syedriko-lcore-1435-0.5-rhai-q…
tisnik Jun 13, 2026
db1506c
LCORE-2799: Build and release Lightspeed Stack 0.5.2
syedriko Jun 25, 2026
2d222ce
Merge pull request #2001 from syedriko/syedriko-rhoai-3.4-release-0.5
tisnik Jun 27, 2026
c41c2ee
LCORE-2799: Build and release Lightspeed Stack 0.5.2 - bump CHI to A
syedriko Jun 28, 2026
f5a32fa
Merge pull request #2009 from syedriko/syedriko-rhoai-3.4-release-0.5…
tisnik Jun 28, 2026
39e9d5c
Post 0.5.2
syedriko Jun 29, 2026
bf36de1
Merge pull request #2026 from syedriko/syedriko-post-0.5.2
tisnik Jun 30, 2026
32a4ca9
LCORE-2799: add llslibdev group
syedriko Jun 30, 2026
74622b0
Merge pull request #2030 from syedriko/syedriko-post-0.5.2-add-llslibdev
tisnik Jun 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .konflux/build-args-konflux.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BUILDER_BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.4.2-1782270165
BUILDER_DNF_COMMAND=dnf
RUNTIME_BASE_IMAGE=quay.io/aipcc/base-images/cpu:3.4.2-1782270165
RUNTIME_DNF_COMMAND=dnf
16 changes: 16 additions & 0 deletions .konflux/profiles.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[common]
python_version = "3.12"
platforms = ["x86_64", "aarch64"]
bootstrap_packages = ["maturin"]

[profiles.cpu]
rhoai_index_url = "https://packages.redhat.com/api/pypi/public-rhai/rhoai/3.4/cpu-ubi9/simple/"
output_suffix = ""
tekton_files = [
".tekton/lightspeed-stack-pull-request.yaml",
".tekton/lightspeed-stack-push.yaml",
".tekton/lightspeed-stack-0-5-pull-request.yaml",
".tekton/lightspeed-stack-0-5-push.yaml",
".tekton/lightspeed-stack-release-0-5-pull-request.yaml",
".tekton/lightspeed-stack-release-0-5-push.yaml",
]
5 changes: 5 additions & 0 deletions .konflux/pypi_wheel_only.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Packages where PyPI has an sdist but it cannot be built reliably.
# Rust/C++ bootstrap, binary-only distributions, CUDA stack.
#
# Pure-Python packages whose build backends pull in C-extension deps
# (e.g. jinja2→markupsafe) that conflict with RHOAI-rebuilt wheels.
File renamed without changes.
51 changes: 51 additions & 0 deletions .konflux/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pybuild-deps compile --output-file=.konflux/requirements-build.txt .konflux/_tmp_sdist_list.txt
#
calver==2025.10.20
# via trove-classifiers
dunamai==1.26.1
# via uv-dynamic-versioning
flit-core==3.12.0
# via
# jinja2
# packaging
# pathspec
hatch-fancy-pypi-readme==25.1.0
# via llama-stack-client
hatchling==1.26.3
# via
# hatch-fancy-pypi-readme
# llama-stack-client
hatchling==1.30.1
# via
# a2a-sdk
# hatch-fancy-pypi-readme
# opentelemetry-distro
# pythainlp
# uv-dynamic-versioning
pathspec==1.1.1
# via hatchling
pluggy==1.6.0
# via hatchling
poetry-core==2.4.1
# via
# dunamai
# tomlkit
setuptools-scm==10.2.0
# via
# llama-stack
# llama-stack-api
# pluggy
tomlkit==0.15.0
# via uv-dynamic-versioning
trove-classifiers==2026.6.1.19
# via hatchling
uv-dynamic-versioning==0.14.0
# via a2a-sdk
vcs-versioning==2.2.2
# via setuptools-scm

# The following packages are considered to be unsafe in a requirements file:
64 changes: 64 additions & 0 deletions .konflux/requirements.hashes.source.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
--index-url https://pypi.org/simple
a2a-sdk==0.3.26 \
--hash=sha256:44068e2d037afbb07ab899267439e9bc7eaa7ac2af94f1e8b239933c993ad52d \
--hash=sha256:754e0573f6d33b225c1d8d51f640efa69cbbed7bdfb06ce9c3540ea9f58d4a91
blobfile==3.2.0 \
--hash=sha256:78514a9265b9aa7d4607042dc77c5e6461ab27036450ad8e1f6ef9a7f29bf958 \
--hash=sha256:e5e4095477da9f09e2077f41320c006001b2102a61f07d41ceaaecdf5d9741d8
llama-stack==0.5.4 \
--hash=sha256:709eb082c77db40e5ca1ed3e1a9d680ece310ea4f52638e4a771ed13676ba573 \
--hash=sha256:919df1fd4eb4e873420b43a6fce4b74e7ee762853b4627c73b70b0ee1a94c073
llama-stack-api==0.5.4 \
--hash=sha256:40fc7fbf901642831cf2ad83bc25013d7f2538463c1bd5ec1b43985c5d6ed90a \
--hash=sha256:8fec636ecec90b150507ca767d7a6f042df8b6c77acdaba7b397247f5bde3c70
llama-stack-client==0.5.4 \
--hash=sha256:6d910c51f917a9ab27b1ec5579fb9167184b9a3a5223abe5c34da123609caf7e \
--hash=sha256:89b274f46804f2e705d50716576dc6e4f63d15ae545b4eb2933f5caa490b4d8c
opentelemetry-distro==0.63b1 \
--hash=sha256:b405b04ad70e430390265eb38e82e067a84ca1f49a21429eaadb930c13330d66 \
--hash=sha256:f435098abc7953f58226e8bf79e4c90bc6b32e50aa75d6fa074201db8243b577
pycryptodomex==3.23.0 \
--hash=sha256:02d87b80778c171445d67e23d1caef279bf4b25c3597050ccd2e13970b57fd51 \
--hash=sha256:06698f957fe1ab229a99ba2defeeae1c09af185baa909a31a5d1f9d42b1aaed6 \
--hash=sha256:14c37aaece158d0ace436f76a7bb19093db3b4deade9797abfc39ec6cd6cc2fe \
--hash=sha256:189afbc87f0b9f158386bf051f720e20fa6145975f1e76369303d0f31d1a8d7c \
--hash=sha256:1c3a65ad441746b250d781910d26b7ed0a396733c6f2dbc3327bd7051ec8a541 \
--hash=sha256:1c6d919fc8429e5cb228ba8c0d4d03d202a560b421c14867a65f6042990adc8e \
--hash=sha256:267a3038f87a8565bd834317dbf053a02055915acf353bf42ededb9edaf72010 \
--hash=sha256:27e13c80ac9a0a1d050ef0a7e0a18cc04c8850101ec891815b6c5a0375e8a245 \
--hash=sha256:43c446e2ba8df8889e0e16f02211c25b4934898384c1ec1ec04d7889c0333587 \
--hash=sha256:47f6d318fe864d02d5e59a20a18834819596c4ed1d3c917801b22b92b3ffa648 \
--hash=sha256:4e79f1aaff5a3a374e92eb462fa9e598585452135012e2945f96874ca6eeb1ff \
--hash=sha256:4f2596e643d4365e14d0879dc5aafe6355616c61c2176009270f3048f6d9a61f \
--hash=sha256:52e5ca58c3a0b0bd5e100a9fbc8015059b05cffc6c66ce9d98b4b45e023443b9 \
--hash=sha256:55ccbe27f049743a4caf4f4221b166560d3438d0b1e5ab929e07ae1702a4d6fd \
--hash=sha256:58b851b9effd0d072d4ca2e4542bf2a4abcf13c82a29fd2c93ce27ee2a2e9462 \
--hash=sha256:6b8962204c47464d5c1c4038abeadd4514a133b28748bcd9fa5b6d62e3cec6fa \
--hash=sha256:6bbcb1dd0f646484939e142462d9e532482bc74475cecf9c4903d4e1cd21f003 \
--hash=sha256:71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da \
--hash=sha256:7b37e08e3871efe2187bc1fd9320cc81d87caf19816c648f24443483005ff886 \
--hash=sha256:7de1e40a41a5d7f1ac42b6569b10bcdded34339950945948529067d8426d2785 \
--hash=sha256:8a4fcd42ccb04c31268d1efeecfccfd1249612b4de6374205376b8f280321744 \
--hash=sha256:91979028227543010d7b2ba2471cf1d1e398b3f183cb105ac584df0c36dac28d \
--hash=sha256:a33986a0066860f7fcf7c7bd2bc804fa90e434183645595ae7b33d01f3c91ed8 \
--hash=sha256:a9d446e844f08299236780f2efa9898c818fe7e02f17263866b8550c7d5fb328 \
--hash=sha256:add243d204e125f189819db65eed55e6b4713f70a7e9576c043178656529cec7 \
--hash=sha256:b2c2537863eccef2d41061e82a881dcabb04944c5c06c5aa7110b577cc487545 \
--hash=sha256:bc65bdd9fc8de7a35a74cab1c898cab391a4add33a8fe740bda00f5976ca4708 \
--hash=sha256:bdc69d0d3d989a1029df0eed67cc5e8e5d968f3724f4519bd03e0ec68df7543c \
--hash=sha256:bffc92138d75664b6d543984db7893a628559b9e78658563b0395e2a5fb47ed9 \
--hash=sha256:c25e30a20e1b426e1f0fa00131c516f16e474204eee1139d1603e132acffc314 \
--hash=sha256:c7947ab8d589e3178da3d7cdeabe14f841b391e17046954f2fbcd941705762b5 \
--hash=sha256:c84b239a1f4ec62e9c789aafe0543f0594f0acd90c8d9e15bcece3efe55eca66 \
--hash=sha256:c885da45e70139464f082018ac527fdaad26f1657a99ee13eecdce0f0ca24ab4 \
--hash=sha256:d9825410197a97685d6a1fa2a86196430b01877d64458a20e95d4fd00d739a08 \
--hash=sha256:da4fa650cef02db88c2b98acc5434461e027dce0ae8c22dd5a69013eaf510006 \
--hash=sha256:df027262368334552db2c0ce39706b3fb32022d1dce34673d0f9422df004b96a \
--hash=sha256:ebfff755c360d674306e5891c564a274a47953562b42fb74a5c25b8fc1fb1cb5 \
--hash=sha256:eca54f4bb349d45afc17e3011ed4264ef1cc9e266699874cdd1349c504e64798 \
--hash=sha256:f489c4765093fb60e2edafdf223397bc716491b2b69fe74367b70d6999257a5c \
--hash=sha256:fdfac7cda115bca3a5abb2f9e43bc2fb66c2b65ab074913643803ca7083a79ea \
--hash=sha256:febec69c0291efd056c65691b6d9a339f8b4bc43c6635b8699471248fe897fea
pythainlp==5.3.4 \
--hash=sha256:76744e51e27c895630bafd74f53a1f0aa8782cef2f7f02eebd6427fe8ce8d84d \
--hash=sha256:e66fd76fb5931834fd4e32ed54337ec62350d7654f187850e4dd4f915e9f624f
1 change: 1 addition & 0 deletions .konflux/requirements.hashes.wheel.pypi.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--index-url https://pypi.org/simple
Loading
Loading