From 6ecd118d79e829edecadc241447b58ef50ff6b02 Mon Sep 17 00:00:00 2001 From: loomkoom Date: Thu, 21 Mar 2024 16:38:53 +0100 Subject: [PATCH] Fix: update quickstart azure provider version (#735) The azure provider version in quickstart is several versions behind, which resulted in incompatibility when using current upbound docs (eg. Client Certificate authentication). Signed-off-by: loomkoom --- .../master/getting-started/provider-azure-part-2.md | 10 +++++----- content/master/getting-started/provider-azure.md | 8 ++++---- content/v1.15/getting-started/provider-azure-part-2.md | 10 +++++----- content/v1.15/getting-started/provider-azure.md | 10 +++++----- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/content/master/getting-started/provider-azure-part-2.md b/content/master/getting-started/provider-azure-part-2.md index afb01eb0..cdc3e8e2 100644 --- a/content/master/getting-started/provider-azure-part-2.md +++ b/content/master/getting-started/provider-azure-part-2.md @@ -45,7 +45,7 @@ kind: Provider metadata: name: provider-azure-network spec: - package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 + package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 EOF ``` @@ -468,7 +468,7 @@ kind: Provider metadata: name: provider-azure-compute spec: - package: xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 + package: xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1 EOF ``` @@ -478,9 +478,9 @@ View the new Compute provider with `kubectl get providers`. ```shell {copy-lines="1"} kubectl get providers NAME INSTALLED HEALTHY PACKAGE AGE -provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 25s -provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 3h -upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 3h +provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1 25s +provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 3h +upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 3h ``` ## Access the custom API diff --git a/content/master/getting-started/provider-azure.md b/content/master/getting-started/provider-azure.md index 95d0cd1d..5b28be1e 100644 --- a/content/master/getting-started/provider-azure.md +++ b/content/master/getting-started/provider-azure.md @@ -39,7 +39,7 @@ kind: Provider metadata: name: provider-azure-network spec: - package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 + package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 EOF ``` @@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`. ```shell {copy-lines="1",label="getProvider"} kubectl get providers NAME INSTALLED HEALTHY PACKAGE AGE -provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 38s -upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 26s +provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 38s +upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 26s ``` The Network Provider installs a second Provider, the @@ -69,7 +69,7 @@ Every CRD maps to a unique Azure 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-family-azure/v0.34.0). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/v0.42.1). {{< /hint >}} diff --git a/content/v1.15/getting-started/provider-azure-part-2.md b/content/v1.15/getting-started/provider-azure-part-2.md index afb01eb0..cdc3e8e2 100644 --- a/content/v1.15/getting-started/provider-azure-part-2.md +++ b/content/v1.15/getting-started/provider-azure-part-2.md @@ -45,7 +45,7 @@ kind: Provider metadata: name: provider-azure-network spec: - package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 + package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 EOF ``` @@ -468,7 +468,7 @@ kind: Provider metadata: name: provider-azure-compute spec: - package: xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 + package: xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1 EOF ``` @@ -478,9 +478,9 @@ View the new Compute provider with `kubectl get providers`. ```shell {copy-lines="1"} kubectl get providers NAME INSTALLED HEALTHY PACKAGE AGE -provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 25s -provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 3h -upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 3h +provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1 25s +provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 3h +upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 3h ``` ## Access the custom API diff --git a/content/v1.15/getting-started/provider-azure.md b/content/v1.15/getting-started/provider-azure.md index 95d0cd1d..5e8e1d91 100644 --- a/content/v1.15/getting-started/provider-azure.md +++ b/content/v1.15/getting-started/provider-azure.md @@ -39,7 +39,7 @@ kind: Provider metadata: name: provider-azure-network spec: - package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 + package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 EOF ``` @@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`. ```shell {copy-lines="1",label="getProvider"} kubectl get providers NAME INSTALLED HEALTHY PACKAGE AGE -provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 38s -upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 26s +provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 38s +upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 26s ``` The Network Provider installs a second Provider, the @@ -69,7 +69,7 @@ Every CRD maps to a unique Azure 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-family-azure/v0.34.0). +[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/v0.42.1). {{< /hint >}} @@ -236,4 +236,4 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted * Explore Azure resources that Crossplane can configure in the [Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/). * Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with - Crossplane users and contributors. \ No newline at end of file + Crossplane users and contributors.