Skip to content

Commit f881158

Browse files
Update provider versions in examples (#832)
1 parent cc9c665 commit f881158

32 files changed

+120
-120
lines changed

content/master/cli/command-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ The `<package-kind>` is either a `configuration`, `function` or `provider`.
328328
For example, to install version 0.42.0 of the
329329
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.42.0):
330330

331-
`crossplane xpkg install provider xpkg.upbound.io/upbound/provider-aws-s3:v0.42.0`
331+
`crossplane xpkg install provider xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0`
332332

333333
#### Flags
334334
{{< table "table table-sm table-striped">}}
@@ -510,7 +510,7 @@ registry on [Upbound Marketplace](https://marketplace.upbound.io/).
510510
For example, to update to version 0.42.0 of the
511511
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.42.0):
512512

513-
`crossplane xpkg update provider xpkg.upbound.io/upbound/provider-aws-s3:v0.42.0`
513+
`crossplane xpkg update provider xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0`
514514

515515

516516
## beta
@@ -957,7 +957,7 @@ kind: Provider
957957
metadata:
958958
name: provider-aws-iam
959959
spec:
960-
package: xpkg.upbound.io/upbound/provider-aws-iam:v1.0.0
960+
package: xpkg.upbound.io/upbound/provider-aws-iam:v1.17.0
961961
```
962962

963963
Now include the XR or managed resource to validate.

content/master/concepts/providers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ For example, this installation of the Upbound AWS reference platform is
325325
```shell {copy-lines="1"}
326326
kubectl get providers
327327
NAME INSTALLED HEALTHY PACKAGE AGE
328-
provider-aws-s3 True False xpkg.upbound.io/upbound/provider-aws-s3:v0.41.0 12s
328+
provider-aws-s3 True False xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0 12s
329329
```
330330

331331
To see more information on why the Provider isn't `HEALTHY` use
@@ -338,7 +338,7 @@ API Version: pkg.crossplane.io/v1
338338
Kind: ProviderRevision
339339
Spec:
340340
Desired State: Active
341-
Image: xpkg.upbound.io/upbound/provider-aws-s3:v0.41.0
341+
Image: xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0
342342
Revision: 1
343343
Status:
344344
Conditions:
@@ -376,10 +376,10 @@ View the `ProviderRevisions` with
376376
```shell {label="getPR",copy-lines="1"}
377377
kubectl get providerrevisions
378378
NAME HEALTHY REVISION IMAGE STATE DEP-FOUND DEP-INSTALLED AGE
379-
provider-aws-s3-dbc7f981d81f True 1 xpkg.upbound.io/upbound/provider-aws-s3:v0.37.0 Active 1 1 10d
379+
provider-aws-s3-dbc7f981d81f True 1 xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0 Active 1 1 10d
380380
provider-nop-552a394a8acc True 2 xpkg.upbound.io/crossplane-contrib/provider-nop:v0.3.0 Active 11d
381381
provider-nop-7e62d2a1a709 True 1 xpkg.upbound.io/crossplane-contrib/provider-nop:v0.2.0 Inactive 13d
382-
upbound-provider-family-aws-710d8cfe9f53 True 1 xpkg.upbound.io/upbound/provider-family-aws:v0.40.0 Active 10d
382+
upbound-provider-family-aws-710d8cfe9f53 True 1 xpkg.upbound.io/upbound/provider-family-aws:v1.17.0 Active 10d
383383
```
384384

385385
By default Crossplane keeps a single
@@ -640,7 +640,7 @@ kind: Provider
640640
metadata:
641641
name: provider-gcp-iam
642642
spec:
643-
package: xpkg.upbound.io/upbound/provider-gcp-iam:v0.37.0
643+
package: xpkg.upbound.io/upbound/provider-gcp-iam:v1.9.0
644644
runtimeConfigRef:
645645
name: enable-ess
646646
---

content/master/getting-started/provider-aws-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kind: Provider
4444
metadata:
4545
name: provider-aws-s3
4646
spec:
47-
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0
47+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0
4848
EOF
4949
```
5050

@@ -96,7 +96,7 @@ kind: Provider
9696
metadata:
9797
name: provider-aws-dynamodb
9898
spec:
99-
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.1.0
99+
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.17.0
100100
EOF
101101
```
102102

@@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
106106
```shell {copy-lines="1"}
107107
kubectl get providers
108108
NAME INSTALLED HEALTHY PACKAGE AGE
109-
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.1.0 3m55s
110-
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0 13m
111-
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v1.1.0 13m
109+
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.17.0 3m55s
110+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0 13m
111+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v1.17.0 13m
112112
```
113113

114114
## Create a custom API

content/master/getting-started/provider-aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ kind: Provider
3737
metadata:
3838
name: provider-aws-s3
3939
spec:
40-
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0
40+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0
4141
EOF
4242
```
4343

content/master/getting-started/provider-azure-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ kind: Provider
4545
metadata:
4646
name: provider-azure-network
4747
spec:
48-
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
48+
package: xpkg.upbound.io/upbound/provider-azure-network:v1.8.0
4949
EOF
5050
```
5151

@@ -496,7 +496,7 @@ kind: Provider
496496
metadata:
497497
name: provider-azure-compute
498498
spec:
499-
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1
499+
package: xpkg.upbound.io/upbound/provider-azure-compute:v1.8.0
500500
EOF
501501
```
502502

@@ -506,9 +506,9 @@ View the new Compute provider with `kubectl get providers`.
506506
```shell {copy-lines="1"}
507507
kubectl get providers
508508
NAME INSTALLED HEALTHY PACKAGE AGE
509-
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1 25s
510-
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 3h
511-
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 3h
509+
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v1.8.0 25s
510+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v1.8.0 3h
511+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v1.8.0 3h
512512
```
513513

514514
## Access the custom API

content/master/getting-started/provider-azure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kind: Provider
3939
metadata:
4040
name: provider-azure-network
4141
spec:
42-
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
42+
package: xpkg.upbound.io/upbound/provider-azure-network:v1.8.0
4343
EOF
4444
```
4545

@@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`.
5454
```shell {copy-lines="1",label="getProvider"}
5555
kubectl get providers
5656
NAME INSTALLED HEALTHY PACKAGE AGE
57-
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 38s
58-
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 26s
57+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v1.8.0 38s
58+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v1.8.0 26s
5959
```
6060

6161
The Network Provider installs a second Provider, the

content/master/getting-started/provider-gcp-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kind: Provider
4747
metadata:
4848
name: provider-gcp-storage
4949
spec:
50-
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0
50+
package: xpkg.upbound.io/upbound/provider-gcp-storage:v1.9.0
5151
EOF
5252
```
5353

@@ -114,7 +114,7 @@ kind: Provider
114114
metadata:
115115
name: provider-gcp-pubsub
116116
spec:
117-
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.41.0
117+
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v1.9.0
118118
EOF
119119
```
120120

@@ -123,9 +123,9 @@ View the new PubSub provider with `kubectl get providers`.
123123
```shell {copy-lines="1"}
124124
kubectl get providers
125125
NAME INSTALLED HEALTHY PACKAGE AGE
126-
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.41.0 39s
127-
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0 13m
128-
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.41.0 12m
126+
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v1.9.0 39s
127+
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v1.9.0 13m
128+
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v1.9.0 12m
129129
```
130130

131131

content/master/getting-started/provider-gcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ kind: Provider
3636
metadata:
3737
name: provider-gcp-storage
3838
spec:
39-
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0
39+
package: xpkg.upbound.io/upbound/provider-gcp-storage:v1.9.0
4040
EOF
4141
```
4242

@@ -51,8 +51,8 @@ Verify the provider installed with `kubectl get providers`.
5151
```shell {copy-lines="1",label="getProvider"}
5252
kubectl get providers
5353
NAME INSTALLED HEALTHY PACKAGE AGE
54-
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0 36s
55-
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.41.0 29s
54+
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v1.9.0 36s
55+
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v1.9.0 29s
5656
```
5757

5858
The Storage Provider installs a second Provider, the

content/v1.16/cli/command-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ The `<package-kind>` is either a `configuration`, `function` or `provider`.
138138
For example, to install version 0.42.0 of the
139139
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.42.0):
140140

141-
`crossplane xpkg install provider xpkg.upbound.io/upbound/provider-aws-s3:v0.42.0`
141+
`crossplane xpkg install provider xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0`
142142

143143
#### Flags
144144
{{< table "table table-sm table-striped">}}
@@ -320,7 +320,7 @@ registry on [Upbound Marketplace](https://marketplace.upbound.io/).
320320
For example, to update to version 0.42.0 of the
321321
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.42.0):
322322

323-
`crossplane xpkg update provider xpkg.upbound.io/upbound/provider-aws-s3:v0.42.0`
323+
`crossplane xpkg update provider xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0`
324324

325325

326326
## beta
@@ -898,7 +898,7 @@ kind: Provider
898898
metadata:
899899
name: provider-aws-iam
900900
spec:
901-
package: xpkg.upbound.io/upbound/provider-aws-iam:v1.0.0
901+
package: xpkg.upbound.io/upbound/provider-aws-iam:v1.17.0
902902
```
903903

904904
Now include the XR or managed resource to validate.

content/v1.16/concepts/providers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ For example, this installation of the Upbound AWS reference platform is
325325
```shell {copy-lines="1"}
326326
kubectl get providers
327327
NAME INSTALLED HEALTHY PACKAGE AGE
328-
provider-aws-s3 True False xpkg.upbound.io/upbound/provider-aws-s3:v0.41.0 12s
328+
provider-aws-s3 True False xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0 12s
329329
```
330330

331331
To see more information on why the Provider isn't `HEALTHY` use
@@ -338,7 +338,7 @@ API Version: pkg.crossplane.io/v1
338338
Kind: ProviderRevision
339339
Spec:
340340
Desired State: Active
341-
Image: xpkg.upbound.io/upbound/provider-aws-s3:v0.41.0
341+
Image: xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0
342342
Revision: 1
343343
Status:
344344
Conditions:
@@ -376,10 +376,10 @@ View the `ProviderRevisions` with
376376
```shell {label="getPR",copy-lines="1"}
377377
kubectl get providerrevisions
378378
NAME HEALTHY REVISION IMAGE STATE DEP-FOUND DEP-INSTALLED AGE
379-
provider-aws-s3-dbc7f981d81f True 1 xpkg.upbound.io/upbound/provider-aws-s3:v0.37.0 Active 1 1 10d
379+
provider-aws-s3-dbc7f981d81f True 1 xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0 Active 1 1 10d
380380
provider-nop-552a394a8acc True 2 xpkg.upbound.io/crossplane-contrib/provider-nop:v0.3.0 Active 11d
381381
provider-nop-7e62d2a1a709 True 1 xpkg.upbound.io/crossplane-contrib/provider-nop:v0.2.0 Inactive 13d
382-
upbound-provider-family-aws-710d8cfe9f53 True 1 xpkg.upbound.io/upbound/provider-family-aws:v0.40.0 Active 10d
382+
upbound-provider-family-aws-710d8cfe9f53 True 1 xpkg.upbound.io/upbound/provider-family-aws:v1.17.0 Active 10d
383383
```
384384

385385
By default Crossplane keeps a single
@@ -640,7 +640,7 @@ kind: Provider
640640
metadata:
641641
name: provider-gcp-iam
642642
spec:
643-
package: xpkg.upbound.io/upbound/provider-gcp-iam:v0.37.0
643+
package: xpkg.upbound.io/upbound/provider-gcp-iam:v1.9.0
644644
runtimeConfigRef:
645645
name: enable-ess
646646
---

0 commit comments

Comments
 (0)