Skip to content

Commit

Permalink
Merge pull request #3395 from muvaf/versions-1.10
Browse files Browse the repository at this point in the history
[release-1.10] Pin docs for v1.10.0 release
  • Loading branch information
muvaf authored Oct 18, 2022
2 parents acd92e0 + 067e2c1 commit 55bb734
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/create-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ you may specify a specific package by using the `-f` flag.
```console
# Set this to the Docker Hub username or OCI registry you wish to use.
REG=my-package-repo
kubectl crossplane push configuration ${REG}/getting-started-with-aws:master
kubectl crossplane push configuration ${REG}/getting-started-with-aws:v1.10.0
```

> Note that the Crossplane CLI will not follow symbolic links for files in the
Expand Down Expand Up @@ -627,7 +627,7 @@ you may specify a specific package by using the `-f` flag.
```console
# Set this to the Docker Hub username or OCI registry you wish to use.
REG=my-package-repo
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:master
kubectl crossplane push configuration ${REG}/getting-started-with-aws-with-vpc:v1.10.0
```

> Note that the Crossplane CLI will not follow symbolic links for files in the
Expand Down Expand Up @@ -666,7 +666,7 @@ you may specify a specific package by using the `-f` flag.
```console
# Set this to the Docker Hub username or OCI registry you wish to use.
REG=my-package-repo
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:master
kubectl crossplane push configuration ${REG}/getting-started-with-gcp:v1.10.0
```

> Note that the Crossplane CLI will not follow symbolic links for files in the
Expand Down Expand Up @@ -705,7 +705,7 @@ you may specify a specific package by using the `-f` flag.
```console
# Set this to the Docker Hub username or OCI registry you wish to use.
REG=my-package-repo
kubectl crossplane push configuration ${REG}/getting-started-with-azure:master
kubectl crossplane push configuration ${REG}/getting-started-with-azure:v1.10.0
```

> Note that the Crossplane CLI will not follow symbolic links for files in the
Expand Down
8 changes: 4 additions & 4 deletions docs/getting-started/install-configure.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ provider that can satisfy a `PostgreSQLInstance`. Let's get started!
> section.
```bash
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.10.0
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -246,7 +246,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/
> section.
```bash
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.10.0
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -302,7 +302,7 @@ kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/
> section.
```bash
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.10.0
```

Wait until all packages become healthy:
Expand Down Expand Up @@ -373,7 +373,7 @@ spec:
> section.
```bash
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.10.0
```

Wait until all packages become healthy:
Expand Down

0 comments on commit 55bb734

Please sign in to comment.