Skip to content

Commit

Permalink
feat: Updated to Knative v0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kameshsampath committed Mar 1, 2021
1 parent d9d3480 commit 1153e2c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Knative Tutorial

on:
push:
tags:
- "v1.13"
branches:
- release-v1.13.*
env:
SITE_DIR: "gh-pages"

Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
env:
SITE_DIR: 'gh-pages'
STAGING_REPO: 'redhat-developer-docs/knative-tutorial-staging'
Expand Down Expand Up @@ -35,3 +32,9 @@ jobs:
publish_branch: "gh-pages"
external_repository: "${{ env.STAGING_REPO }}"
full_commit_message: ${{ github.event.head_commit.message }}
- uses: GoogleCloudPlatform/release-please-action@v2.7.0
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
bump-minor-pre-major: true
3 changes: 0 additions & 3 deletions documentation/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ include::ROOT:partial$camelk-nav.adoc[]

.xref:advanced:index.adoc[Advanced]
include::ROOT:partial$advanced-nav.adoc[]

.Appendix
* xref:serving:faq.adoc[Frequently Asked Questions]
1 change: 0 additions & 1 deletion documentation/modules/serving/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ endif::[]
*** xref:scaling.adoc#scaling-deploy-service-minscale[Deploy Service]
** xref:scaling.adoc#scaling-cleanup[Cleanup]

* xref:faq.adoc[Frequently Asked Questions]
18 changes: 0 additions & 18 deletions documentation/modules/serving/pages/faq.adoc

This file was deleted.

22 changes: 13 additions & 9 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,26 @@ site:
content:
sources:
- url: git@github.com:redhat-developer-demos/knative-tutorial.git
tags: v1.11
tags: v1.13.0
branches: []
start_path: documentation
asciidoc:
attributes:
tutorial-namespace: knativetutorial
branch: release/1.x
branch: v1.13.0
workshop-domain: guru.devx.red
minikube-version: v1.14.1
minikube-version: v1.17.1
openshift-version: v4.6
kubernetes-version: v1.19.0
knative-version: v0.17.0
knative-serving-version: v0.17.4
net-kourier-version: v0.17.2
knative-eventing-version: v0.17.8
knative-sources-version: v0.17.7
kn-client-version: v0.17.3
knative-version: v0.19.0
knative-serving-version: v0.19.0
net-kourier-version: v0.19.0
knative-eventing-version: v0.19.2
knative-sources-version: v0.19.0
kn-client-version: v0.19.1
camel-source-version: v0.19.0
kafka-source-version: v0.19.3
kamel-version: 1.3.1
kubernetes-cli: kubectl
release-version: master
page-pagination: true
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.11.0

0 comments on commit 1153e2c

Please sign in to comment.