Commit graph

144 commits

Author SHA1 Message Date
dkeven
8760f9c923
fix(tapr): change preferred scheduling constraint to required (#2862)
* fix(tapr): change preferred scheduling constraint to required

* chore(tapr): update build dependency of golang to 1.25.9

* chore(tapr): update middleware operator to 0.2.33

* fix(tapr): use control-plane instead of master as node selector

* chore(tapr): update middleware operator to 0.2.34

* chore(tapr): update controller-gen version to be compatible with new golang verison
2026-04-13 17:28:14 +08:00
eball
e754dbfa17
chore: bump version to 1.12.7 in workflows and scripts (#2849) 2026-04-10 13:25:42 +08:00
hysyeah
695b7823ab
fix(l4): forward location header from authelia response to client (#2847)
* fix: forward location header from authelia response to client

* update l4-bfl-proxy image tag to v0.3.16
2026-04-10 11:16:57 +08:00
dkeven
1f765337ee
fix(ci): upgrade libudev dependency for olaresd to 8.15 (#2836) 2026-04-08 17:44:39 +08:00
eball
6633339995
fix(ci): update package installation for ARM architecture in release daemon (#2741) 2026-03-24 17:15:16 +08:00
eball
09b384e0d8
ci: Change pull_request_target to pull_request in workflow (#2737) 2026-03-23 21:54:08 +08:00
eball
b46905a1f7
fix(ci): update install test API endpoints (#2736) 2026-03-23 20:20:00 +08:00
dkeven
681578104d
feat(ci): auto trigger CI on PR only by org member (#2735) 2026-03-23 19:29:00 +08:00
dkeven
3ee5709cb7
perf(ci): skip unnecessary validation in chart lint (#2702) 2026-03-17 17:37:22 +08:00
eball
e03eb40ed8
fix: coscmd invalid parameters 2026-03-03 00:44:47 +08:00
eball
79b7d82748
Add VERSION environment variable to workflow 2026-03-02 23:59:23 +08:00
eball
8c59050529 fix: remove unnecessary 'cp' argument from coscmd upload commands in release workflows 2026-03-02 15:18:40 +08:00
eball
f932d10916 fix: update upload command in release workflows to remove unnecessary 'cp' argument 2026-03-02 15:15:45 +08:00
eball
e4762d880b fix: remove public-read ACL from coscmd upload commands in release workflows 2026-03-02 15:08:27 +08:00
eball
017b2e2acd
ci: change cdn backend storage to cos (#2592) 2026-03-02 14:55:26 +08:00
eball
5109ad001c
Modify release-daemon.yaml for arm64 support
Add support for arm64 architecture in release daemon workflow
2026-02-05 14:24:33 +08:00
eball
7d12b792ea
ci: bump version to 1.12.6 (#2471) 2026-02-03 13:02:39 +08:00
eball
2a506be19a
ci: bump version to 1.12.5 (#2405) 2026-01-12 15:00:44 +08:00
dkeven
a04d363597
fix(daemon): update module appservice dependency to fix security issues (#2326) 2025-12-25 17:21:19 +08:00
dkeven
994d2b9b91
fix(cli): update module appservice dependency to fix security issues (#2325) 2025-12-25 17:20:47 +08:00
eball
b173f005cd
ci: bump version to 1.12.4 in workflows and scripts (#2271)
chore: bump version to 1.12.4 in workflows and scripts
2025-12-18 19:14:46 +08:00
aby913
c8f416c4c0
backup: replace 85% disk usage percentage threshold (#2233) 2025-12-18 16:32:11 +08:00
dkeven
ed183b8e4e
fix(ci): specify working dir in github action for backup module (#2269) 2025-12-18 15:21:16 +08:00
dkeven
939a9b5ba3
refactor: merge module kubesphere into main repo (#2237) 2025-12-15 23:45:34 +08:00
dkeven
3b0cc74984
refactor: integrate module kube-state-metrics into main repo (#2214) 2025-12-11 21:14:55 +08:00
dkeven
d3b2dc3029
refactor: integrate module integration into main repo (#2212) 2025-12-11 21:14:10 +08:00
dkeven
019e1948ce
refactor: integrate module backup server into main repo (#2211) 2025-12-11 21:13:30 +08:00
dkeven
0b2c5d3835
refactor: integrate module systemserver into main repo (#2210) 2025-12-11 21:12:12 +08:00
dkeven
0eeeb99620
refactor: integrate module osnode-init into main repo (#2207) 2025-12-11 21:07:42 +08:00
dkeven
2ad44d6617
refactor: integrate module L4-BFL-proxy into main repo (#2205) 2025-12-11 20:49:29 +08:00
dkeven
60d37998af
refactor: integrate module BFL into main repo (#2206) 2025-12-11 20:35:19 +08:00
dkeven
4cf740b4f8
fix(ci): specify working directory in github action for tapr (#2215) 2025-12-11 19:59:48 +08:00
dkeven
ba8c7faa7d
refactor: integrate module tapr into main repo (#2209) 2025-12-11 19:11:04 +08:00
eball
0685c4326b
ci: update workflow triggers for linting and building to include specific paths (#2162)
* ci: update workflow triggers for linting and building to include specific paths

* ci: rename workflow to clarify purpose as App-Service Build test

* chore(ci): specify the path context when building for appservice

---------

Co-authored-by: dkeven <dkvvven@gmail.com>
2025-12-05 16:32:36 +08:00
dkeven
af9e1993d1
refactor: integrate app service into main repo (#2156)
* refactor: integrate app service into main repo

* Delete framework/app-service/LICENSE.md

* fix(manifest): remove unused manager deploy file

* refactor: change the output dir of CRDs to the standard path

---------

Co-authored-by: Peng Peng <billpengpeng@gmail.com>
2025-12-05 11:21:36 +08:00
eball
01324970b4
daemon: Implement DSR Proxy for handling DNS requests and responses (#2057)
* daemon: Implement DSR Proxy for handling DNS requests and responses

* fix: update DSR proxy logging and improve DNS pod configuration handling

* fix: update sys-event deployment to include additional permissions and bump image version

* fix: update install step to include pcap-devel package

* fix: correct spelling in install step for udev-devel and pcap-devel

* fix: refactor DSRProxy implementation for better clarity and organization

* fix: build arm64

* fix: update sys-event image version to 0.2.12

---------

Co-authored-by: liuyu <>
2025-11-13 11:59:46 +08:00
eball
36915f5f03
Add libpcap-dev to udev-devel installation 2025-11-12 23:48:38 +08:00
eball
56600420f1
chore: update version to 1.12.3 in workflows and scripts (#2001) 2025-10-28 13:51:15 +08:00
dkeven
8aa08d041d
chore: clean up and migrate from legacy envs (#1946)
* chore(cli): get rid of injection of legacy envs

* chore(cli): clean up legacy env MARKET_PROVIDER

* chore: rename download cdn url to olares cdn service

* chore: change default cdn service url
2025-10-18 00:13:50 +08:00
eball
255af9e472
olares: bump version to 1.12.2 (#1815)
ci: bump version to 1.12.2
2025-09-10 14:05:13 +08:00
dkeven
15335e8114
feat(cli): adjust local release command for release id (#1731) 2025-08-21 00:27:12 +08:00
dkeven
dab5a26b2b
fix(ci): correct input source of release version in workflow (#1730) 2025-08-20 11:59:05 +08:00
dkeven
959a32b68f
fix(ci): add missing param for release_id when uploading package (#1729) 2025-08-20 11:09:10 +08:00
dkeven
226eaeb9e7
chore(ci): remove unused md5 render step in release workflow (#1727) 2025-08-19 21:08:50 +08:00
dkeven
053a0d1b8e
feat(ci): differentiate multiple releases of the same version (#1724) 2025-08-19 19:54:04 +08:00
dkeven
c313982033
fix(ci): copy built script to correct path (#1681) 2025-08-05 17:18:14 +08:00
dkeven
c6cf22f3a2
fix(ci): correct path to release joincluster script (#1660) 2025-07-31 22:35:17 +08:00
eball
1f2fd0619f
ci: bump version to 1.12.1 (#1648) 2025-07-30 21:30:35 +08:00
eball
fe86ef0190
Update release.yaml 2025-07-30 20:48:40 +08:00
eball
bab83ed0b3
Update release-daily.yaml 2025-07-29 10:03:37 +08:00