This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel-website.git
from 5d08759c Blog: keep the overlay scrollbar off the left rail's text
(#1772) (#1781)
add 83914a59 ci: test camel-k redirects against the container trait page
add 144016e5 chore: pin blog links to the logging and telemetry traits to
camel-k 2.11.x
add 937e924b Add blog post Extending Apache Camel Simple with Your Own
Functions (#1780)
add 8160c2a0 chore: fix html checks for the Simple custom functions blog
post (#1782)
add 666b2f9d Front page: the YAML tab of the Kafka to database route is
written in the canonical route form (#1783)
add 5746f2e6 Blog post: introduce CamelBee, route topology and message
tracing for deployed Camel applications. (#1784)
add 8c979ebd Added Release 4.22.1 of Camel Kamelets (#1785)
add 9da0491d Blog: Round 2 of the local-model benchmark, a real-world
example set and 31 more Camel fixes (#1786)
add 305c15a2 Blog: Bring your own coding agent to Camel TUI
add ed390283 Remove _Camel_ from the trademark footer remark since it is
not on https://www.apache.org/foundation/marks/list/#unreg_c (#1788)
No new revisions were added by this update.
Summary of changes:
.htmlvalidateignore | 1 -
.../public/_/partials/footer-content.hbs | 2 +-
antora-ui-camel/src/partials/footer-content.hbs | 2 +-
.../2021/05/new-camel-k-logging-features/index.md | 2 +-
content/blog/2023/02/camel-k-release-1-12/index.md | 2 +-
content/blog/2023/03/camel-k-telemetry/index.md | 2 +-
.../featured.jpg | Bin
.../camel-local-model-benchmark-round-2/index.md | 62 ++
.../09/camel-simple-customfunction/featured.jpg | Bin 0 -> 158724 bytes
.../2026/09/camel-simple-customfunction/index.md | 891 +++++++++++++++++++++
.../09/camel-tui-byoa/camel-tui-byoa-featured.jpg | Bin 0 -> 357699 bytes
.../blog/2026/09/camel-tui-byoa/img/chooseBob.png | Bin 0 -> 106063 bytes
.../2026/09/camel-tui-byoa/img/queryInfluxDB.png | Bin 0 -> 424773 bytes
.../2026/09/camel-tui-byoa/img/sendMessage.png | Bin 0 -> 583283 bytes
content/blog/2026/09/camel-tui-byoa/index.md | 282 +++++++
.../camelbee_capture_filter.jpg | Bin 0 -> 60878 bytes
.../camelbee_tracing.jpg | Bin 0 -> 74223 bytes
.../camelbee_waterfall.jpg | Bin 0 -> 76782 bytes
.../09/camelbee-route-observability/featured.jpg | Bin 0 -> 64407 bytes
.../2026/09/camelbee-route-observability/index.md | 122 +++
content/releases/kamelets/release-4.22.1.md | 11 +
data/home.yaml | 19 +-
layouts/_default/_markup/render-codeblock.html | 6 +
layouts/partials/footer.html | 2 +-
tests/redirect.sh | 8 +-
25 files changed, 1394 insertions(+), 20 deletions(-)
copy content/blog/2026/09/{camel-local-model-benchmark =>
camel-local-model-benchmark-round-2}/featured.jpg (100%)
create mode 100644
content/blog/2026/09/camel-local-model-benchmark-round-2/index.md
create mode 100644
content/blog/2026/09/camel-simple-customfunction/featured.jpg
create mode 100644 content/blog/2026/09/camel-simple-customfunction/index.md
create mode 100644
content/blog/2026/09/camel-tui-byoa/camel-tui-byoa-featured.jpg
create mode 100644 content/blog/2026/09/camel-tui-byoa/img/chooseBob.png
create mode 100644 content/blog/2026/09/camel-tui-byoa/img/queryInfluxDB.png
create mode 100644 content/blog/2026/09/camel-tui-byoa/img/sendMessage.png
create mode 100644 content/blog/2026/09/camel-tui-byoa/index.md
create mode 100644
content/blog/2026/09/camelbee-route-observability/camelbee_capture_filter.jpg
create mode 100644
content/blog/2026/09/camelbee-route-observability/camelbee_tracing.jpg
create mode 100644
content/blog/2026/09/camelbee-route-observability/camelbee_waterfall.jpg
create mode 100644
content/blog/2026/09/camelbee-route-observability/featured.jpg
create mode 100644 content/blog/2026/09/camelbee-route-observability/index.md
create mode 100644 content/releases/kamelets/release-4.22.1.md
create mode 100644 layouts/_default/_markup/render-codeblock.html