Commit Graph

3193 Commits

Author SHA1 Message Date
Knative Prow Robot 1b58a54a89
[release-1.12] Document how to set Kafka Topic config options (#5860)
* doc: documented how to set topic config

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

* doc: add link to allowed kafka topic config options

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

---------

Signed-off-by: Calum Murray <cmurray@redhat.com>
Co-authored-by: Calum Murray <cmurray@redhat.com>
2024-03-19 15:20:32 +00:00
Iliia Khaprov - VMware by Broadcom 97d87bb0ba
Revert "add deprecation notices for rabbitmq integration (#5863)" (#5912)
This reverts commit ba2c87ef31.
2024-03-15 13:27:19 +00:00
Knative Prow Robot 899514e6da
queue-sidecar annotations should be defined under spec.template.metadata.annotations (#5870)
Co-authored-by: Martin Gencur <mgencur@redhat.com>
2024-02-16 07:26:36 +00:00
Dave Protasowski ba2c87ef31
add deprecation notices for rabbitmq integration (#5863) 2024-02-12 17:22:15 +00:00
Knative Prow Robot e0f6925aee
Update transport-encryption.md (#5832)
Fix: https://github.com/knative/docs/issues/5823
In the doc linked below,
https://knative.dev/docs/eventing/experimental-features/transport-encryption/#prerequisites

Eventing installation should be linked to https://knative.dev/docs/install/

Co-authored-by: Yan Song Liu <lysliu@cn.ibm.com>
2024-01-26 09:22:42 +00:00
Knative Prow Robot a5fc087766
[release-1.12] Resolved the bug in the default styling of note (#5813)
* Resolved the bug in the default styling of note

Signed-off-by: Abhay <abhayetwup123@gmail.com>

* resolved spaces

Signed-off-by: Abhay <abhayetwup123@gmail.com>

* Resolved Link-Not-Opening

Signed-off-by: Abhay <abhayetwup123@gmail.com>

---------

Signed-off-by: Abhay <abhayetwup123@gmail.com>
Co-authored-by: Abhay <abhayetwup123@gmail.com>
2024-01-08 06:59:20 +00:00
Knative Prow Robot 731a5914d3
Updated Copywrite Information (#5809)
Signed-off-by: Abhay <abhayetwup123@gmail.com>
Co-authored-by: Abhay <abhayetwup123@gmail.com>
2024-01-04 13:50:38 +00:00
Knative Prow Robot 942bf48a61
Enable copy for code blocks (#5808)
Co-authored-by: Reto Lehmann <retocode@icloud.com>
2024-01-04 13:47:29 +00:00
Knative Prow Robot c85b47aafd
Use create instead of apply (#5793)
Co-authored-by: Reto Lehmann <retocode@icloud.com>
2023-12-07 09:33:06 +00:00
Knative Prow Robot 68e6f6ee22
fix links to files on installation files page (#5786)
Use artifact macro to generate the link to the appropriate files.

Co-authored-by: prushh <davide.pruscini@gmail.com>
2023-12-05 10:27:51 +00:00
Knative Prow Robot 331bdcbdb7
Extend the update documentation for CRD changes (#5781)
Co-authored-by: Reto Lehmann <retocode@icloud.com>
2023-11-30 07:03:50 +00:00
Knative Prow Robot 9f47cc50b3
change in doc - progress deadline annotation on per revision basis (#5777)
Co-authored-by: navinag1989 <navinag1989@gmail.com>
2023-11-28 15:48:05 +00:00
Dave Protasowski ac2cda45a3
add deprecation notices for net-http01 (#5762) 2023-11-21 07:48:46 +00:00
Knative Prow Robot d60c9ebe80
[release-1.12] Fix deprecation warnings and update CSS (#5748)
* Fix deprecation warnings and update CSS

* fix order of right nav in blog

---------

Co-authored-by: Reto Lehmann <retocode@icloud.com>
2023-11-06 12:34:52 +00:00
Si Bell 1ad1fe5695
feat: PingSource schedule seconds support documented (#5737) 2023-10-26 15:37:36 +00:00
Naina Singh ff76d17337
Update nav.yml for navigating blog post about kubecon na 23 (#5735)
Update nav.yml for navigating blog post about kubecon na 23
2023-10-25 05:37:00 +00:00
Naina Singh 787c1933f6
Rename knative-at-kubecon-na-2024.md to knative-at-kubecon-na-2023.md (#5734)
* Rename knative-at-kubecon-na-2024.md to knative-at-kubecon-na-2023.md

Changing the file name

* Update knative-at-kubecon-na-2023.md

Adding suggestions from Lance and updating the date
2023-10-25 05:21:38 +00:00
Naina Singh 5e12c530ed
Blog post about knative presence in KubeCon NA 2023 (#5733)
Blog post about knative presence in KubeCon NA 2023
2023-10-24 16:11:30 +00:00
Knative Automation 955c6a2124
upgrade to latest dependencies (#5731)
bumping knative.dev/hack fc76874...2c938d4:
  > 2c938d4 Update community files (# 337)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-24 05:15:06 +00:00
Saksham Misra 29e5a96584
[UPDATED] twitter logo (#5725)
* Update home.html

* Update home.html

* Update home.html

* update

* added svg file

* svg build

* try

* Delete overrides/x-twitter.svg
2023-10-23 16:12:06 +00:00
Kenjiro Nakayama 22c6a55794
Revert "Fix deprecation warning (#5727)" (#5730)
This reverts commit 7aed08da13.
2023-10-23 13:05:56 +00:00
Kenjiro Nakayama 7aed08da13
Fix deprecation warning (#5727) 2023-10-23 09:13:57 +00:00
Todor Todorov 3011f84008
Helloworld rust/bump dependencies (#5726)
* Bump versions of the dependencies

This resolves the following error when trying to build the app:

package `socket2 v0.5.5` cannot be built because it requires rustc 1.63 or newer

* Update the documentation

Currently, when following the steps to recreate the sample code,
we will face the following errors when trying to build the app:

error: edition 2021 is unstable and only available with -Z unstable-options.

error: could not compile `proc-macro2`
2023-10-23 02:47:47 +00:00
Saksham Misra 9bef313407
[UPDATED] the home page svg file (#5721)
* Changed the svg file

* added both pictures

* Delete knative_flowchart_graphic.svg

* Replaced

* rerouted

* Update overrides/home.html

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

---------

Co-authored-by: Calum Murray <cmurray@redhat.com>
2023-10-20 02:27:50 +00:00
Ofey Chan 729b03c1c8
Explain what `sample application` is, in `no-dns.md` (#5676)
* Explain what `sample application` is, in `no-dns.md`

* Update no-dns.md
2023-10-19 13:31:39 +00:00
cola c72897b71e
new trigger filters now in beta (#5713)
* new trigger filters now in beta

Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>

* update new-trigger-filters to Beta

Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>

* use relative filepaths,

Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>

---------

Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
2023-10-16 15:19:47 +00:00
Knative Automation 6e5ce8d5c3
Update community files (#5719)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-16 13:16:38 +00:00
Micah Gafford c522018a24
Source cloudevents revision (#5715)
* update expected revision name

* rm diff revision message
2023-10-13 07:08:54 +00:00
Shreyash Kashyap 868e904c42
Update README.md (#5716) 2023-10-13 05:23:54 +00:00
Knative Automation a5809a0f0a
upgrade to latest dependencies (#5714)
bumping knative.dev/hack f2f9b6f...fc76874:
  > fc76874 Update community files (# 333)
  > 1588988 Update community files (# 327)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-12 13:19:51 +00:00
dependabot[bot] 4b0466c732
Bump golang.org/x/net from 0.7.0 to 0.17.0 (#5712)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.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>
2023-10-12 06:32:27 +00:00
Dave Protasowski af770359cc
control-protocol is still used in Knative 1.10 (#5711) 2023-10-11 20:19:38 +00:00
Knative Automation 7e8a385477
Update community files (#5708)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-10 13:15:05 +00:00
Knative Automation acd79705c2
Update community files (#5706)
Signed-off-by: Knative Automation <automation@knative.team>
2023-10-06 13:11:20 +00:00
Calum Murray 76afdd587f
Added kafka features config map to kafka broker docs (#5622)
* Added kafka features config map to kafka broker docs

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

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

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

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

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

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

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

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

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

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

* Update docs/eventing/brokers/broker-types/kafka-broker/README.md

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

* Moved kafka features config info to new page

* Apply suggestions from code review

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

* Follow example from serving for documenting configmap keys

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

* Fix macro

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

---------

Signed-off-by: Calum Murray <cmurray@redhat.com>
Co-authored-by: Leo Li <leoli@redhat.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
2023-10-05 15:57:06 +00:00
Reto Lehmann 6d938133f7
Rename and reword `auto-tls` feature to `external-domain-tls` (#5692)
* Rename and reword `auto-tls` feature to `external-domain-tls`

* Fix redirects

* Fix broken links
2023-10-05 05:57:06 +00:00
Evgenii Khrunov 1b7a1b0e4d
Links added to target page from metrics page (#5674) 2023-10-04 09:20:05 +00:00
Knative Automation f9598dc8b9
upgrade to latest dependencies (#5694)
bumping knative.dev/hack 38316f2...f2f9b6f:
  > f2f9b6f Vendorless docs (# 324)
  > 46659bc Update actions (# 323)
  > 403114f Manual shellcheck (# 321)
  > 74aa02a 🐛 Remove deps from go.mod for knative.dev/hack (# 320)
  > 34850cd Update community files (# 319)
  > da6e74c 🐛 The `go.work.sum` don't influence the dependencies resolution (# 317)
  > c4a34c3 Collect LICENSE files from all dependencies, even without vendor dir (# 316)

Signed-off-by: Knative Automation <automation@knative.team>
2023-10-03 06:54:52 +00:00
Micah Gafford 2658c41c47
update expected revision name for quickstart service (#5702) 2023-10-03 06:03:52 +00:00
Micah Gafford d79909862f
update kn + quickstart installs for consistency (#5700) 2023-09-28 20:38:33 +00:00
cola 05746c66ec
correct Event Type AutoCreate flag name (#5686)
Signed-off-by: pingjiang <xiangpingjiang1998@gmail.com>
2023-09-27 12:24:00 +00:00
Pierangelo Di Pilato 712f06a818
Document how to trust specific CA certs for event senders (#5697)
* Document how to trust specific CA certs for event senders

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>

* Update docs/eventing/experimental-features/transport-encryption.md

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

---------

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
2023-09-25 11:19:22 +00:00
Knative Automation 72aa7ce3dd
Update community files (#5693)
Signed-off-by: Knative Automation <automation@knative.team>
2023-09-22 15:09:51 +00:00
Reto Lehmann 503c9ced41
Bump min-k8s version to 1.26 (#5695) 2023-09-22 13:58:31 +00:00
Vincent c0fec99f25
Added the golang redirect for serving-progressive-rollout (#5691) 2023-09-21 18:10:18 +00:00
Knative Automation 77f2a48e1c
upgrade to latest dependencies (#5667)
bumping knative.dev/hack d7fde30...38316f2:
  > 38316f2 Upgrade the Go tools to latest ones (# 312)
  > 0bb79ff Update community files (# 314)
  > 3af329f Update community files (# 313)
  > 760813a Allow to not vendor the dependencies (# 311)
  > f63d16e 🎁 Source embedded hack scripts (# 222)
  > 9cc05a3 Deprecate calling kubetest2 via kntest (# 230)
  > 044c02b Update community files (# 309)
  > 3403e35 Update e2e-kind.sh (# 308)
  > ab12e24 Update community files (# 306)
  > a75befb Update community files (# 305)

Signed-off-by: Knative Automation <automation@knative.team>
2023-09-20 02:35:12 +00:00
Husni Alhamdani 8a71d34283
Update configuring-serving-cr.md (#5688)
Fix typo in customizing kourier-bootstrap for Kourier gateway
2023-09-20 02:32:11 +00:00
Calum Murray 8b10c284ae
Getting started blog p2 (#5636)
* Wrote article contents

* Added images to post

Signed-off-by: Calum Murray <cmurray@redhat.com>
Co-authored-by: Leo Li <leoli@redhat.com>

* Put images into post

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

* Added article to site nav

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

* Apply suggestions from code review

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

* Applied review comments

* Apply suggestions from code review

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

* Mentioned community edition of IntelliJ IDEA

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

* Update the image quality

* Updated links between posts

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

* Bump blog date

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

* Fix some links

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

* Update blog/docs/articles/getting-started-blog-p2.md

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

* Switched to using interactive docker login command

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

* Added mention of WSL for windows users

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

* Add missing period

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

* fixing typos

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

---------

Signed-off-by: Calum Murray <cmurray@redhat.com>
Co-authored-by: Leo Li <leoli@redhat.com>
Co-authored-by: Christoph Stäbler <cstabler@redhat.com>
2023-09-18 11:00:02 +00:00
Unnati Mishra 661e5724a0
Removed Kafka Binding doc and its references (#5684)
Signed-off-by: CodebyUnnati <unnaticse2019@gmail.com>
2023-09-18 09:47:43 +00:00
Knative Automation 6aca04bc19
Update community files (#5683)
Signed-off-by: Knative Automation <automation@knative.team>
2023-09-14 01:27:42 +00:00