Skip to content

Commit 7638203

Browse files
grantrknative-prow-robot
authored andcommitted
Update release versions from v0.5.x to v0.6.0 (#1334)
1 parent b1ed0ff commit 7638203

File tree

12 files changed

+116
-116
lines changed

12 files changed

+116
-116
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.5.0/build.yaml
31+
kubectl apply --filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml
3232
```
3333

3434
1. Run the

docs/eventing/samples/gcp-pubsub-source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source is most useful as a bridge from other GCP services, such as
2020
PubSub event source from `release-gcppubsub.yaml`:
2121

2222
```shell
23-
kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml
23+
kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml
2424
```
2525

2626
1. Enable the `Cloud Pub/Sub API` on your project:

docs/eventing/samples/iot-core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export IOTCORE_TOPIC_DEVICE="iot-demo-device-pubsub-topic"
8080
controller.
8181
8282
```shell
83-
kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml
83+
kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml
8484
```
8585
8686
### Deploying
@@ -207,5 +207,5 @@ To cleanup the knative resources:
207207
1. Remove the `GcpPubSubSource` controller:
208208

209209
```shell
210-
kubectl delete --filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml
210+
kubectl delete --filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml
211211
```

docs/install/Knative-custom-install.md

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -68,29 +68,29 @@ with Knative.
6868
The following Knative installation files are available:
6969

7070
- **Serving Component and Observability Plugins**:
71-
- https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml
72-
- https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml
73-
- https://github.com/knative/serving/releases/download/v0.5.2/monitoring-logs-elasticsearch.yaml
74-
- https://github.com/knative/serving/releases/download/v0.5.2/monitoring-metrics-prometheus.yaml
71+
- https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml
72+
- https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml
73+
- https://github.com/knative/serving/releases/download/v0.6.0/monitoring-logs-elasticsearch.yaml
74+
- https://github.com/knative/serving/releases/download/v0.6.0/monitoring-metrics-prometheus.yaml
7575
- https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger.yaml
7676
- https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger-in-mem.yaml
77-
- https://github.com/knative/serving/releases/download/v0.5.2/monitoring-tracing-zipkin.yaml
78-
- https://github.com/knative/serving/releases/download/v0.5.2/monitoring-tracing-zipkin-in-mem.yaml
77+
- https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin.yaml
78+
- https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin-in-mem.yaml
7979
- **Build Component**:
80-
- https://github.com/knative/build/releases/download/v0.5.0/build.yaml
80+
- https://github.com/knative/build/releases/download/v0.6.0/build.yaml
8181
- **Eventing Component**:
82-
- https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml
83-
- https://github.com/knative/eventing/releases/download/v0.5.0/eventing.yaml
84-
- https://github.com/knative/eventing/releases/download/v0.5.0/in-memory-channel.yaml
85-
- https://github.com/knative/eventing/releases/download/v0.5.0/kafka.yaml
82+
- https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml
83+
- https://github.com/knative/eventing/releases/download/v0.6.0/eventing.yaml
84+
- https://github.com/knative/eventing/releases/download/v0.6.0/in-memory-channel.yaml
85+
- https://github.com/knative/eventing/releases/download/v0.6.0/kafka.yaml
8686
- **Eventing sources**:
87-
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml
88-
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/camel.yaml
89-
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml
90-
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/kafka.yaml
91-
- https://github.com/knative/eventing-sources/releases/download/v0.5.0/event-display.yaml
87+
- https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml
88+
- https://github.com/knative/eventing-sources/releases/download/v0.6.0/camel.yaml
89+
- https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml
90+
- https://github.com/knative/eventing-sources/releases/download/v0.6.0/kafka.yaml
91+
- https://github.com/knative/eventing-sources/releases/download/v0.6.0/event-display.yaml
9292
- **Cluster roles**:
93-
- https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/config/build/clusterrole.yaml
93+
- https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
9494

9595
#### Install details and options
9696

@@ -140,60 +140,60 @@ for details about installing the various supported observability plugins.
140140

141141
<!-- USE ONLY FULLY QUALIFIED URLS -->
142142

143-
[1]: https://github.com/knative/serving/releases/tag/v0.5.2
144-
[1.1]: https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml
143+
[1]: https://github.com/knative/serving/releases/tag/v0.6.0
144+
[1.1]: https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml
145145
[1.2]:
146-
https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml
146+
https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml
147147
[1.3]:
148-
https://github.com/knative/serving/releases/download/v0.5.2/monitoring-logs-elasticsearch.yaml
148+
https://github.com/knative/serving/releases/download/v0.6.0/monitoring-logs-elasticsearch.yaml
149149
[1.4]:
150-
https://github.com/knative/serving/releases/download/v0.5.2/monitoring-metrics-prometheus.yaml
150+
https://github.com/knative/serving/releases/download/v0.6.0/monitoring-metrics-prometheus.yaml
151151
[1.5]:
152152
https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger.yaml
153153
[1.6]:
154154
https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-jaeger-in-mem.yaml
155155
[1.7]:
156-
https://github.com/knative/serving/releases/download/v0.5.2/monitoring-tracing-zipkin.yaml
156+
https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin.yaml
157157
[1.8]:
158-
https://github.com/knative/serving/releases/download/v0.5.2/monitoring-tracing-zipkin-in-mem.yaml
158+
https://github.com/knative/serving/releases/download/v0.6.0/monitoring-tracing-zipkin-in-mem.yaml
159159
[2]: https://www.elastic.co/elk-stack
160160
[2.1]: https://prometheus.io
161161
[2.2]: https://grafana.com
162162
[2.3]: https://zipkin.io/
163163
[2.4]: https://jaegertracing.io/
164164
[2.5]: https://github.com/jaegertracing/jaeger-operator#installing-the-operator
165-
[3]: https://github.com/knative/build/releases/tag/v0.5.2
166-
[3.1]: https://github.com/knative/build/releases/download/v0.5.0/build.yaml
167-
[4]: https://github.com/knative/eventing/releases/tag/v0.5.2
168-
[4.1]: https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml
165+
[3]: https://github.com/knative/build/releases/tag/v0.6.0
166+
[3.1]: https://github.com/knative/build/releases/download/v0.6.0/build.yaml
167+
[4]: https://github.com/knative/eventing/releases/tag/v0.6.0
168+
[4.1]: https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml
169169
[4.2]:
170-
https://github.com/knative/eventing/releases/download/v0.5.0/eventing.yaml
170+
https://github.com/knative/eventing/releases/download/v0.6.0/eventing.yaml
171171
[4.3]:
172-
https://github.com/knative/eventing/releases/download/v0.5.0/in-memory-channel.yaml
173-
[4.4]: https://github.com/knative/eventing/releases/download/v0.5.0/kafka.yaml
174-
[4.5]: https://github.com/knative/eventing/releases/download/v0.5.0/natss.yaml
175-
[4.6]: https://github.com/knative/eventing/releases/download/v0.5.0/gcp-pubsub.yaml
176-
[5]: https://github.com/knative/eventing-sources/releases/tag/v0.5.2
172+
https://github.com/knative/eventing/releases/download/v0.6.0/in-memory-channel.yaml
173+
[4.4]: https://github.com/knative/eventing/releases/download/v0.6.0/kafka.yaml
174+
[4.5]: https://github.com/knative/eventing/releases/download/v0.6.0/natss.yaml
175+
[4.6]: https://github.com/knative/eventing/releases/download/v0.6.0/gcp-pubsub.yaml
176+
[5]: https://github.com/knative/eventing-sources/releases/tag/v0.6.0
177177
[5.1]:
178-
https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml
178+
https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml
179179
[5.2]:
180-
https://github.com/knative/eventing-sources/releases/download/v0.5.0/gcppubsub.yaml
180+
https://github.com/knative/eventing-sources/releases/download/v0.6.0/gcppubsub.yaml
181181
[5.3]:
182-
https://github.com/knative/eventing-sources/releases/download/v0.5.0/event-display.yaml
182+
https://github.com/knative/eventing-sources/releases/download/v0.6.0/event-display.yaml
183183
[5.4]:
184-
https://github.com/knative/eventing-sources/releases/download/v0.5.0/camel.yaml
184+
https://github.com/knative/eventing-sources/releases/download/v0.6.0/camel.yaml
185185
[5.5]:
186-
https://github.com/knative/eventing-sources/releases/download/v0.5.0/kafka.yaml
186+
https://github.com/knative/eventing-sources/releases/download/v0.6.0/kafka.yaml
187187
[5.6]:
188-
https://github.com/knative/eventing-sources/releases/download/v0.5.0/awssqs.yaml
188+
https://github.com/knative/eventing-sources/releases/download/v0.6.0/awssqs.yaml
189189
[6]:
190190
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#event-v1-core
191191
[6.1]: https://developer.github.com/v3/activity/events/types/
192192
[6.2]:
193193
https://github.com/knative/eventing-sources/blob/master/samples/cronjob-source/README.md
194194
[6.3]: https://cloud.google.com/pubsub/
195195
[7]:
196-
https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/config/build/clusterrole.yaml
196+
https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
197197

198198
### Installing Knative
199199

@@ -255,11 +255,11 @@ commands below.
255255

256256
`[FILE_URL]`Examples:
257257

258-
- `https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager`
259-
- `https://github.com/knative/build/releases/download/v0.5.0/build.yaml`
260-
- `https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml`
261-
- `https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml`
262-
- `https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml`
258+
- `https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager`
259+
- `https://github.com/knative/build/releases/download/v0.6.0/build.yaml`
260+
- `https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml`
261+
- `https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml`
262+
- `https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml`
263263

264264
**Note**: By default, the Knative Serving component installation (`serving.yaml`) includes a
265265
controller for [enabling automatic TLS certificate provisioning](../serving/using-auto-tls.md). If you
@@ -276,16 +276,16 @@ commands below.
276276

277277
```bash
278278
kubectl apply --selector knative.dev/crd-install=true \
279-
--filename https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager\
280-
--filename https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml
279+
--filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager\
280+
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml
281281
```
282282

283283
1. Remove the `--selector knative.dev/crd-install=true` flag and the run the command to install
284284
the Serving component and observability plugins:
285285

286286
```bash
287-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager\
288-
--filename https://github.com/knative/serving/releases/download/v0.5.2/monitoring.yaml
287+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager\
288+
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml
289289
```
290290

291291
- To install all three Knative components and the set of Eventing sources
@@ -298,22 +298,22 @@ commands below.
298298

299299
```bash
300300
kubectl apply --selector knative.dev/crd-install=true \
301-
--filename https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml \
302-
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
303-
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
304-
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
305-
--filename https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/config/build/clusterrole.yaml
301+
--filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
302+
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
303+
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
304+
--filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \
305+
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
306306
```
307307

308308
1. Remove the `--selector knative.dev/crd-install=true` flag and the run the command to install
309309
all the Knative components, including the Eventing sources and auto certificate controller:
310310

311311
```bash
312-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.5.2/serving.yaml \
313-
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
314-
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
315-
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
316-
--filename https://raw.githubusercontent.com/knative/serving/v0.5.2/third_party/config/build/clusterrole.yaml
312+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
313+
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
314+
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
315+
--filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \
316+
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
317317
```
318318

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

docs/install/Knative-with-AKS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ your Knative installation, see
182182
```bash
183183
kubectl apply --selector knative.dev/crd-install=true \
184184
--filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
185-
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
186-
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
187-
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
185+
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
186+
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
187+
--filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \
188188
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
189189
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
190190
```
@@ -196,9 +196,9 @@ your Knative installation, see
196196

197197
```bash
198198
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
199-
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
200-
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
201-
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
199+
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
200+
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
201+
--filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \
202202
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
203203
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
204204
```

docs/install/Knative-with-GKE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
160160
```bash
161161
kubectl apply --selector knative.dev/crd-install=true \
162162
--filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml \
163-
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
164-
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
165-
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
163+
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
164+
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
165+
--filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \
166166
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
167167
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
168168
```
@@ -173,9 +173,9 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
173173

174174
```bash
175175
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.6.0/serving.yaml --selector networking.knative.dev/certificate-provider!=cert-manager \
176-
--filename https://github.com/knative/build/releases/download/v0.5.0/build.yaml \
177-
--filename https://github.com/knative/eventing/releases/download/v0.5.0/release.yaml \
178-
--filename https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml \
176+
--filename https://github.com/knative/build/releases/download/v0.6.0/build.yaml \
177+
--filename https://github.com/knative/eventing/releases/download/v0.6.0/release.yaml \
178+
--filename https://github.com/knative/eventing-sources/releases/download/v0.6.0/eventing-sources.yaml \
179179
--filename https://github.com/knative/serving/releases/download/v0.6.0/monitoring.yaml \
180180
--filename https://raw.githubusercontent.com/knative/serving/v0.6.0/third_party/config/build/clusterrole.yaml
181181
```

0 commit comments

Comments
 (0)