Skip to content

Commit d3e8625

Browse files
Release/v0.12.x (#201)
* (release) prepare for v0.12 * add badges and update README
1 parent 2fed393 commit d3e8625

18 files changed

Lines changed: 39 additions & 434 deletions

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Knative Tutorial
33
on:
44
push:
55
branches:
6-
- release/0.7.x
6+
- release/v0.12.x
77
env:
88
SITE_DIR: 'gh-pages'
99
jobs:

CONTRIBUTING.adoc renamed to CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Contributing Guide
1+
# Contributing Guide
22

33
The sources of this tutorial docs is split across multiple repositories:
44

@@ -14,20 +14,20 @@ The sources of this tutorial docs is split across multiple repositories:
1414
- Camel-K based Enterprise Integration chapters:
1515
http://github.com/redhat-developer-demos/knative-tutorial-module-camelk.git
1616

17-
- Advanced Integration:
17+
- Advanced Integration:
1818
http://github.com/redhat-developer-demos/knative-tutorial-module-advanced.git
1919

20-
== Running site in development mode
20+
## Running site in development mode
2121

22-
To run the site in development mode you need to have https://yarnpkg.com[yarn] or https://nodejs.org/en/[npm] installed with https://nodejs.org[nodejs] v10.x or above.
22+
To run the site in development mode you need to have [yarn](https://yarnpkg.com) or [npm](https://nodejs.org/en/) installed with [nodejs](https://nodejs.org) v12.x or above.
2323

2424
After cloning the repositories, you can run the `yarn install` or `npm install` from the `knative-tutorial` repository to install needed nodejs packages.
2525

2626
Start the development site using `yarn run dev` or `npm run dev` command, this should open a local development site in http://localhost:3000.
2727

2828
Making any changes to your local repositories above cloned earlier, will be automatically built and the development site gets reloaded automatically.
2929

30-
== Send your contribution
30+
## Send your contribution
3131

3232
Now you are all set,
3333
- Open an Issue in http://github.com/redhat-developer-demos/knative-tutorial.git

README.adoc

Lines changed: 0 additions & 23 deletions
This file was deleted.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Knative Tutorial - Introduction to Knative
2+
![Knative Tutorial](https://github.com/redhat-developer-demos/knative-tutorial/workflows/Knative%20Tutorial/badge.svg) [![Knative Serving v0.12](https://img.shields.io/badge/Knative%20Serving-v0.12-blue)](https://knative.dev/docs/serving/)
3+
[![Knative Eventing v0.12](https://img.shields.io/badge/Knative%20Eventing-v0.12-blue)](https://knative.dev/docs/eventing/)
4+
[![Strimzi Kafka](https://img.shields.io/badge/Strimzi%20Kafka-v0.16.2-blue)](https://strimzi.io)
5+
[![Apache Camel-K](https://img.shields.io/badge/Apache%20Camel--K-v1.0.0--RC2-blue)](https://camel.apache.org/camel-k/latest/)
6+
7+
## Documentation
8+
9+
Start your serverless journey today with https://redhat-developer-demos.github.io/knative-tutorial
10+
11+
## What is Serverless
12+
13+
Serverless epitomize the very benefits of what cloud platforms promise: offload the management of infrastructure while taking advantage of a consumption model for the actual utilization of services. While there are a number of server frameworks out there, [Knative](https://knative.dev) is the first serverless platform specifically designed for Kubernetes and OpenShift.
14+
15+
This tutorial will act as step-by-step guide in helping you to understand Knative starting with setup, understanding fundamentals concepts such as service, configuration, revision etc., and finally deploying some use cases which could help deploying serverless applications.
16+
17+
This content is brought to you by [Red Hat Developer Program](http://developers.redhat.com) - Register today!
18+
19+
## Contributing
20+
21+
Please refer to the [how to contribute?](./CONTRIBUTING.md) on how you can contribute to the tutorial

advanced/observability/customer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
- image: quay.io/rhdevelopers/istio-tutorial-customer:v1
1313
env:
1414
- name: COM_REDHAT_DEVELOPER_DEMOS_CUSTOMER_REST_PREFERENCESERVICE_MP_REST_URL
15-
value: "http://preference.chapter-5.svc.cluster.local"
15+
value: "http://preference.knativetutorial.svc.cluster.local"
1616
livenessProbe:
1717
httpGet:
1818
path: /health

advanced/observability/preference.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- image: quay.io/rhdevelopers/istio-tutorial-preference:v1
1515
env:
1616
- name: COM_REDHAT_DEVELOPER_DEMOS_CUSTOMER_REST_RECOMMENDATIONSERVICE_MP_REST_URL
17-
value: "http://recommendation.chapter-5.svc.cluster.local"
17+
value: "http://recommendation.knativetutorial.svc.cluster.local"
1818
# livenessProbe:
1919
# httpGet:
2020
# path: /health

pipelines/build-and-list-target.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

pipelines/build-app-task-run.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

pipelines/build-app-task.yaml

Lines changed: 0 additions & 93 deletions
This file was deleted.

pipelines/build-resources.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)