Commit Graph

3576 Commits

Author SHA1 Message Date
Dave Protasowski 8e4699820a
allow docs image to be built on demand (#6386) 2025-09-17 22:12:01 +00:00
dependabot[bot] 381fdaf90a
Bump actions/checkout from 4 to 5 (#6391)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 17:47:00 +00:00
dependabot[bot] af3b87b0a5
Bump docker/build-push-action from 4 to 6 (#6390)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 17:46:00 +00:00
dependabot[bot] 76cbcbbedd
Bump actions/setup-python from 2 to 6 (#6389)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-17 17:45:00 +00:00
Dave Protasowski 81876c324e
include directory (#6388) 2025-09-17 17:41:01 +00:00
Dave Protasowski d78fe97fcc
add dependabot to update actions (#6387) 2025-09-17 17:23:03 +00:00
Evan Anderson cf495d6c10
Fix site base URL, which should fix some asset links (#6384) 2025-09-17 16:21:02 +00:00
Dave Protasowski 3511f9f7dd
fix homepage links (#6381) 2025-09-17 14:38:04 +00:00
fengjiajie 4c29b955f2
Fix typo in resource limit examples (#6375)
* Fix typo in resource limit examples

* Fix typo in resource limit examples
2025-09-16 13:56:06 +00:00
Dave Protasowski 37a24321c7
drop old serving metrics documentation (#6373)
* drop old serving metrics documentation

* update site config

* include redirect to new metrics
2025-09-16 13:48:05 +00:00
Evan Anderson 4166fde329
Attempt to rebuild docs build process, inspired by #6319 (#6371)
* Attempt to rebuild docs build process

* Use a more modern python version

* Fix strict verify, hide versions on unversioned pages
2025-09-15 22:42:58 +00:00
Alexander-Kita d3b3711426
Add dry run section and take out old feature flag in serving (#6366)
* add dry run section

* drop mention of old feature flag

* fix casing on nav

* update docs to be more clear and include inline example

---------

Co-authored-by: Dave Protasowski <dprotaso@gmail.com>
2025-09-15 15:44:59 +00:00
Dave Protasowski 29670c1099
Revert "Drop 1.19 from version drop-down due to OTel issues & warn folks on the blog (#6348)" (#6370)
* Revert "Drop 1.19 from version drop-down due to OTel issues & warn folks on the blog (#6348)"

This reverts commit ebd4cfefbd.

* bump node and python versions
2025-09-12 20:20:21 +00:00
Bruce Hamilton 6d0f0954c6
content tab fixes, added success output for kn func (#6367) 2025-09-06 21:20:43 +00:00
Ali Ok 89f913da19
Agentic EDA blog post (#6362)
* Agentic EDA blog post

Signed-off-by: Ali Ok <aliok@redhat.com>

* Fix some links

Signed-off-by: Ali Ok <aliok@redhat.com>

* Replace SVG with original Mermaid diagram

Signed-off-by: Ali Ok <aliok@redhat.com>

* Trying to fix the Mermaid diagram

Signed-off-by: Ali Ok <aliok@redhat.com>

* Enable Mermaid diagrams in blogs too!

Signed-off-by: Ali Ok <aliok@redhat.com>

---------

Signed-off-by: Ali Ok <aliok@redhat.com>
2025-09-05 14:23:43 +00:00
Copilot 2e019008fa
Update technical overview with comprehensive Knative concepts documentation, GPU/LLM inference guidance, and KServe integration (#6321)
* Initial plan

* Implement comprehensive Knative concepts overview

Co-authored-by: evankanderson <7959095+evankanderson@users.noreply.github.com>

* Address reviewer feedback: improve text clarity and add diagram placeholders

Co-authored-by: evankanderson <7959095+evankanderson@users.noreply.github.com>

* Address reviewer feedback: update diagrams, sections, and add GPU/LLM inference use case

Co-authored-by: evankanderson <7959095+evankanderson@users.noreply.github.com>

* Add GPU resources and LLM inference section to Knative Serving

Co-authored-by: evankanderson <7959095+evankanderson@users.noreply.github.com>

* Update docs/concepts/README.md

* Update docs/concepts/README.md

* Update docs/concepts/README.md

* Fix typo in flowchart SVG; unbake fonts

* Add mermaid rendering of function lifecycle

* Apply reviewer suggestions: fix typos, enhance function signature, update integrations

Co-authored-by: evankanderson <7959095+evankanderson@users.noreply.github.com>

* Fix mermaid code fence

* Use <code> in mermaid markdown, fix syntax error

* Add style link for satoshi font

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: evankanderson <7959095+evankanderson@users.noreply.github.com>
Co-authored-by: Evan Anderson <evan.k.anderson@gmail.com>
2025-09-04 22:05:43 +00:00
Dave Protasowski 3c33e0677a
fix otel collection formatting and link (#6363) 2025-09-04 14:05:43 +00:00
dependabot[bot] 84cbcc5559
Bump brace-expansion (#6359)
Bumps  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.

Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-03 21:15:44 +00:00
Dave Protasowski eb45d60228
OTel docs follow up (#6360)
* include UCUM link

* address Evan's OTel Docs feedback

* include autoscaler attributes
2025-09-03 21:12:44 +00:00
Dave Protasowski b936c72e46
[serving] OTel Metrics Documentation (#6352)
* Updating collecting metrics steps

* remove collector installation steps and separate out shared metrics into a snippet

* combine notes

* update nav to remove stutter

* include webhook metrics

* update common metrics with attributes and include serving metrics

* update notice banners for eventing and serving

* fix typos

* Update docs/eventing/observability/metrics/collecting-metrics.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

---------

Co-authored-by: Calum Murray <cmurray@redhat.com>
2025-09-03 18:48:44 +00:00
Knative Automation 31cca91976
upgrade to latest dependencies (#6358)
bumping knative.dev/hack d496a6e...1499de2:
  > 1499de2 Fix dot releases (# 433)

Signed-off-by: Knative Automation <automation@knative.team>
2025-09-03 01:43:44 +00:00
dependabot[bot] 8f460d8c44
Bump next (#6355)
Bumps [next](https://github.com/vercel/next.js) from 14.2.30 to 14.2.32.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.30...v14.2.32)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 14.2.32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-01 18:50:41 +00:00
dependabot[bot] d7db11d8d8
Bump brace-expansion (#6354)
Bumps  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.

Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-01 18:49:41 +00:00
dependabot[bot] 6fa4db8e3c
Bump next in /code-samples/eventing/bookstore-sample-app/start/frontend (#6353)
Bumps [next](https://github.com/vercel/next.js) from 15.2.4 to 15.4.7.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.4...v15.4.7)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-31 21:18:40 +00:00
Evan Anderson ce455af5c2
Publish threat model in documentation (#6263)
* Publish threat model in documentation

* Separate security contents a bit more, update link to threat model, update nav

* Add a section on supply chain and SBOM/SLSA mitigation

* Update threat model with feedback from David Hadas

* Update introduction with content from davidhadas, add sections on controller and webhook functionality and update targets of threats
2025-08-25 15:30:34 +00:00
Dave Protasowski d843a31c96
tracing-sampling shuld be tracing-sampling-rate (#6350) 2025-08-21 14:43:51 +00:00
Dave Protasowski ebd4cfefbd
Drop 1.19 from version drop-down due to OTel issues & warn folks on the blog (#6348)
* Drop 1.19 from version drop-down due to OTel issues & warn folks on the blog

* Update blog/docs/releases/announcing-knative-v1-19-release.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

---------

Co-authored-by: Calum Murray <cmurray@redhat.com>
2025-08-21 00:58:48 +00:00
Knative Automation 59d2ab878e
upgrade to latest dependencies (#6346)
bumping knative.dev/hack f525e18...d496a6e:
  > d496a6e allow [skip-dot-release] in quoted text (# 429)
  > 0dc673d Update community files (# 427)
  > 70d4b00 Update community files (# 425)

Signed-off-by: Knative Automation <automation@knative.team>
2025-08-20 01:45:47 +00:00
Dave Protasowski 7ad2830cac
Update tracing docs with OTel changes (#6337)
* Update tracing documentary for OTel

* mark blog post deprecated

* fix heading types

* use jaeger collector as the address

* suggest some backends first
2025-08-19 17:41:49 +00:00
Daniele Polencic 32fbe42f36
Update orchestrating-cloud-events-with.md (#6285) 2025-08-14 19:47:42 +00:00
Dave Protasowski 0065b40d64
drop references to old net-cert-manager controller (#6333) 2025-08-14 17:07:42 +00:00
Evan Anderson f89b0e9a40
Add mermaid support (#6327) 2025-08-13 20:45:40 +00:00
Uchechukwu Obasi 7a183305c2
chore: fix docs page footer broken on mobile (#6323)
Signed-off-by: thisisobate <obasiuche62@gmail.com>
2025-08-12 15:47:43 +00:00
Uchechukwu Obasi 2f209abf24
chore: fix version picker overflowing into top nav (#6325)
Signed-off-by: thisisobate <obasiuche62@gmail.com>
2025-08-12 15:43:44 +00:00
Dave Protasowski 77b972e37f
Fix casing of Knative (#6322) 2025-08-09 01:41:50 +00:00
Knative Automation f800879a45
Update community files (#6320)
Signed-off-by: Knative Automation <automation@knative.team>
2025-08-07 14:38:51 +00:00
dependabot[bot] 1a84fb904b
Bump tmp and standard (#6318)
Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to be updated together.


Removes `tmp`

Updates `standard` from 14.3.4 to 17.1.2
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v14.3.4...v17.1.2)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: standard
  dependency-version: 17.1.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 02:47:50 +00:00
Uchechukwu Obasi 00da7e9035
Feat: New website (#6286)
* chore: change theme font to satoshi font

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: create hero section

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: improve hero and need to know more sections

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: rename need to know more to what is knative

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: create why serverless section

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: update feature icons and knative components sections

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: update hero title headings

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: update testimonial section

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: update case studies items

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: update why serverless feature cards with new content

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: tweak width of kelsey testimonial to align appropriately

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: tweak top nav layout

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: update top nav links

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: change “readdocs” to “docs”

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: add spacing to the right of the nav menu

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: fix about link

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: remove home from sub nav

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: nit fix

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: nit fix

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: change cta button font color to white on hover

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: fix styling for testimonial section

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: make main headline font color to be black

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: rearrange nav items on the blog page

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: align serverless content block to center

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: reduce feature icons size on mobile screens

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: maintain consistent border radius size across cards

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: make knative components container span entire width on mobile

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: fix case studies section to be mobile responsive

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: make hero section mobile responsive

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: nit fix

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: fix section spacing in mobile

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: nit fix

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: reduce version warning title font size to be smaller

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: automatically hide duplicate menu items in sub nav using css

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: nit fix

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: conform text colors to match design

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: cleanup code

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: add the correct kelsey testimonial copy on homepage

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: fix some layout issues on mobile

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: Remove second paragraph from Kelsey testimonial on front page

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: Update Knative diagram image to the latest one with eventing icon as spiral

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: Update card background to match page background color

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: Put Kelsey testimonials in quote and make quote prominent

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: make kelsey testimonial card clickable

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: update knative components overall design

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: make other card containers adopt new card design

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: change primary bg color to white

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: fix background bleed in kelsey testimonial image

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: text align feature contents to the left

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: make PNC card to be same size as others

Signed-off-by: thisisobate <obasiuche62@gmail.com>

* chore: reduce border width on hover to reduce flickering

Signed-off-by: thisisobate <obasiuche62@gmail.com>

---------

Signed-off-by: thisisobate <obasiuche62@gmail.com>
2025-08-06 13:34:49 +00:00
Evan Anderson f1db3cecf1
Phase 1: Adding documentation metadata tags (#6274)
* Add metadata tags for documentation

* Add classification for about 2/3rds of docs (func + eventing)

* Add classification for remainder of docs (serving+install)
2025-07-30 19:56:39 +00:00
David Fridrich 0ea0648651
blog 1.19 (#6300)
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
2025-07-29 10:49:38 +00:00
David Fridrich 453452f805
Update for release 1.19 in build.sh (#6299)
update versions in build.sh for new release
2025-07-29 10:48:38 +00:00
dependabot[bot] ace6102dbf
Bump brace-expansion (#6298)
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-29 10:16:38 +00:00
dependabot[bot] 6e0a663737
Bump golang.org/x/oauth2 in /code-samples/serving/gitwebhook-go (#6297)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.23.0 to 0.27.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.23.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-29 10:15:38 +00:00
Vincent d95f04a2d8
Updated the docs about Knative Operator 1.19 (#6296) 2025-07-28 15:10:37 +00:00
dependabot[bot] f54869c32e
Bump golang.org/x/oauth2 in /code-samples/serving/secrets-go (#6293)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.27.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.21.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28 04:49:36 +00:00
Pawissakan Chirupphapa fbe192c9e7
fix: wrong filters attribute in trigger document (#6294) 2025-07-28 04:48:36 +00:00
Hector Martinez Lopez 59fd9a068e
Add skip permissions option to ApiServerSource (#6288)
* Add skip permissions option to ApiServerSource

Signed-off-by: Hector Martinez <hemartin@redhat.com>

* Rename annotation

Signed-off-by: Hector Martinez <hemartin@redhat.com>

* Move page to reference.md

Signed-off-by: Hector Martinez <hemartin@redhat.com>

---------

Signed-off-by: Hector Martinez <hemartin@redhat.com>
2025-07-22 05:58:07 +00:00
Matthias Wessendorf 4b84e8d825
Adding latest blogs to 'featured' section (#6291)
* Adding latest blogs to 'featured' section

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Update blog/docs/index.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

---------

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Co-authored-by: Calum Murray <cmurray@redhat.com>
2025-07-10 13:57:05 +00:00
Matthias Wessendorf e1105fa426
Kubevirt/Eventing blog (#6290)
* Adding initial body for blog post

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* added content to kubevirt eventing post

* fixed asciinema links

* nit

* fixed md formatting for code samples

* little updates, part I

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* little updates, part II

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* some sort of diagram

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* latest review changes applied

Signed-off-by: Robert Guske <robert.guske@gmail.com>

* Upates

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Adding nav

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* Fix rendering

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

* fixed broker names and added db data example

Signed-off-by: Robert Guske <robert.guske@gmail.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Update blog/docs/articles/kubevirt_meets_eventing.md

Co-authored-by: Calum Murray <cmurray@redhat.com>

* Adding links to slack/docs

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>

---------

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
Signed-off-by: Robert Guske <robert.guske@gmail.com>
Co-authored-by: Robert Guske <robert.guske@gmail.com>
Co-authored-by: Calum Murray <cmurray@redhat.com>
2025-07-10 06:42:08 +00:00
Knative Automation 823b2e1cd6
Update community files (#6289)
Signed-off-by: Knative Automation <automation@knative.team>
2025-07-08 01:35:11 +00:00