Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Knative Tutorial
on:
push:
branches:
- release-v1.13.*
- release-v1.13.0
env:
SITE_DIR: "gh-pages"

Expand All @@ -22,7 +22,8 @@ jobs:
id: deploy_site
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: "${{ secrets.TKN_STAGING_SITE_DEPLOY }}"
#deploy_key: "${{ secrets.TKN_STAGING_SITE_DEPLOY }}"
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: "${{ env.SITE_DIR }}"
publish_branch: "gh-pages"
full_commit_message: "[CI]${{ github.event.head_commit.message }}"
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [1.13.0](https://www.github.com/redhat-developer-demos/knative-tutorial/compare/v1.12.0...v1.13.0) (2021-03-01)


### Features

* add content based router demo ([1138a5e](https://www.github.com/redhat-developer-demos/knative-tutorial/commit/1138a5ef1d3d4b8fcf0b1a0c7a3db484cc3f7bc3)), closes [#36](https://www.github.com/redhat-developer-demos/knative-tutorial/issues/36)
* add get started section for eventing with camel ([5ab91ea](https://www.github.com/redhat-developer-demos/knative-tutorial/commit/5ab91ea2067f2fd0631410540f7c9779a93568c1)), closes [#34](https://www.github.com/redhat-developer-demos/knative-tutorial/issues/34)
* add poll enrich eip module and upgrade knative to v0.4.0 ([5601991](https://www.github.com/redhat-developer-demos/knative-tutorial/commit/5601991731ef16ac159fa4b06ef244f017f0a1f3)), closes [#42](https://www.github.com/redhat-developer-demos/knative-tutorial/issues/42) [#35](https://www.github.com/redhat-developer-demos/knative-tutorial/issues/35)
* Updated to Knative v0.19 ([1153e2c](https://www.github.com/redhat-developer-demos/knative-tutorial/commit/1153e2cab75f8268c6a04cac1672d59587eecead))
* Upgrade to Knative v0.19 ([8583289](https://www.github.com/redhat-developer-demos/knative-tutorial/commit/8583289ebe69d0aff4f8afb4f35f1298215014e6))


### Bug Fixes

* Hello -> Namaste ([647446c](https://www.github.com/redhat-developer-demos/knative-tutorial/commit/647446c5b5446650f54316de5575011e3dcf9f9f)), closes [#25](https://www.github.com/redhat-developer-demos/knative-tutorial/issues/25) [#26](https://www.github.com/redhat-developer-demos/knative-tutorial/issues/26)
* revert remote image url in greeter service ([7ba2558](https://www.github.com/redhat-developer-demos/knative-tutorial/commit/7ba25589ccb095af920dcae11cafbfca4f022202))
* staging site update versions ([3510e32](https://www.github.com/redhat-developer-demos/knative-tutorial/commit/3510e3256fb2fd372e9cde0eb3969ab3039ba225))
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Knative Tutorial - Introduction to Knative

![Knative Tutorial](https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg) [![Knative Serving v0.17](https://img.shields.io/badge/Knative%20Serving-v0.17-blue)](https://knative.dev/docs/serving/)
[![Knative Eventing v0.17](https://img.shields.io/badge/Knative%20Eventing-v0.17-blue)](https://knative.dev/docs/eventing/)
![Knative Tutorial](https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg) [![Knative Serving v0.19](https://img.shields.io/badge/Knative%20Serving-v0.19-blue)](https://knative.dev/docs/serving/)
[![Knative Eventing v0.19](https://img.shields.io/badge/Knative%20Eventing-v0.19-blue)](https://knative.dev/docs/eventing/)
[![Strimzi Kafka](https://img.shields.io/badge/Strimzi%20Kafka-v0.20.0-blue)](https://strimzi.io)
[![Apache Camel-K](https://img.shields.io/badge/Apache%20Camel--K-v1.2.0-blue)](https://camel.apache.org/camel-k/latest/)
[![OpenShift Serverless](https://img.shields.io/badge/OpenShift%20Serverless-v1.11-blue)](https://www.openshift.com/learn/topics/serverless)
[![Apache Camel-K](https://img.shields.io/badge/Apache%20Camel--K-v1.3.1-blue)](https://camel.apache.org/camel-k/latest/)
[![OpenShift Serverless](https://img.shields.io/badge/OpenShift%20Serverless-v1.13-blue)](https://www.openshift.com/learn/topics/serverless)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.13.0