Skip to content

Commit be737b4

Browse files
Simply provider versions in examples (#827)
Signed-off-by: Jean du Plessis <[email protected]>
1 parent 04feb2a commit be737b4

File tree

9 files changed

+37
-37
lines changed

9 files changed

+37
-37
lines changed

content/master/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 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.

content/master/concepts/providers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ For example, this installation of the Upbound AWS reference platform is
339339
```shell {copy-lines="1"}
340340
kubectl get providers
341341
NAME INSTALLED HEALTHY PACKAGE AGE
342-
provider-aws-s3 True False xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0 12s
342+
provider-aws-s3 True False xpkg.upbound.io/upbound/provider-aws-s3:v1.0.0 12s
343343
```
344344

345345
To see more information on why the Provider isn't `HEALTHY` use
@@ -352,7 +352,7 @@ API Version: pkg.crossplane.io/v1
352352
Kind: ProviderRevision
353353
Spec:
354354
Desired State: Active
355-
Image: xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0
355+
Image: xpkg.upbound.io/upbound/provider-aws-s3:v1.0.0
356356
Revision: 1
357357
Status:
358358
Conditions:
@@ -390,10 +390,10 @@ View the `ProviderRevisions` with
390390
```shell {label="getPR",copy-lines="1"}
391391
kubectl get providerrevisions
392392
NAME HEALTHY REVISION IMAGE STATE DEP-FOUND DEP-INSTALLED AGE
393-
provider-aws-s3-dbc7f981d81f True 1 xpkg.upbound.io/upbound/provider-aws-s3:v1.17.0 Active 1 1 10d
393+
provider-aws-s3-dbc7f981d81f True 1 xpkg.upbound.io/upbound/provider-aws-s3:v1.0.0 Active 1 1 10d
394394
provider-nop-552a394a8acc True 2 xpkg.upbound.io/crossplane-contrib/provider-nop:v0.3.0 Active 11d
395395
provider-nop-7e62d2a1a709 True 1 xpkg.upbound.io/crossplane-contrib/provider-nop:v0.2.0 Inactive 13d
396-
upbound-provider-family-aws-710d8cfe9f53 True 1 xpkg.upbound.io/upbound/provider-family-aws:v1.17.0 Active 10d
396+
upbound-provider-family-aws-710d8cfe9f53 True 1 xpkg.upbound.io/upbound/provider-family-aws:v1.0.0 Active 10d
397397
```
398398

399399
By default Crossplane keeps a single
@@ -653,7 +653,7 @@ kind: Provider
653653
metadata:
654654
name: provider-gcp-iam
655655
spec:
656-
package: xpkg.upbound.io/upbound/provider-gcp-iam:v1.9.0
656+
package: xpkg.upbound.io/upbound/provider-gcp-iam:v1
657657
runtimeConfigRef:
658658
name: enable-ess
659659
---

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.17.0
47+
package: xpkg.upbound.io/upbound/provider-aws-s3:v1
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/master/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/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:v1.8.0
48+
package: xpkg.upbound.io/upbound/provider-azure-network:v1
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:v1.8.0
499+
package: xpkg.upbound.io/upbound/provider-azure-compute:v1
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: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
509+
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v1.0.0 25s
510+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v1.0.0 3h
511+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v1.0.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:v1.8.0
42+
package: xpkg.upbound.io/upbound/provider-azure-network:v1
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/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: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/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:v1.9.0
39+
package: xpkg.upbound.io/upbound/provider-gcp-storage:v1
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/master/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`.

0 commit comments

Comments
 (0)