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 000821d0 Regen for commit c424a3f0b21e37dca4ae26b5c95052faa3a1908a
(#1708)
add 34ff72ca blog: Introducing Camel TUI with AI-generated screenshots
(#1709)
add d37d4d63 tui as featured image
add 0678139a Camel Quarkus 3.38.0 announcement blog post
add 0b8f9ced fix(trust): correct the advisory count on the Trust page
(#1712)
add 46f9428c docs(blog): Built to Patch Fast: Apache Camel's Security
Response in 2026 (#1711)
add 2a6e344a chore(deps): bump brace-expansion from 2.1.2 to 2.1.4 (#1714)
add a6d5ad87 Add user story
add 321b6fc4 fix(website): use property attribute for og:description meta
tag (#1713)
add 8afdc775 docs(trust): link recent July blogs from trust page
add aa178e4a docs(llms): add security response and Echonect case study
links
add 3bb6b52f Camel Quarkus 3.33.2 announcement blog post (#1694)
add f16f64b8 Camel Quarkus 3.27.5 announcement blog post (#1693)
add 161193d8 Add blog post about unified AI tooling and MCP server in 4.22
add 527abb19 fix: netlify config preview update
add 7a7e24e0 chore(deps): bump socket.io-parser from 4.2.4 to 4.2.7 (#1715)
add 7466bed9 chore(deps): bump fast-uri from 3.1.4 to 3.1.5 (#1717)
add 0259dfbb docs(website): add "Secure out of the box" section to Trust
page (#1680) (#1706)
add d7d87e8a chore(deps-dev): bump js-yaml from 4.3.0 to 4.3.1
add 52a9c898 chore(deps): dedupe for js-yaml-4.3.1
No new revisions were added by this update.
Summary of changes:
.github/workflows/preview.yaml | 2 +-
antora-ui-camel/package.json | 4 +-
content/blog/2026/07/camel-quarkus-3.27.5/index.md | 31 +++
content/blog/2026/07/camel-quarkus-3.33.2/index.md | 32 +++
.../2026/07/camel-quarkus-release-3.38.0/index.md | 25 ++
.../07/camel-security-advisories-4.21.0/index.md | 296 ++++++++++++++++++++
.../blog/2026/07/camel-tui/camel-tui-diagram.png | Bin 0 -> 324402 bytes
.../blog/2026/07/camel-tui/camel-tui-inspect.png | Bin 0 -> 373960 bytes
.../blog/2026/07/camel-tui/camel-tui-overview.png | Bin 0 -> 435239 bytes
content/blog/2026/07/camel-tui/camel-tui-send.png | Bin 0 -> 124060 bytes
content/blog/2026/07/camel-tui/featured.png | Bin 0 -> 435239 bytes
content/blog/2026/07/camel-tui/index.md | 190 +++++++++++++
.../blog/2026/08/camel-ai-tools-mcp-422/index.md | 299 +++++++++++++++++++++
content/community/user-stories.md | 1 +
.../q/{release-3.27.0.md => release-3.27.5.md} | 10 +-
.../q/{release-3.33.0.md => release-3.33.2.md} | 10 +-
content/releases/q/release-3.38.0.md | 12 +
content/security/_index.md | 7 +
content/trust/_index.md | 55 +++-
layouts/partials/header.html | 4 +-
llms-txt-template.md | 2 +
package.json | 4 +-
yarn.lock | 34 +--
23 files changed, 979 insertions(+), 39 deletions(-)
create mode 100644 content/blog/2026/07/camel-quarkus-3.27.5/index.md
create mode 100644 content/blog/2026/07/camel-quarkus-3.33.2/index.md
create mode 100644 content/blog/2026/07/camel-quarkus-release-3.38.0/index.md
create mode 100644
content/blog/2026/07/camel-security-advisories-4.21.0/index.md
create mode 100644 content/blog/2026/07/camel-tui/camel-tui-diagram.png
create mode 100644 content/blog/2026/07/camel-tui/camel-tui-inspect.png
create mode 100644 content/blog/2026/07/camel-tui/camel-tui-overview.png
create mode 100644 content/blog/2026/07/camel-tui/camel-tui-send.png
create mode 100644 content/blog/2026/07/camel-tui/featured.png
create mode 100644 content/blog/2026/07/camel-tui/index.md
create mode 100644 content/blog/2026/08/camel-ai-tools-mcp-422/index.md
copy content/releases/q/{release-3.27.0.md => release-3.27.5.md} (51%)
copy content/releases/q/{release-3.33.0.md => release-3.33.2.md} (51%)
create mode 100644 content/releases/q/release-3.38.0.md