Skip to content

Commit

Permalink
bump provider versions
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <[email protected]>
  • Loading branch information
plumbis committed Jan 2, 2024
1 parent 0fbacd4 commit fa30ef6
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
10 changes: 5 additions & 5 deletions content/master/getting-started/provider-aws-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kind: Provider
metadata:
name: provider-aws-s3
spec:
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.46.0
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0
EOF
```

Expand Down Expand Up @@ -96,7 +96,7 @@ kind: Provider
metadata:
name: provider-aws-dynamodb
spec:
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.46.0
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.47.0
EOF
```

Expand All @@ -106,9 +106,9 @@ View the new DynamoDB provider with `kubectl get providers`.
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.46.0 3m55s
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.46.0 13m
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.46.0 13m
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.47.0 3m55s
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0 13m
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.47.0 13m
```

## Create a custom API
Expand Down
8 changes: 4 additions & 4 deletions content/master/getting-started/provider-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kind: Provider
metadata:
name: provider-aws-s3
spec:
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.46.0
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0
EOF
```

Expand All @@ -52,8 +52,8 @@ Verify the provider installed with `kubectl get providers`.
```shell {copy-lines="1",label="getProvider"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.46.0 97s
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.46.0 88s
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0 97s
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.47.0 88s
```

The S3 Provider installs a second Provider, the
Expand All @@ -67,7 +67,7 @@ Every CRD maps to a unique AWS service Crossplane can provision and manage.

{{< hint type="tip" >}}
See details about all the supported CRDs in the
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.46.0).
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.47.0).
{{< /hint >}}

## Create a Kubernetes secret for AWS
Expand Down
10 changes: 5 additions & 5 deletions content/master/getting-started/provider-gcp-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kind: Provider
metadata:
name: provider-gcp-storage
spec:
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.40.0
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0
EOF
```

Expand Down Expand Up @@ -114,7 +114,7 @@ kind: Provider
metadata:
name: provider-gcp-pubsub
spec:
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.40.0
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.41.0
EOF
```

Expand All @@ -123,9 +123,9 @@ View the new PubSub provider with `kubectl get providers`.
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.40.0 39s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.40.0 13m
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.40.0 12m
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.41.0 39s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0 13m
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.41.0 12m
```


Expand Down
6 changes: 3 additions & 3 deletions content/master/getting-started/provider-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kind: Provider
metadata:
name: provider-gcp-storage
spec:
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.40.0
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0
EOF
```

Expand All @@ -51,8 +51,8 @@ Verify the provider installed with `kubectl get providers`.
```shell {copy-lines="1",label="getProvider"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.40.0 36s
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.40.0 29s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0 36s
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.41.0 29s
```

The Storage Provider installs a second Provider, the
Expand Down
10 changes: 5 additions & 5 deletions content/v1.14/getting-started/provider-aws-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ kind: Provider
metadata:
name: provider-aws-s3
spec:
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.46.0
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0
EOF
```

Expand Down Expand Up @@ -94,7 +94,7 @@ kind: Provider
metadata:
name: provider-aws-dynamodb
spec:
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.46.0
package: xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.47.0
EOF
```

Expand All @@ -104,9 +104,9 @@ View the new DynamoDB provider with `kubectl get providers`.
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.46.0 3m55s
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.46.0 13m
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.46.0 13m
provider-aws-dynamodb True True xpkg.upbound.io/upbound/provider-aws-dynamodb:v0.47.0 3m55s
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0 13m
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.47.0 13m
```

## Create a custom API
Expand Down
8 changes: 4 additions & 4 deletions content/v1.14/getting-started/provider-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kind: Provider
metadata:
name: provider-aws-s3
spec:
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.46.0
package: xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0
EOF
```

Expand All @@ -52,8 +52,8 @@ Verify the provider installed with `kubectl get providers`.
```shell {copy-lines="1",label="getProvider"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.46.0 97s
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.46.0 88s
provider-aws-s3 True True xpkg.upbound.io/upbound/provider-aws-s3:v0.47.0 97s
upbound-provider-family-aws True True xpkg.upbound.io/upbound/provider-family-aws:v0.47.0 88s
```

The S3 Provider installs a second Provider, the
Expand All @@ -67,7 +67,7 @@ Every CRD maps to a unique AWS service Crossplane can provision and manage.

{{< hint type="tip" >}}
See details about all the supported CRDs in the
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.46.0).
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-aws-s3/v0.47.0).
{{< /hint >}}

## Create a Kubernetes secret for AWS
Expand Down
10 changes: 5 additions & 5 deletions content/v1.14/getting-started/provider-gcp-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kind: Provider
metadata:
name: provider-gcp-storage
spec:
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.40.0
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0
EOF
```

Expand Down Expand Up @@ -112,7 +112,7 @@ kind: Provider
metadata:
name: provider-gcp-pubsub
spec:
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.40.0
package: xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.41.0
EOF
```

Expand All @@ -121,9 +121,9 @@ View the new PubSub provider with `kubectl get providers`.
```shell {copy-lines="1"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.40.0 39s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.40.0 13m
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.40.0 12m
provider-gcp-pubsub True True xpkg.upbound.io/upbound/provider-gcp-pubsub:v0.41.0 39s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0 13m
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.41.0 12m
```


Expand Down
6 changes: 3 additions & 3 deletions content/v1.14/getting-started/provider-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kind: Provider
metadata:
name: provider-gcp-storage
spec:
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.40.0
package: xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0
EOF
```

Expand All @@ -51,8 +51,8 @@ Verify the provider installed with `kubectl get providers`.
```shell {copy-lines="1",label="getProvider"}
kubectl get providers
NAME INSTALLED HEALTHY PACKAGE AGE
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.40.0 36s
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.40.0 29s
provider-gcp-storage True True xpkg.upbound.io/upbound/provider-gcp-storage:v0.41.0 36s
upbound-provider-family-gcp True True xpkg.upbound.io/upbound/provider-family-gcp:v0.41.0 29s
```

The Storage Provider installs a second Provider, the
Expand Down

0 comments on commit fa30ef6

Please sign in to comment.