File tree 7 files changed +22
-36
lines changed 7 files changed +22
-36
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Knative Tutorial
2
2
3
3
on :
4
4
push :
5
- tags :
6
- - " v1.13"
5
+ branches :
6
+ - release- v1.13.*
7
7
env :
8
8
SITE_DIR : " gh-pages"
9
9
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
- pull_request :
8
- branches :
9
- - master
10
7
env :
11
8
SITE_DIR : ' gh-pages'
12
9
STAGING_REPO : ' redhat-developer-docs/knative-tutorial-staging'
35
32
publish_branch : " gh-pages"
36
33
external_repository : " ${{ env.STAGING_REPO }}"
37
34
full_commit_message : ${{ github.event.head_commit.message }}
35
+ - uses : GoogleCloudPlatform/release-please-action@v2.7.0
36
+ id : release
37
+ with :
38
+ token : ${{ secrets.GITHUB_TOKEN }}
39
+ release-type : simple
40
+ bump-minor-pre-major : true
Original file line number Diff line number Diff line change @@ -12,6 +12,3 @@ include::ROOT:partial$camelk-nav.adoc[]
12
12
13
13
.xref:advanced:index.adoc[Advanced]
14
14
include::ROOT:partial$advanced-nav.adoc[]
15
-
16
- .Appendix
17
- * xref:serving:faq.adoc[Frequently Asked Questions]
Original file line number Diff line number Diff line change @@ -65,4 +65,3 @@ endif::[]
65
65
*** xref:scaling.adoc#scaling-deploy-service-minscale[Deploy Service]
66
66
** xref:scaling.adoc#scaling-cleanup[Cleanup]
67
67
68
- * xref:faq.adoc[Frequently Asked Questions]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
content :
10
10
sources :
11
11
- url : git@github.com:redhat-developer-demos/knative-tutorial.git
12
- tags : v1.11
12
+ tags : v1.13
13
+ branches : []
13
14
start_path : documentation
14
15
asciidoc :
15
16
attributes :
16
17
tutorial-namespace : knativetutorial
17
- branch : release/1.x
18
+ branch : v1.13
18
19
workshop-domain : guru.devx.red
19
- minikube-version : v1.14 .1
20
+ minikube-version : v1.17 .1
20
21
openshift-version : v4.6
21
22
kubernetes-version : v1.19.0
22
- knative-version : v0.17.0
23
- knative-serving-version : v0.17.4
24
- net-kourier-version : v0.17.2
25
- knative-eventing-version : v0.17.8
26
- knative-sources-version : v0.17.7
27
- kn-client-version : v0.17.3
23
+ knative-version : v0.19.0
24
+ knative-serving-version : v0.19.0
25
+ net-kourier-version : v0.19.0
26
+ knative-eventing-version : v0.19.2
27
+ knative-sources-version : v0.19.0
28
+ kn-client-version : v0.19.1
29
+ camel-source-version : v0.19.0
30
+ kafka-source-version : v0.19.3
31
+ kamel-version : 1.3.1
28
32
kubernetes-cli : kubectl
29
33
release-version : master
30
34
page-pagination : true
Original file line number Diff line number Diff line change
1
+ 1.11.0
You can’t perform that action at this time.
0 commit comments