Skip to content

Commit

Permalink
Merge pull request #2278 from hasheddan/rel-1.2-docs-version-bumps
Browse files Browse the repository at this point in the history
[release-1.2] Prep docs for v1.2.0 release
  • Loading branch information
hasheddan committed Apr 27, 2021
2 parents 316340c + ccab620 commit 17e81fb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
20 changes: 10 additions & 10 deletions docs/getting-started/create-configuration.md
Expand Up @@ -92,7 +92,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/definition.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/definition.yaml
```

> You might notice that the XRD we created specifies both "names" and "claim
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/aws/composition.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/aws/composition.yaml
```

</div>
Expand Down Expand Up @@ -343,7 +343,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/aws-with-vpc/composition.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/aws-with-vpc/composition.yaml
```

</div>
Expand Down Expand Up @@ -399,7 +399,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/gcp/composition.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/gcp/composition.yaml
```

</div>
Expand Down Expand Up @@ -485,7 +485,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/azure/composition.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/azure/composition.yaml
```

</div>
Expand Down Expand Up @@ -535,7 +535,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/alibaba/composition.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/alibaba/composition.yaml
```

</div>
Expand Down Expand Up @@ -578,7 +578,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/aws/crossplane.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/aws/crossplane.yaml

kubectl crossplane build configuration
```
Expand Down Expand Up @@ -618,7 +618,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/aws-with-vpc/crossplane.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/aws-with-vpc/crossplane.yaml

kubectl crossplane build configuration
```
Expand Down Expand Up @@ -657,7 +657,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/gcp/crossplane.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/gcp/crossplane.yaml

kubectl crossplane build configuration
```
Expand Down Expand Up @@ -696,7 +696,7 @@ spec:
```

```console
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/package/azure/crossplane.yaml
curl -OL https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/package/azure/crossplane.yaml

kubectl crossplane build configuration
```
Expand Down
16 changes: 8 additions & 8 deletions docs/getting-started/install-configure.md
Expand Up @@ -119,7 +119,7 @@ kubectl create namespace crossplane-system
helm repo add crossplane-stable https://charts.crossplane.io/stable
helm repo update

helm install crossplane --namespace crossplane-system crossplane-stable/crossplane
helm install crossplane --namespace crossplane-system crossplane-stable/crossplane --version 1.2.0
```

> Note that OAM is an alpha feature that is disabled by default. Make sure to
Expand Down Expand Up @@ -247,7 +247,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started!
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:latest
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws:v1.2.0
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -288,7 +288,7 @@ spec:
key: creds
```
```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/providerconfig.yaml
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/configure/aws/providerconfig.yaml
```

</div>
Expand All @@ -301,7 +301,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:latest
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-aws-with-vpc:v1.2.0
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -342,7 +342,7 @@ spec:
key: creds
```
```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/providerconfig.yaml
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/configure/aws/providerconfig.yaml
```

</div>
Expand All @@ -355,7 +355,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:latest
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-gcp:v1.2.0
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -425,7 +425,7 @@ spec:
> section.
```console
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:latest
kubectl crossplane install configuration registry.upbound.io/xp/getting-started-with-azure:v1.2.0
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -481,7 +481,7 @@ spec:
key: creds
```
```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/azure/providerconfig.yaml
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/configure/azure/providerconfig.yaml
```

</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/getting-started/provision-infrastructure.md
Expand Up @@ -66,7 +66,7 @@ spec:
```

```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-aws.yaml
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/compose/claim-aws.yaml
```

</div>
Expand Down Expand Up @@ -95,7 +95,7 @@ spec:
```

```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-aws.yaml
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/compose/claim-aws.yaml
```

</div>
Expand All @@ -118,7 +118,7 @@ spec:
```

```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-gcp.yaml
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/compose/claim-gcp.yaml
```

</div>
Expand All @@ -141,7 +141,7 @@ spec:
```

```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/claim-azure.yaml
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/compose/claim-azure.yaml
```

</div>
Expand Down Expand Up @@ -240,7 +240,7 @@ spec:
```

```console
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/compose/pod.yaml
kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.2/docs/snippets/compose/pod.yaml
```

This `Pod` simply connects to a PostgreSQL database and prints its name, so you
Expand Down

0 comments on commit 17e81fb

Please sign in to comment.