diff --git a/docs/v1.7/cloud-providers/aws/aws-provider.md b/docs/v1.7/cloud-providers/aws/aws-provider.md index 9a784c6c..e13091ee 100644 --- a/docs/v1.7/cloud-providers/aws/aws-provider.md +++ b/docs/v1.7/cloud-providers/aws/aws-provider.md @@ -28,8 +28,8 @@ Run `setup.sh` to read `aws` credentials and region, and create an `aws provider` instance in Crossplane: ```bash -curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/providerconfig.yaml -curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/aws/setup.sh +curl -O https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/aws/providerconfig.yaml +curl -O https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/aws/setup.sh chmod +x setup.sh ./setup.sh [--profile aws_profile] ``` diff --git a/docs/v1.7/cloud-providers/gcp/gcp-provider.md b/docs/v1.7/cloud-providers/gcp/gcp-provider.md index 530a4127..c5e37cbc 100644 --- a/docs/v1.7/cloud-providers/gcp/gcp-provider.md +++ b/docs/v1.7/cloud-providers/gcp/gcp-provider.md @@ -33,7 +33,7 @@ account will have access to the services and roles sufficient to run the Crossplane GCP examples. ```bash -curl -O https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/configure/gcp/credentials.sh +curl -O https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/configure/gcp/credentials.sh ./credentials.sh # ... EXAMPLE OUTPUT ONLY # export ORGANIZATION_ID=987654321 diff --git a/docs/v1.7/concepts/managed-resources.md b/docs/v1.7/concepts/managed-resources.md index 3f235b1c..4a99a73d 100644 --- a/docs/v1.7/concepts/managed-resources.md +++ b/docs/v1.7/concepts/managed-resources.md @@ -63,7 +63,7 @@ spec: ``` ```console -kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/provision/aws.yaml +kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/provision/aws.yaml ``` Creating the above instance will cause Crossplane to provision an RDS instance @@ -111,7 +111,7 @@ spec: ``` ```console -kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/provision/gcp.yaml +kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/provision/gcp.yaml ``` Creating the above instance will cause Crossplane to provision a CloudSQL @@ -177,7 +177,7 @@ spec: ``` ```console -kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/master/docs/snippets/provision/azure.yaml +kubectl apply -f https://raw.githubusercontent.com/crossplane/crossplane/release-1.7/docs/snippets/provision/azure.yaml ``` Creating the above instance will cause Crossplane to provision a PostgreSQL diff --git a/docs/v1.7/concepts/packages.md b/docs/v1.7/concepts/packages.md index 3f601db3..c645cdb8 100644 --- a/docs/v1.7/concepts/packages.md +++ b/docs/v1.7/concepts/packages.md @@ -486,7 +486,7 @@ by [pre-pulling images] onto nodes in the cluster. [provider-docs]: https://doc.crds.dev/github.com/crossplane/crossplane/meta.pkg.crossplane.io/Provider/v1 [configuration-docs]: https://doc.crds.dev/github.com/crossplane/crossplane/meta.pkg.crossplane.io/Configuration/v1 [lock-api]: https://doc.crds.dev/github.com/crossplane/crossplane/pkg.crossplane.io/Lock/v1beta1 -[getting-started-with-gcp]: https://github.com/crossplane/crossplane/tree/master/docs/snippets/package/gcp +[getting-started-with-gcp]: https://github.com/crossplane/crossplane/tree/release-1.7/docs/snippets/package/gcp [specification]: https://github.com/Masterminds/semver#basic-comparisons [composition]: composition.md [IAM Roles for Service Accounts]: https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html diff --git a/docs/v1.7/getting-started/create-configuration.md b/docs/v1.7/getting-started/create-configuration.md index dad17ad6..e01e09ee 100644 --- a/docs/v1.7/getting-started/create-configuration.md +++ b/docs/v1.7/getting-started/create-configuration.md @@ -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.7/docs/snippets/package/definition.yaml ``` > You might notice that the XRD we created specifies both "names" and "claim @@ -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.7/docs/snippets/package/aws/composition.yaml ``` @@ -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.7/docs/snippets/package/aws-with-vpc/composition.yaml ``` @@ -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.7/docs/snippets/package/gcp/composition.yaml ``` @@ -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.7/docs/snippets/package/azure/composition.yaml ``` @@ -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.7/docs/snippets/package/alibaba/composition.yaml ``` @@ -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.7/docs/snippets/package/aws/crossplane.yaml kubectl crossplane build configuration ``` @@ -591,7 +591,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.7.0 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -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.7/docs/snippets/package/aws-with-vpc/crossplane.yaml kubectl crossplane build configuration ``` @@ -631,7 +631,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.7.0 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -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.7/docs/snippets/package/gcp/crossplane.yaml kubectl crossplane build configuration ``` @@ -670,7 +670,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.7.0 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the @@ -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.7/docs/snippets/package/azure/crossplane.yaml kubectl crossplane build configuration ``` @@ -709,7 +709,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.7.0 ``` > Note that the Crossplane CLI will not follow symbolic links for files in the diff --git a/docs/v1.7/getting-started/install-configure.md b/docs/v1.7/getting-started/install-configure.md index bcfac12c..445332e3 100644 --- a/docs/v1.7/getting-started/install-configure.md +++ b/docs/v1.7/getting-started/install-configure.md @@ -243,7 +243,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.7.0 ``` Wait until all packages become healthy: @@ -284,7 +284,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.7/docs/snippets/configure/aws/providerconfig.yaml ``` @@ -300,7 +300,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.7.0 ``` Wait until all packages become healthy: @@ -341,7 +341,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.7/docs/snippets/configure/aws/providerconfig.yaml ``` @@ -357,7 +357,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.7.0 ``` Wait until all packages become healthy: @@ -430,7 +430,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.7.0 ``` Wait until all packages become healthy: @@ -471,7 +471,7 @@ spec: ``` ```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.7/docs/snippets/configure/azure/providerconfig.yaml ``` diff --git a/docs/v1.7/getting-started/provision-infrastructure.md b/docs/v1.7/getting-started/provision-infrastructure.md index 2aeedf69..ded3893a 100644 --- a/docs/v1.7/getting-started/provision-infrastructure.md +++ b/docs/v1.7/getting-started/provision-infrastructure.md @@ -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.7/docs/snippets/compose/claim-aws.yaml ``` @@ -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.7/docs/snippets/compose/claim-aws.yaml ``` @@ -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.7/docs/snippets/compose/claim-gcp.yaml ``` @@ -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.7/docs/snippets/compose/claim-azure.yaml ``` @@ -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.7/docs/snippets/compose/pod.yaml ``` This `Pod` simply connects to a PostgreSQL database and prints its name, so you