Skip to content

Commit 8f691c0

Browse files
Update provider versions in examples (#857)
1 parent adbce86 commit 8f691c0

27 files changed

+111
-112
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ inside Crossplane.
135135

136136
The `<package-kind>` is either a `configuration`, `function` or `provider`.
137137

138-
For example, to install version 0.42.0 of the
139-
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.42.0):
138+
For example, to install to the latest version of the
139+
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/):
140140

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

143143
#### Flags
144144
{{< table "table table-sm table-striped">}}
@@ -317,11 +317,10 @@ already installed in Crossplane.
317317
The package file must be an organization, image and tag on the `xpkg.upbound.io`
318318
registry on [Upbound Marketplace](https://marketplace.upbound.io/).
319319

320-
For example, to update to version 0.42.0 of the
321-
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.42.0):
322-
323-
`crossplane xpkg update provider xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0`
320+
For example, to update to the latest version of the
321+
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/):
324322

323+
`crossplane xpkg update provider xpkg.upbound.io/upbound/provider-aws-s3:v1`
325324

326325
## beta
327326

@@ -898,7 +897,7 @@ kind: Provider
898897
metadata:
899898
name: provider-aws-iam
900899
spec:
901-
package: xpkg.upbound.io/upbound/provider-aws-iam:v1.17.0
900+
package: xpkg.upbound.io/upbound/provider-aws-iam:v1
902901
```
903902

904903
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:v1.17.0 12s
328+
provider-aws-s3 True False xpkg.upbound.io/upbound/provider-aws-s3:v1.0.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:v1.17.0
341+
Image: xpkg.upbound.io/upbound/provider-aws-s3:v1.0.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:v1.17.0 Active 1 1 10d
379+
provider-aws-s3-dbc7f981d81f True 1 xpkg.upbound.io/upbound/provider-aws-s3:v1.0.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:v1.17.0 Active 10d
382+
upbound-provider-family-aws-710d8cfe9f53 True 1 xpkg.upbound.io/upbound/provider-family-aws:v1.0.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:v1.9.0
643+
package: xpkg.upbound.io/upbound/provider-gcp-iam:v1
644644
runtimeConfigRef:
645645
name: enable-ess
646646
---

content/v1.16/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.17.0
47+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1.0.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.17.0
99+
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v1
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.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
109+
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v1.0.0 3m55s
110+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v1.0.0 13m
111+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v1.0.0 13m
112112
```
113113

114114
## Create a custom API

content/v1.16/getting-started/provider-aws.md

Lines changed: 3 additions & 3 deletions
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.17.0
40+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1
4141
EOF
4242
```
4343

@@ -52,8 +52,8 @@ Verify the provider installed with `kubectl get providers`.
5252
```shell {copy-lines="1",label="getProvider"}
5353
kubectl get providers
5454
NAME INSTALLED HEALTHY PACKAGE AGE
55-
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1.1.0 97s
56-
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1.1.0 88s
55+
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:1.0.0 97s
56+
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:1.0.0 88s
5757
```
5858

5959
The S3 Provider installs a second Provider, the

content/v1.16/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:v1.8.0
48+
package: xpkg.upbound.io/upbound/provider-azure-network:v1
4949
EOF
5050
```
5151

@@ -468,7 +468,7 @@ kind: Provider
468468
metadata:
469469
name: provider-azure-compute
470470
spec:
471-
package: xpkg.upbound.io/upbound/provider-azure-compute:v1.8.0
471+
package: xpkg.upbound.io/upbound/provider-azure-compute:v1
472472
EOF
473473
```
474474

@@ -478,9 +478,9 @@ View the new Compute provider with `kubectl get providers`.
478478
```shell {copy-lines="1"}
479479
kubectl get providers
480480
NAME INSTALLED HEALTHY PACKAGE AGE
481-
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v1.8.0 25s
482-
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v1.8.0 3h
483-
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v1.8.0 3h
481+
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v1.0.0 25s
482+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v1.0.0 3h
483+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v1.0.0 3h
484484
```
485485

486486
## Access the custom API

content/v1.16/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:v1.8.0
42+
package: xpkg.upbound.io/upbound/provider-azure-network:v1.0.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:v1.8.0 38s
58-
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v1.8.0 26s
57+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v1.0.0 38s
58+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v1.0.0 26s
5959
```
6060

6161
The Network Provider installs a second Provider, the

content/v1.16/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:v1.9.0
50+
package: xpkg.upbound.io/upbound/provider-gcp-storage:v1
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:v1.9.0
117+
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v1
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: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
126+
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v1.0.0 39s
127+
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v1.0.0 13m
128+
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v1.0.0 12m
129129
```
130130

131131

content/v1.16/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:v1.9.0
39+
package: xpkg.upbound.io/upbound/provider-gcp-storage:v1.0.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:v1.9.0 36s
55-
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v1.9.0 29s
54+
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v1.0.0 36s
55+
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v1.0.0 29s
5656
```
5757

5858
The Storage Provider installs a second Provider, the

content/v1.16/software/uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ List the installed _providers_ with `kubectl get providers`.
135135
```shell {copy-lines="1"}
136136
kubectl get providers
137137
NAME INSTALLED HEALTHY PACKAGE AGE
138-
upbound-provider-aws True True xpkg.upbound.io/upbound/provider-aws:v0.27.0 8h
138+
upbound-provider-aws True True xpkg.upbound.io/upbound/provider-aws:v1.0.0 8h
139139
```
140140

141141
Remove the installed _providers_ with `kubectl delete provider`.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@ inside Crossplane.
325325

326326
The `<package-kind>` is either a `configuration`, `function` or `provider`.
327327

328-
For example, to install version 0.42.0 of the
329-
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.42.0):
328+
For example, to install to the latest version of the
329+
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/):
330330

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

333333
#### Flags
334334
{{< table "table table-sm table-striped">}}
@@ -507,10 +507,10 @@ already installed in Crossplane.
507507
The package file must be an organization, image and tag on the `xpkg.upbound.io`
508508
registry on [Upbound Marketplace](https://marketplace.upbound.io/).
509509

510-
For example, to update to version 0.42.0 of the
511-
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.42.0):
510+
For example, to update to the latest version of the
511+
[AWS S3 provider](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/):
512512

513-
`crossplane xpkg update provider xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0`
513+
`crossplane xpkg update provider xpkg.upbound.io/upbound/provider-aws-s3:v1`
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.17.0
960+
package: xpkg.upbound.io/upbound/provider-aws-iam:v1
961961
```
962962

963963
Now include the XR or managed resource to validate.

0 commit comments

Comments
 (0)