diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5cfef0ac..2a938867 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ name: Knative Tutorial on: push: branches: - - release-v1.13.* + - release-v1.13.0 env: SITE_DIR: "gh-pages" @@ -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 }}" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..4ccaa711 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 3dbd10d1..3357c114 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/version.txt b/version.txt index 169f19b4..feaae22b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.11.0 \ No newline at end of file +1.13.0