Skip to content

Commit 51d0e98

Browse files
authored
Merge pull request #891 from jbw976/quick-starts
bump all community provider versions to latest
2 parents 94039ba + ab33ac3 commit 51d0e98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+871
-887
lines changed

content/master/cli/command-reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,10 @@ inside Crossplane.
322322

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

325-
For example, to install the latest version of the
325+
For example, to install the latest version of the
326326
[AWS S3 provider](https://github.com/crossplane-contrib/provider-upjet-aws):
327327

328-
`crossplane xpkg install provider xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1`
328+
`crossplane xpkg install provider xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1`
329329

330330
#### Flags
331331
{{< table "table table-sm table-striped">}}
@@ -493,10 +493,10 @@ already installed in Crossplane.
493493

494494
`crossplane xpkg update <package-kind> <registry package name and tag> [<optional-name>]`
495495

496-
For example, to update to the latest version of the
496+
For example, to update to the latest version of the
497497
[AWS S3 provider](https://github.com/crossplane-contrib/provider-upjet-aws):
498498

499-
`crossplane xpkg update provider xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1`
499+
`crossplane xpkg update provider xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1`
500500

501501

502502
## beta
@@ -943,7 +943,7 @@ kind: Provider
943943
metadata:
944944
name: provider-aws-iam
945945
spec:
946-
package: xpkg.crossplane.io/crossplane-contrib/provider-aws-iam:v1.20.1
946+
package: xpkg.crossplane.io/crossplane-contrib/provider-aws-iam:v1.21.1
947947
```
948948

949949
Now include the XR or managed resource to validate.

content/master/concepts/providers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@ For example, this installation of the Getting Started Configuration is
379379
```shell {copy-lines="1"}
380380
kubectl get providers
381381
NAME INSTALLED HEALTHY PACKAGE AGE
382-
provider-aws-s3 True False xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1 12s
382+
provider-aws-s3 True False xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1 12s
383383
```
384384

385-
To see more information on why the Provider isn't `HEALTHY` use
385+
To see more information on why the Provider isn't `HEALTHY` use
386386
{{<hover label="depend" line="1">}}kubectl describe providerrevisions{{</hover>}}.
387387

388388
```yaml {copy-lines="1",label="depend"}
@@ -392,7 +392,7 @@ API Version: pkg.crossplane.io/v1
392392
Kind: ProviderRevision
393393
Spec:
394394
Desired State: Active
395-
Image: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1
395+
Image: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1
396396
Revision: 1
397397
Status:
398398
Conditions:
@@ -430,13 +430,13 @@ View the `ProviderRevisions` with
430430
```shell {label="getPR",copy-lines="1"}
431431
kubectl get providerrevisions
432432
NAME HEALTHY REVISION IMAGE STATE DEP-FOUND DEP-INSTALLED AGE
433-
provider-aws-s3-dbc7f981d81f True 1 xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1 Active 1 1 10d
433+
provider-aws-s3-dbc7f981d81f True 1 xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1 Active 1 1 10d
434434
provider-nop-552a394a8acc True 2 xpkg.crossplane.io/crossplane-contrib/provider-nop:v0.3.0 Active 11d
435435
provider-nop-7e62d2a1a709 True 1 xpkg.crossplane.io/crossplane-contrib/provider-nop:v0.2.0 Inactive 13d
436-
crossplane-contrib-provider-family-aws-710d8cfe9f53 True 1 xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.20.1 Active 10d
436+
crossplane-contrib-provider-family-aws-710d8cfe9f53 True 1 xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.21.1 Active 10d
437437
```
438438

439-
By default Crossplane keeps a single
439+
By default Crossplane keeps a single
440440
{{<hover label="getPR" line="5">}}Inactive{{</hover>}} Provider.
441441

442442
Read the [revision history limit](#package-revision-history-limit) section to
@@ -693,7 +693,7 @@ kind: Provider
693693
metadata:
694694
name: provider-gcp-iam
695695
spec:
696-
package: xpkg.crossplane.io/crossplane-contrib/provider-gcp-iam:v1.20.1
696+
package: xpkg.crossplane.io/crossplane-contrib/provider-gcp-iam:v1.12.1
697697
runtimeConfigRef:
698698
name: enable-ess
699699
---

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

Lines changed: 6 additions & 10 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.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1
47+
package: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1
4848
EOF
4949
```
5050

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

@@ -105,10 +105,10 @@ View the new DynamoDB provider with `kubectl get providers`.
105105

106106
```shell {copy-lines="1"}
107107
kubectl get providers
108-
NAME INSTALLED HEALTHY PACKAGE AGE
109-
provider-aws-dynamodb True True xpkg.crossplane.io/crossplane-contrib/provider-aws-dynamodb:v1.20.1 3m55s
110-
provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1 13m
111-
crossplane-contrib-provider-family-aws True True xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.20.1 13m
108+
NAME INSTALLED HEALTHY PACKAGE AGE
109+
crossplane-contrib-provider-family-aws True True xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.21.1 15m
110+
provider-aws-dynamodb True True xpkg.crossplane.io/crossplane-contrib/provider-aws-dynamodb:v1.21.1 22s
111+
provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1 15m
112112
```
113113

114114
## Create a custom API
@@ -358,8 +358,6 @@ spec:
358358
base:
359359
apiVersion: s3.aws.upbound.io/v1beta1
360360
kind: Bucket
361-
metadata:
362-
name: crossplane-quickstart-bucket
363361
spec:
364362
forProvider:
365363
region: us-east-2
@@ -378,8 +376,6 @@ spec:
378376
base:
379377
apiVersion: dynamodb.aws.upbound.io/v1beta1
380378
kind: Table
381-
metadata:
382-
name: crossplane-quickstart-database
383379
spec:
384380
forProvider:
385381
region: "us-east-2"

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

Lines changed: 4 additions & 4 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.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1
40+
package: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1
4141
EOF
4242
```
4343

@@ -51,9 +51,9 @@ Verify the provider installed with `kubectl get providers`.
5151

5252
```shell {copy-lines="1",label="getProvider"}
5353
kubectl get providers
54-
NAME INSTALLED HEALTHY PACKAGE AGE
55-
provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:1.20.1 97s
56-
crossplane-contrib-provider-family-aws True True xpkg.crossplane.io/crossplane-contrib/provider-family-aws:1.20.1 88s
54+
NAME INSTALLED HEALTHY PACKAGE AGE
55+
crossplane-contrib-provider-family-aws True True xpkg.crossplane.io/crossplane-contrib/provider-family-aws:v1.21.1 30s
56+
provider-aws-s3 True True xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1 34s
5757
```
5858

5959
The S3 Provider installs a second Provider, the

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

Lines changed: 6 additions & 6 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.crossplane.io/crossplane-contrib/provider-azure-network:v1.11.1
48+
package: xpkg.crossplane.io/crossplane-contrib/provider-azure-network:v1.11.2
4949
EOF
5050
```
5151

@@ -496,7 +496,7 @@ kind: Provider
496496
metadata:
497497
name: provider-azure-compute
498498
spec:
499-
package: xpkg.crossplane.io/crossplane-contrib/provider-azure-v1.20.1
499+
package: xpkg.crossplane.io/crossplane-contrib/provider-azure-compute:v1.11.2
500500
EOF
501501
```
502502

@@ -505,10 +505,10 @@ View the new Compute provider with `kubectl get providers`.
505505

506506
```shell {copy-lines="1"}
507507
kubectl get providers
508-
NAME INSTALLED HEALTHY PACKAGE AGE
509-
provider-azure-compute True True xpkg.crossplane.io/crossplane-contrib/provider-azure-v1.11.1 25s
510-
provider-azure-network True True xpkg.crossplane.io/crossplane-contrib/provider-azure-v1.11.1 3h
511-
crossplane-contrib-provider-family-azure True True xpkg.crossplane.io/crossplane-contrib/provider-family-v1.11.1 3h
508+
NAME INSTALLED HEALTHY PACKAGE AGE
509+
crossplane-contrib-provider-family-azure True True xpkg.crossplane.io/crossplane-contrib/provider-family-azure:v1.11.2 23m
510+
provider-azure-compute True True xpkg.crossplane.io/crossplane-contrib/provider-azure-compute:v1.11.2 2m54s
511+
provider-azure-network True True xpkg.crossplane.io/crossplane-contrib/provider-azure-network:v1.11.2 23m
512512
```
513513

514514
## Access the custom API

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

Lines changed: 4 additions & 4 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.crossplane.io/crossplane-contrib/provider-azure-network:v1.11.1
42+
package: xpkg.crossplane.io/crossplane-contrib/provider-azure-network:v1.11.2
4343
EOF
4444
```
4545

@@ -53,9 +53,9 @@ Verify the provider installed with `kubectl get providers`.
5353

5454
```shell {copy-lines="1",label="getProvider"}
5555
kubectl get providers
56-
NAME INSTALLED HEALTHY PACKAGE AGE
57-
provider-azure-network True True xpkg.crossplane.io/crossplane-contrib/provider-azure-v1.11.1 38s
58-
crossplane-contrib-provider-family-azure True True xpkg.crossplane.io/crossplane-contrib/provider-family-v1.11.1 26s
56+
NAME INSTALLED HEALTHY PACKAGE AGE
57+
crossplane-contrib-provider-family-azure True True xpkg.crossplane.io/crossplane-contrib/provider-family-azure:v1.11.2 2m18s
58+
provider-azure-network True True xpkg.crossplane.io/crossplane-contrib/provider-azure-network:v1.11.2 2m23s
5959
```
6060

6161
The Network Provider installs a second Provider, the

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

Lines changed: 6 additions & 6 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.crossplane.io/crossplane-contrib/provider-gcp-storage:v1.11.4
50+
package: xpkg.crossplane.io/crossplane-contrib/provider-gcp-storage:v1.12.1
5151
EOF
5252
```
5353

@@ -114,18 +114,18 @@ kind: Provider
114114
metadata:
115115
name: provider-gcp-pubsub
116116
spec:
117-
package: xpkg.crossplane.io/crossplane-contrib/provider-gcp-pubsub:v1.11.4
117+
package: xpkg.crossplane.io/crossplane-contrib/provider-gcp-pubsub:v1.12.1
118118
EOF
119119
```
120120

121121
View the new PubSub provider with `kubectl get providers`.
122122

123123
```shell {copy-lines="1"}
124124
kubectl get providers
125-
NAME INSTALLED HEALTHY PACKAGE AGE
126-
provider-gcp-pubsub True True xpkg.crossplane.io/crossplane-contrib/provider-gcp-pubsub:v1.11.4.0.0 39s
127-
provider-gcp-storage True True xpkg.crossplane.io/crossplane-contrib/provider-gcp-storage:v1.11.4.0.0 13m
128-
crossplane-contrib-provider-family-gcp True True xpkg.crossplane.io/crossplane-contrib/provider-family-gcp:v1.11.4.0.0 12m
125+
NAME INSTALLED HEALTHY PACKAGE AGE
126+
crossplane-contrib-provider-family-gcp True True xpkg.crossplane.io/crossplane-contrib/provider-family-gcp:v1.12.1 48m
127+
provider-gcp-pubsub True True xpkg.crossplane.io/crossplane-contrib/provider-gcp-pubsub:v1.12.1 14s
128+
provider-gcp-storage True True xpkg.crossplane.io/crossplane-contrib/provider-gcp-storage:v1.12.1 48m
129129
```
130130

131131

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

Lines changed: 4 additions & 4 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.crossplane.io/crossplane-contrib/provider-gcp-storage:v1.11.4
39+
package: xpkg.crossplane.io/crossplane-contrib/provider-gcp-storage:v1.12.1
4040
EOF
4141
```
4242

@@ -50,9 +50,9 @@ Verify the provider installed with `kubectl get providers`.
5050

5151
```shell {copy-lines="1",label="getProvider"}
5252
kubectl get providers
53-
NAME INSTALLED HEALTHY PACKAGE AGE
54-
provider-gcp-storage True True xpkg.crossplane.io/crossplane-contrib/provider-gcp-v1.11.4 36s
55-
crossplane-contrib-provider-family-gcp True True xpkg.crossplane.io/crossplane-contrib/provider-family-v1.11.4 29s
53+
NAME INSTALLED HEALTHY PACKAGE AGE
54+
crossplane-contrib-provider-family-gcp True True xpkg.crossplane.io/crossplane-contrib/provider-family-gcp:v1.12.1 33s
55+
provider-gcp-storage True True xpkg.crossplane.io/crossplane-contrib/provider-gcp-storage:v1.12.1 37s
5656
```
5757

5858
The Storage Provider installs a second Provider, the

content/master/guides/troubleshoot-crossplane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 306
66

77
If you use the Crossplane CLI to install a `Provider` or
88
`Configuration` (for example, `crossplane xpkg install provider
9-
xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.20.1`) and get `the server
9+
xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.21.1`) and get `the server
1010
could not find the requested resource` error, more often than not, that's an
1111
indicator that the Crossplane CLI you're using is outdated. In other words
1212
some Crossplane API has been graduated from alpha to beta or stable and the old

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-
crossplane-contrib-provider-aws True True xpkg.crossplane.io/crossplane-contrib/provider-aws:v1.20.1 8h
138+
crossplane-contrib-provider-aws True True xpkg.crossplane.io/crossplane-contrib/provider-aws:v1.21.1 8h
139139
```
140140

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

0 commit comments

Comments
 (0)