Skip to content

Commit 1085225

Browse files
samodellknative-prow-robot
authored andcommitted
v0.4 -> v0.5 (#1149)
1 parent 4774f79 commit 1085225

13 files changed

+127
-127
lines changed

docs/build/installing-build-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To add only the Knative Build component to an existing installation:
2828
dependencies:
2929

3030
```bash
31-
kubectl apply --filename https://github.com/knative/build/releases/download/v0.4.0/build.yaml
31+
kubectl apply --filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml
3232
```
3333

3434
1. Run the

docs/install/Knative-custom-install.md

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ service mesh. If you install any of the following options, you must install
8383

8484
† These are the recommended standard install files suitable for most use cases.
8585

86-
[a]: https://github.com/knative/serving/releases/download/v0.4.0/istio-crds.yaml
87-
[b]: https://github.com/knative/serving/releases/download/v0.4.0/istio.yaml
88-
[c]: https://github.com/knative/serving/releases/download/v0.4.0/istio-lean.yaml
86+
[a]: https://github.com/knative/serving/releases/download/v0.5.0/istio-crds.yaml
87+
[b]: https://github.com/knative/serving/releases/download/v0.5.0/istio.yaml
88+
[c]: https://github.com/knative/serving/releases/download/v0.5.0/istio-lean.yaml
8989

9090
### Installing Istio
9191

@@ -113,13 +113,13 @@ service mesh. If you install any of the following options, you must install
113113
1. Create the Istio CRDs on your cluster:
114114

115115
```bash
116-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/istio-crds.yaml
116+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/istio-crds.yaml
117117
```
118118

119119
1. Install Istio by specifying the filename in the `kubectl apply` command:
120120

121121
```bash
122-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/[FILENAME].yaml
122+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/[FILENAME].yaml
123123
```
124124

125125
where `[FILENAME]` is the name of the Istio file that you want to install.
@@ -167,26 +167,26 @@ with Knative.
167167
The following Knative installation files are available:
168168

169169
- **Serving Component and Observability Plugins**:
170-
- https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml
171-
- https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml
172-
- https://github.com/knative/serving/releases/download/v0.4.0/monitoring-logs-elasticsearch.yaml
173-
- https://github.com/knative/serving/releases/download/v0.4.0/monitoring-metrics-prometheus.yaml
174-
- https://github.com/knative/serving/releases/download/v0.4.0/monitoring-tracing-zipkin.yaml
175-
- https://github.com/knative/serving/releases/download/v0.4.0/monitoring-tracing-zipkin-in-mem.yaml
170+
- https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml
171+
- https://github.com/knative/serving/releases/download/v0.5.0/monitoring.yaml
172+
- https://github.com/knative/serving/releases/download/v0.5.0/monitoring-logs-elasticsearch.yaml
173+
- https://github.com/knative/serving/releases/download/v0.5.0/monitoring-metrics-prometheus.yaml
174+
- https://github.com/knative/serving/releases/download/v0.5.0/monitoring-tracing-zipkin.yaml
175+
- https://github.com/knative/serving/releases/download/v0.5.0/monitoring-tracing-zipkin-in-mem.yaml
176176
- **Build Component**:
177-
- https://github.com/knative/build/releases/download/v0.4.0/build.yaml
177+
- https://github.com/knative/build/releases/download/v0.5.0/build.yaml
178178
- **Eventing Component**:
179-
- https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml
180-
- https://github.com/knative/eventing/releases/download/v0.4.0/eventing.yaml
181-
- https://github.com/knative/eventing/releases/download/v0.4.0/in-memory-channel.yaml
182-
- https://github.com/knative/eventing/releases/download/v0.4.0/kafka.yaml
179+
- https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml
180+
- https://github.com/knative/eventing/releases/download/v0.5.0/eventing.yaml
181+
- https://github.com/knative/eventing/releases/download/v0.5.0/in-memory-channel.yaml
182+
- https://github.com/knative/eventing/releases/download/v0.5.0/kafka.yaml
183183
- **Eventing sources**:
184-
- https://github.com/knative/eventing-sources/releases/download/v0.4.0/release.yaml
185-
- https://github.com/knative/eventing-sources/releases/download/v0.4.0/gcppubsub.yaml
186-
- https://github.com/knative/eventing-sources/releases/download/v0.4.0/message-dumper.yaml
187-
- https://github.com/knative/eventing-sources/releases/download/v0.4.0/sources.yaml
184+
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml
185+
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml
186+
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/message-dumper.yaml
187+
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/sources.yaml
188188
- **Cluster roles**:
189-
- https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
189+
- https://raw.githubusercontent.com/knative/serving/v0.5.0/third_party/config/build/clusterrole.yaml
190190

191191
#### Install details and options
192192

@@ -229,48 +229,48 @@ for details about installing the various supported observability plug-ins.
229229

230230
<!-- USE ONLY FULLY QUALIFIED URLS -->
231231

232-
[1]: https://github.com/knative/serving/releases/tag/v0.4.0
233-
[1.1]: https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml
232+
[1]: https://github.com/knative/serving/releases/tag/v0.5.0
233+
[1.1]: https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml
234234
[1.2]:
235-
https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml
235+
https://github.com/knative/serving/releases/download/v0.5.0/monitoring.yaml
236236
[1.3]:
237-
https://github.com/knative/serving/releases/download/v0.4.0/monitoring-logs-elasticsearch.yaml
237+
https://github.com/knative/serving/releases/download/v0.5.0/monitoring-logs-elasticsearch.yaml
238238
[1.4]:
239-
https://github.com/knative/serving/releases/download/v0.4.0/monitoring-metrics-prometheus.yaml
239+
https://github.com/knative/serving/releases/download/v0.5.0/monitoring-metrics-prometheus.yaml
240240
[1.5]:
241-
https://github.com/knative/serving/releases/download/v0.4.0/monitoring-tracing-zipkin.yaml
241+
https://github.com/knative/serving/releases/download/v0.5.0/monitoring-tracing-zipkin.yaml
242242
[1.6]:
243-
https://github.com/knative/serving/releases/download/v0.4.0/monitoring-tracing-zipkin-in-mem.yaml
243+
https://github.com/knative/serving/releases/download/v0.5.0/monitoring-tracing-zipkin-in-mem.yaml
244244
[2]: https://www.elastic.co/elk-stack
245245
[2.1]: https://prometheus.io
246246
[2.2]: https://grafana.com
247247
[2.3]: https://zipkin.io/
248-
[3]: https://github.com/knative/build/releases/tag/v0.4.0
249-
[3.1]: https://github.com/knative/build/releases/download/v0.4.0/build.yaml
250-
[4]: https://github.com/knative/eventing/releases/tag/v0.4.0
251-
[4.1]: https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml
248+
[3]: https://github.com/knative/build/releases/tag/v0.5.0
249+
[3.1]: https://github.com/knative/build/releases/download/v0.5.0/build.yaml
250+
[4]: https://github.com/knative/eventing/releases/tag/v0.5.0
251+
[4.1]: https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml
252252
[4.2]:
253-
https://github.com/knative/eventing/releases/download/v0.4.0/eventing.yaml
253+
https://github.com/knative/eventing/releases/download/v0.5.0/eventing.yaml
254254
[4.3]:
255-
https://github.com/knative/eventing/releases/download/v0.4.0/in-memory-channel.yaml
256-
[4.4]: https://github.com/knative/eventing/releases/download/v0.4.0/kafka.yaml
257-
[5]: https://github.com/knative/eventing-sources/releases/tag/v0.4.0
255+
https://github.com/knative/eventing/releases/download/v0.5.0/in-memory-channel.yaml
256+
[4.4]: https://github.com/knative/eventing/releases/download/v0.5.0/kafka.yaml
257+
[5]: https://github.com/knative/eventing-sources/releases/tag/v0.5.0
258258
[5.1]:
259-
https://github.com/knative/eventing-sources/releases/download/v0.4.0/release.yaml
259+
https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml
260260
[5.2]:
261-
https://github.com/knative/eventing-sources/releases/download/v0.4.0/gcppubsub.yaml
261+
https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml
262262
[5.3]:
263-
https://github.com/knative/eventing-sources/releases/download/v0.4.0/message-dumper.yaml
263+
https://github.com/knative/eventing-sources/releases/download/v0.5.0/message-dumper.yaml
264264
[5.4]:
265-
https://github.com/knative/eventing-sources/releases/download/v0.4.0/sources.yaml
265+
https://github.com/knative/eventing-sources/releases/download/v0.5.0/sources.yaml
266266
[6]:
267267
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#event-v1-core
268268
[6.1]: https://developer.github.com/v3/activity/events/types/
269269
[6.2]:
270270
https://github.com/knative/eventing-sources/blob/master/samples/cronjob-source/README.md
271271
[6.3]: https://cloud.google.com/pubsub/
272272
[7]:
273-
https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
273+
https://raw.githubusercontent.com/knative/serving/v0.5.0/third_party/config/build/clusterrole.yaml
274274

275275
### Installing Knative
276276

@@ -322,30 +322,30 @@ commands below.
322322
`[COMPONENT]`, `[VERSION]`, and `[FILENAME]` are the Knative component,
323323
release version, and filename of the Knative component or plugin. Examples:
324324

325-
- `https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml`
326-
- `https://github.com/knative/build/releases/download/v0.4.0/build.yaml`
327-
- `https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml`
328-
- `https://github.com/knative/eventing-sources/releases/download/v0.4.0/release.yaml`
325+
- `https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml`
326+
- `https://github.com/knative/build/releases/download/v0.5.0/build.yaml`
327+
- `https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml`
328+
- `https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml`
329329

330330
**Example install commands:**
331331

332332
- To install the Knative Serving component with the set of observability
333333
plug-ins:
334334

335335
```bash
336-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
337-
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml
336+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml \
337+
--filename https://github.com/knative/serving/releases/download/v0.5.0/monitoring.yaml
338338
```
339339

340340
* To install all three Knative components and the set of Eventing sources
341341
without an observability plugin:
342342

343343
```bash
344-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
345-
--filename https://github.com/knative/build/releases/download/v0.4.0/build.yaml \
346-
--filename https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml \
347-
--filename https://github.com/knative/eventing-sources/releases/download/v0.4.0/release.yaml \
348-
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
344+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml \
345+
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
346+
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
347+
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
348+
--filename https://raw.githubusercontent.com/knative/serving/v0.5.0/third_party/config/build/clusterrole.yaml
349349
```
350350

351351
1. Depending on what you chose to install, view the status of your installation

docs/install/Knative-with-AKS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Knative depends on Istio.
142142
1. Install Istio:
143143

144144
```bash
145-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/istio-crds.yaml && \
146-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/istio.yaml
145+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/istio-crds.yaml && \
146+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/istio.yaml
147147
```
148148

149149
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are also
@@ -197,12 +197,12 @@ your Knative installation, see
197197
1. Run the `kubectl apply` command to install Knative and its dependencies:
198198

199199
```bash
200-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
201-
--filename https://github.com/knative/build/releases/download/v0.4.0/build.yaml \
202-
--filename https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml \
203-
--filename https://github.com/knative/eventing-sources/releases/download/v0.4.0/release.yaml \
204-
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
205-
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
200+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml \
201+
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
202+
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
203+
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
204+
--filename https://github.com/knative/serving/releases/download/v0.5.0/monitoring.yaml \
205+
--filename https://raw.githubusercontent.com/knative/serving/v0.5.0/third_party/config/build/clusterrole.yaml
206206
```
207207

208208
> **Note**: If your install fails on the first attempt, try rerunning the

docs/install/Knative-with-Docker-for-Mac.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Knative depends on Istio. Run the following to install Istio. (This changes
3737
`LoadBalancer` to `NodePort` for the `istio-ingress` service).
3838

3939
```shell
40-
curl -L https://github.com/knative/serving/releases/download/v0.4.0/istio.yaml \
40+
curl -L https://github.com/knative/serving/releases/download/v0.5.0/istio.yaml \
4141
| sed 's/LoadBalancer/NodePort/' \
4242
| kubectl apply --filename -
4343

@@ -64,11 +64,11 @@ rerun the command to see the current status.
6464
Next, install [Knative Serving](https://github.com/knative/serving).
6565

6666
Because you have limited resources available, use the
67-
`https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml` file,
67+
`https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml` file,
6868
which installs only Knative Serving:
6969

7070
```shell
71-
curl -L https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
71+
curl -L https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml \
7272
| sed 's/LoadBalancer/NodePort/' \
7373
| kubectl apply --filename -
7474
```

docs/install/Knative-with-GKE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ Knative depends on Istio.
148148
1. Install Istio:
149149

150150
```bash
151-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/istio-crds.yaml && \
152-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/istio.yaml
151+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/istio-crds.yaml && \
152+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/istio.yaml
153153
```
154154

155155
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are also
@@ -207,12 +207,12 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
207207
1. Run the `kubectl apply` command to install Knative and its dependencies:
208208

209209
```bash
210-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
211-
--filename https://github.com/knative/build/releases/download/v0.4.0/build.yaml \
212-
--filename https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml \
213-
--filename https://github.com/knative/eventing-sources/releases/download/v0.4.0/release.yaml \
214-
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
215-
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
210+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml \
211+
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
212+
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
213+
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
214+
--filename https://github.com/knative/serving/releases/download/v0.5.0/monitoring.yaml \
215+
--filename https://raw.githubusercontent.com/knative/serving/v0.5.0/third_party/config/build/clusterrole.yaml
216216
```
217217

218218
> **Note**: If your install fails on the first attempt, try rerunning the

docs/install/Knative-with-Gardener.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ Knative depends on Istio.
7777
1. Install Istio:
7878

7979
```bash
80-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/istio-crds.yaml && \
81-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/istio.yaml
80+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/istio-crds.yaml && \
81+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/istio.yaml
8282
```
8383

8484
Note: the resources (CRDs) defined in the `istio-crds.yaml`file are also
@@ -133,12 +133,12 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
133133
1. Run the `kubectl apply` command to install Knative and its dependencies:
134134
135135
```bash
136-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
137-
--filename https://github.com/knative/build/releases/download/v0.4.0/build.yaml \
138-
--filename https://github.com/knative/eventing/releases/download/v0.4.0/release.yaml \
139-
--filename https://github.com/knative/eventing-sources/releases/download/v0.4.0/release.yaml \
140-
--filename https://github.com/knative/serving/releases/download/v0.4.0/monitoring.yaml \
141-
--filename https://raw.githubusercontent.com/knative/serving/v0.4.0/third_party/config/build/clusterrole.yaml
136+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.0/serving.yaml \
137+
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
138+
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
139+
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
140+
--filename https://github.com/knative/serving/releases/download/v0.5.0/monitoring.yaml \
141+
--filename https://raw.githubusercontent.com/knative/serving/v0.5.0/third_party/config/build/clusterrole.yaml
142142
```
143143
144144
> **Note**: If your install fails on the first attempt, try rerunning the

0 commit comments

Comments
 (0)