This commit updates two of the examples in this repository that use the
Node.js CloudEvents module. A newer version of the module has been released
and the examples have been updated to use it. The newer version allows us
to eliminate a dependency on axios, and simplify the example code.
Signed-off-by: Lance Ball <lball@redhat.com>
* clean up serving tutorial
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* update with review comments
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* Adding install links to overview pages
Per issue #4848
* Update to PR 4853
Consolidated into one link
* Changed absolutle to relative links
* Changed "via" to "using" and changed headers
* Moved Installation section up in both Eventing and Serving
* Fixed spacing
* fix rmq release notes for blog
* update release blog formatting and add contributor
* Update blog/docs/releases/announcing-knative-v1-3-release.md
Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
* Update blog/docs/releases/announcing-knative-v1-3-release.md
Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
Co-authored-by: Paul Schweigert <paulschw@us.ibm.com>
* Adds github action for building on push to release branch
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* restrict to 1.3 branch
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* update release docs for dot-release job
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* linking and verbiage
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* add to toc
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* build all 1.x release branches
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* build the site nightly
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* updates instructions on running mkdocs locally in docker
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* remove whitespace
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* style
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* update macro to lookup point releases for artifacts
* remove trailing whitespace
* use vargs to be explicit
* name the github client more explicitly
* drop pre-v1 support
* better naming for GithubRleases
* remove the full knative-prefix
* allow the macro helper to accept knative-v1.3.0 and v1.30.0
* handle the repos with bad tags
* better log message
* support go tag format as a fallback
* refactor so we use the GitHub release tag
Some repos we link to don't have the knative- prefix in their release tag
* adds list of kn plugins to docs
* remove trailing whitespace
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* review fixes
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* linting
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* single install location
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* fix link
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* adds security page to site
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* remove whitespace
Signed-off-by: Paul S. Schweigert <paulschw@us.ibm.com>
* add vendor blogs to cncf announcement
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* link to adopters
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* added vmware
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* update blog menu and files
Signed-off-by: Carlos Santana <csantana23@gmail.com>
* addressed review comments
Signed-off-by: Carlos Santana <csantana23@gmail.com>