Commit Graph

3305 Commits

Author SHA1 Message Date
Knative Automation 187fe78b97
Update community files (#5959)
Signed-off-by: Knative Automation <automation@knative.team>
2024-05-07 01:36:51 +00:00
David Simansky a21aad1788
Add release blog Knative 1.14 (#5958)
* Add release blog Knative 1.14

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

Co-authored-by: Christoph Stäbler <cstabler@redhat.com>

* Fix formatting

---------

Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
2024-05-03 13:28:19 +00:00
David Simansky 9866bfaca0
Update Knative docs to 1.14 (#5957) 2024-05-03 09:58:19 +00:00
Reto Lehmann 59339cd7da
Add documentation for Serving Encryption (#5804)
* Add Serving encryption overview page

* Add Serving encryption sub-pages

* Lint fixes, minor updates

* Review improvement

* Add activator restart and fix CM label

* Update docs about net-certmanager

* Add wildcard config as a string

* Review improvements
2024-04-30 11:03:52 +00:00
Stavros Kontopoulos ab85e25ad9
Document the remaining timeout settings (#5954)
* document the remaining timeout settings

* fix name
2024-04-30 05:30:34 +00:00
Matthias Wessendorf 2fc233e0e8
Adding Kafka Source details on delivery spec (#5952)
Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
2024-04-29 11:00:28 +00:00
Phuong Cao 9b8fd6314d
Notification service docs: Add the tutorial on how to create the slack workspace (#5939)
* add tutorial

* create workspace docs

* Edit img
2024-04-26 12:20:57 +00:00
Knative Automation 14ac75dbe5
Update community files (#5951)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-26 01:33:15 +00:00
Leo Li 61e322af5b
Sample App: Fix the content in the bad word filter knative function code (#5947)
* Fix the content in the bad word filter knative function code

* Remove the unused import

* fix: fix the python format by running black
2024-04-26 00:16:04 +00:00
Leo Li 87d2c89ab0
Sample App: Adding the knative function build for the sentiment analysis service (#5904)
* Adding the knative function build for the sentiment analysis service

* Update the sample code, so that the returned result is a cloudEvent

* Update the sample code to give a specific event type to the response cloudEvent

* Update the tutorial doc

* Update the tutorial doc

* Remove the docker registry info

* Fix nit

* Modify the return response type and how python function handle the incoming cloudEvent

* Adding the explaination for serving

* Unhide the alert box portion

* Remove the intentional delay

* Remove the duplicated line

* Make the input as json instead of plaintext

* Update the version of cloudEvent and update the deployment instruction

* Update the tutorial to use the public URL instead of cluster-IP

* Display the input text in the response
2024-04-24 14:52:00 +00:00
Leo Li 7f0327afb7
Sample App: Event Driven Architecture I (#5928)
* Add the node.js server

* Setting up the infrastructure

* Update the port of the node application

* Add the sinkBinding

* Adding the reply feedback loop

* Adding the response into the nodejs server

* Change the naming convention

* Update the index.js to remove the uncessary comments
2024-04-24 14:50:43 +00:00
Knative Automation e1286025fc
upgrade to latest dependencies (#5946)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-22 13:12:20 +00:00
Christoph Stäbler 9285920ff9
Add list with OIDC authn supporting eventing components (#5941)
* Add list with OIDC authn supporting eventing components

* Fix indent

* Remove links to GH pages for channels
2024-04-22 12:35:03 +00:00
dependabot[bot] f059ce2106
Bump golang.org/x/net from 0.17.0 to 0.23.0 (#5945)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 05:31:37 +00:00
Knative Automation 1fcc7efcd8
upgrade to latest dependencies (#5942)
bumping knative.dev/hack 47368d6...1133b37:
  > 1133b37 Update community files (# 378)

Signed-off-by: Knative Automation <automation@knative.team>
2024-04-18 06:54:27 +00:00
Knative Automation d59b5132e9
Update community files (#5944)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-18 01:30:49 +00:00
dependabot[bot] 39c58935cf
Bump h2 in /code-samples/community/serving/helloworld-rust (#5936)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 05:56:15 +00:00
Christoph Stäbler b820198e29
Add limitations for having OIDC and Istio enabled (#5940)
* Add limitations for having OIDC and Istio enabled

* Fix list
2024-04-12 12:09:04 +00:00
Zuhair AlSader 6dfdbfbab5
Add Ceph Source to Event Sources (#5895)
Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
2024-04-11 15:09:54 +00:00
Leo Li cbeb03a23e
Sample App: Adding the db service (#5909)
* Adding the db service

* Add the readme

* Add the yaml file to create the config map

* Change to use the statefulSet

* Delete the finished job pod after 50 seconds

* Simplify the deployment tutorial for the database service

* Explain why we don't use Knative Service

* Remove the unnessary empty lines in the file

* Update code-samples/eventing/bookstore-sample-app/db/README.md

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Update code-samples/eventing/bookstore-sample-app/db-service/sample.sql

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Update code-samples/eventing/bookstore-sample-app/db/README.md

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>

* Fix the review comment

---------

Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2024-04-10 08:01:48 +00:00
tico88612 afebc06998
Feat: Inappropriate language filter python script (#5935)
Signed-off-by: tico88612 <17496418+tico88612@users.noreply.github.com>
2024-04-09 19:55:48 +00:00
waitstory 641b3ec7fb
fix correct display (#5937) 2024-04-09 06:53:46 +00:00
Phuong Cao 791daf51bb
Sample app frontend (#5931)
* Add darkmode

* Edit README

* Add comments and readme

* Fix UI

* Update README

* Update code-samples/eventing/bookstore-sample-app/frontend/client/pages/Main.js

Co-authored-by: Leo Li <leoli@redhat.com>

* Update code-samples/eventing/bookstore-sample-app/frontend/client/components/BookDetail.js

Co-authored-by: Leo Li <leoli@redhat.com>

* Change emoji

* Update code-samples/eventing/bookstore-sample-app/frontend/client/components/Toggle.js

Co-authored-by: Leo Li <leoli@redhat.com>

* Fix UI

* Align time

---------

Co-authored-by: Leo Li <leoli@redhat.com>
2024-04-05 15:09:02 +00:00
Reto Lehmann bf326bb372
Add documentation for Serving probes (#5855)
* Add documentation for probing

* Use white diagram background

* Add more details about probing

* Review improvements
2024-04-05 07:30:06 +00:00
Jonas Mai f96487dfab
Update enabling-automatic-tls-certificate-provisioning.md (#5933)
ConfigMap values can only be of type String
2024-04-04 11:25:36 +00:00
Knative Automation be970a6529
Update community files (#5934)
Signed-off-by: Knative Automation <automation@knative.team>
2024-04-04 01:34:45 +00:00
Ali Ok 1fb2674e16
Knative Backstage plugin article (#5897)
* Knative Backstage plugin article

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

* Add some images

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

* Make YouTube video image larger

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

* Show embedded YouTube video

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

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Christoph Stäbler <cstabler@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Christoph Stäbler <cstabler@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Christoph Stäbler <cstabler@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Update blog/docs/articles/knative-backstage-plugins.md

Co-authored-by: Leo Li <leoli@redhat.com>

* Address comments, add target=_blank to links

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

* Update blog/docs/articles/knative-backstage-plugins.md

* Update blog/docs/articles/knative-backstage-plugins.md

* Update blog/docs/articles/knative-backstage-plugins.md

* Update blog/docs/articles/knative-backstage-plugins.md

* Update blog/docs/articles/knative-backstage-plugins.md

---------

Signed-off-by: Ali Ok <aliok@redhat.com>
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
Co-authored-by: Leo Li <leoli@redhat.com>
2024-04-03 09:11:30 +00:00
Knative Automation 301cb8499a
[main] Upgrade to latest dependencies (#5929)
* upgrade to latest dependencies

bumping knative.dev/hack 7e71024...47368d6:
  > 47368d6 Check licenses only, but not bundle them (# 376)
  > b985a5b Update community files (# 377)

Signed-off-by: Knative Automation <automation@knative.team>

* Fix unit-tests

---------

Signed-off-by: Knative Automation <automation@knative.team>
Co-authored-by: Reto Lehmann <retocode@icloud.com>
2024-04-02 07:06:02 +00:00
dependabot[bot] f944808b7a
Bump express in /code-samples/serving/hello-world/helloworld-nodejs (#5926)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 14:11:52 +00:00
dependabot[bot] 533ea6577e
Bump express in /code-samples/serving/cloudevents/cloudevents-nodejs (#5927)
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.3...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 14:10:00 +00:00
Knative Automation 0406ed1716
upgrade to latest dependencies (#5925)
bumping knative.dev/hack b9f6bf0...7e71024:
  > 7e71024 Add clotributor link to readme (# 353)
  > b1b2956 Add consistent SECURITY.md (# 349)
  > 4f7621a Call go mod download on each module, if not vendor (# 326)
  > 424e75e Update community files (# 374)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-27 13:56:57 +00:00
Knative Automation f611b30faf
Update community files (#5924)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-27 13:14:08 +00:00
Leo Li 131dc452ff
Bump min-k8s version to 1.28 (#5923) 2024-03-25 21:52:38 +00:00
Stavros Kontopoulos 70684b4401
Polish the article "Demysifying the activator on data path" (#5922)
* Polish the article

* fix

* move around a few stuff
2024-03-22 18:57:48 +00:00
Stavros Kontopoulos 97d53f0946
Blog article on "Demystifying activator on the data path" (#5709)
* demystifying activator on path

* some fixes

* Apply suggestions from code review - Roland

Co-authored-by: Roland Huß <rhuss@redhat.com>

* Update blog/docs/articles/demystifying-activator-on-path.md

Co-authored-by: Roland Huß <rhuss@redhat.com>

* update

* fix

* add some diagrams

* add timeline and several fixes

* updates

* address some comments

* add ref to the sample app

* grammar, typos and other fixes

* more grammar fixes

* change personal link

* make title specific

* more fixes

* explain a bit what app was used for tests

* address comments

---------

Co-authored-by: Roland Huß <rhuss@redhat.com>
2024-03-20 18:40:11 +00:00
Calum Murray 3ad1d9a853
Restructure eventing docs navigation (#5914)
* feat: restructure docs to match new navigation

Signed-off-by: Calum Murray <cmurray@redhat.com>

* fix: faq link is correct

Signed-off-by: Calum Murray <cmurray@redhat.com>

---------

Signed-off-by: Calum Murray <cmurray@redhat.com>
2024-03-20 13:37:20 +00:00
dependabot[bot] 45edc09616
Bump github.com/golang/protobuf from 1.4.3 to 1.33.0 (#5907)
* Bump google.golang.org/protobuf from 1.25.0 to 1.33.0

Bumps google.golang.org/protobuf from 1.25.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump protobuf to 1.5.4

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reto Lehmann <retocode@icloud.com>
2024-03-19 09:40:19 +00:00
Knative Automation 808540c26a
Update community files (#5908)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-18 01:30:01 +00:00
Leo Li b9474dfc2c
Sample App: Notification Service: camel slack sink (#5888)
* Adding the yaml file that create the Camel Pipe, connecting the Knative Broker and the slack sink

* Adding the first draft of the documentation for notification service

* Update the Camel-Kamelets Version

* Update the tutorial

* Fix the review comments by rearranging the sections, fix the wordings

* Compile the web pages

* Trying to add some styling

* Fix the styling

* Fix the styling

* Test how things look with modified code block

* Return to the original. Will do the web page compiling in another PR when the content is ready

* Update code-samples/eventing/bookstore-sample-app/slack-sink/README.md

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

* Make the yaml file consistent with the one in the README file

---------

Co-authored-by: Calum Murray <cmurray@redhat.com>
2024-03-15 15:29:53 +00:00
Iliia Khaprov - VMware by Broadcom d8d932bf8d
Revert "drop eventing-rabbitmq (#5861)" (#5910)
This reverts commit a0d137bc66.
2024-03-15 10:28:04 +00:00
Knative Automation 5e094593e7
upgrade to latest dependencies (#5906)
bumping knative.dev/hack e6dedc7...b9f6bf0:
  > b9f6bf0 switch default region to avoid instability (# 373)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-14 06:37:45 +00:00
Kaiz d187c5a145
Fix hard-coded version (#5902)
* fix hard-coded version of serving-core.yaml's url to env artifact

* change --8<-- to {% include %} for calling define_env
2024-03-11 06:47:12 +00:00
Ali Ok 9282b5d964
Case studies index page and link from homepage (#5869)
* Link to case studies

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

* Add a case studies page to link from homepage

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

* change the styling, and make the whole table row clickable

---------

Signed-off-by: Ali Ok <aliok@redhat.com>
Co-authored-by: Leo Li <leoli@redhat.com>
2024-03-08 20:18:11 +00:00
Scott Hirano 03bf62be60
Sample Bookstore App: DB setup for Book Review Comments (#5896)
* first commit, made table and wrote docs

* removed book id

* reduced amt of sample data

* Update code-samples/eventing/bookstore-sample-app/db/sample.sql

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

* Update code-samples/eventing/bookstore-sample-app/db/sample.sql

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

* Update code-samples/eventing/bookstore-sample-app/db/sample.sql

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

* Update code-samples/eventing/bookstore-sample-app/db/sample.sql

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

---------

Co-authored-by: Calum Murray <cmurray@redhat.com>
2024-03-08 19:32:08 +00:00
Knative Automation 46d0e55693
upgrade to latest dependencies (#5898)
Signed-off-by: Knative Automation <automation@knative.team>
2024-03-07 13:48:20 +00:00
dependabot[bot] ed0b352fd4
Bump github.com/cloudevents/sdk-go/v2 from 2.2.0 to 2.15.2 (#5894)
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.2.0 to 2.15.2.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.2.0...v2.15.2)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 06:15:06 +00:00
dependabot[bot] e9fed90050
Bump github.com/cloudevents/sdk-go/v2 (#5893)
Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.0.0-RC2 to 2.15.2.
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](https://github.com/cloudevents/sdk-go/compare/v2.0.0-RC2...v2.15.2)

---
updated-dependencies:
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 06:13:23 +00:00
Prajjwal Yadav 29695ed445
Implemented sliding animation for the adopter logos (#5878)
* added sliding animation to adopter logos

added sliding animation to adopter logos

some cleanup

* added some more corporate logos

* added a second row of adopters

* added/updated corporate logos and adjusted their styling
2024-03-05 18:01:19 +00:00
dependabot[bot] a5eb42d966
Bump mio in /code-samples/community/serving/helloworld-rust (#5892)
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 06:49:00 +00:00
Knative Automation d4a33966b2
upgrade to latest dependencies (#5886)
bumping knative.dev/hack 5f0998e...e6dedc7:
  > e6dedc7 bump various tools (# 372)
  > 7f60be0 Update community files (# 371)

Signed-off-by: Knative Automation <automation@knative.team>
2024-03-05 06:45:20 +00:00