This is an automated email from the ASF dual-hosted git repository. djencks pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git.
from b1a3d3c Add camel-quarkus 2.4.0 release so its updated on download page. (#675) new 809e1db Assemble the final .htaccess file from a static file, the Antora generated .htaccess file, and transformations of generated 302 rules new 31952f1 result of updating dependencies The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .pnp.cjs | 92 +++++++++ ...ansi-colors-npm-4.1.1-97ad42f223-138d04a510.zip | Bin 0 -> 9715 bytes ...any-promise-npm-1.3.0-f34eeaa7e7-0ee8a9bdbe.zip | Bin 0 -> 14145 bytes .../get-value-npm-3.0.1-b525a3975a-d2df36858c.zip | Bin 0 -> 6511 bytes ...group-array-npm-1.0.0-78145fdbf9-0be7a58edb.zip | Bin 0 -> 4906 bytes ...gulp-inject-npm-5.0.5-eaf1f4a1bf-4c1c8cba08.zip | Bin 0 -> 16634 bytes .../set-value-npm-3.0.2-4e32225201-cb7a36004f.zip | Bin 0 -> 6826 bytes ...plit-string-npm-6.1.0-df506cc33f-7190a33e46.zip | Bin 0 -> 8280 bytes ...am-to-array-npm-2.3.0-eaa32c31d8-7feaf63b38.zip | Bin 0 -> 3219 bytes ...union-value-npm-2.0.1-2d00b76e15-a121be653a.zip | Bin 0 -> 3888 bytes antora-playbook.yml | 8 +- gulpfile.js | 39 ++++ local-httpd-in-docker.sh | 9 + package.json | 4 +- static/.htaccess | 208 +-------------------- tests/redirect.sh | 97 ++++++---- yarn.lock | 89 +++++++++ 17 files changed, 296 insertions(+), 250 deletions(-) create mode 100644 .yarn/cache/ansi-colors-npm-4.1.1-97ad42f223-138d04a510.zip create mode 100644 .yarn/cache/any-promise-npm-1.3.0-f34eeaa7e7-0ee8a9bdbe.zip create mode 100644 .yarn/cache/get-value-npm-3.0.1-b525a3975a-d2df36858c.zip create mode 100644 .yarn/cache/group-array-npm-1.0.0-78145fdbf9-0be7a58edb.zip create mode 100644 .yarn/cache/gulp-inject-npm-5.0.5-eaf1f4a1bf-4c1c8cba08.zip create mode 100644 .yarn/cache/set-value-npm-3.0.2-4e32225201-cb7a36004f.zip create mode 100644 .yarn/cache/split-string-npm-6.1.0-df506cc33f-7190a33e46.zip create mode 100644 .yarn/cache/stream-to-array-npm-2.3.0-eaa32c31d8-7feaf63b38.zip create mode 100644 .yarn/cache/union-value-npm-2.0.1-2d00b76e15-a121be653a.zip create mode 100755 local-httpd-in-docker.sh