@@ -379,10 +379,10 @@ For example, this installation of the Getting Started Configuration is
379379` ` ` shell {copy-lines="1"}
380380kubectl get providers
381381NAME 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
392392Kind: ProviderRevision
393393Spec:
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
397397Status:
398398 Conditions:
@@ -430,13 +430,13 @@ View the `ProviderRevisions` with
430430` ` ` shell {label="getPR",copy-lines="1"}
431431kubectl get providerrevisions
432432NAME 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
434434provider-nop-552a394a8acc True 2 xpkg.crossplane.io/crossplane-contrib/provider-nop:v0.3.0 Active 11d
435435provider-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
442442Read the [revision history limit](#package-revision-history-limit) section to
@@ -693,7 +693,7 @@ kind: Provider
693693metadata:
694694 name: provider-gcp-iam
695695spec:
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---
0 commit comments