Skip to content

Commit 6ecd118

Browse files
authored
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 <[email protected]>
1 parent 5438185 commit 6ecd118

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

content/master/getting-started/provider-azure-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ kind: Provider
4545
metadata:
4646
name: provider-azure-network
4747
spec:
48-
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
48+
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
4949
EOF
5050
```
5151

@@ -468,7 +468,7 @@ kind: Provider
468468
metadata:
469469
name: provider-azure-compute
470470
spec:
471-
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0
471+
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1
472472
EOF
473473
```
474474

@@ -478,9 +478,9 @@ View the new Compute provider with `kubectl get providers`.
478478
```shell {copy-lines="1"}
479479
kubectl get providers
480480
NAME INSTALLED HEALTHY PACKAGE AGE
481-
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 25s
482-
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 3h
483-
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 3h
481+
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1 25s
482+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 3h
483+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 3h
484484
```
485485

486486
## Access the custom API

content/master/getting-started/provider-azure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kind: Provider
3939
metadata:
4040
name: provider-azure-network
4141
spec:
42-
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
42+
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
4343
EOF
4444
```
4545

@@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`.
5454
```shell {copy-lines="1",label="getProvider"}
5555
kubectl get providers
5656
NAME INSTALLED HEALTHY PACKAGE AGE
57-
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 38s
58-
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 26s
57+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 38s
58+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 26s
5959
```
6060

6161
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.
6969

7070
{{< hint type="tip" >}}
7171
See details about all the supported CRDs in the
72-
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/v0.34.0).
72+
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/v0.42.1).
7373
{{< /hint >}}
7474

7575

content/v1.15/getting-started/provider-azure-part-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ kind: Provider
4545
metadata:
4646
name: provider-azure-network
4747
spec:
48-
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
48+
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
4949
EOF
5050
```
5151

@@ -468,7 +468,7 @@ kind: Provider
468468
metadata:
469469
name: provider-azure-compute
470470
spec:
471-
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0
471+
package: xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1
472472
EOF
473473
```
474474

@@ -478,9 +478,9 @@ View the new Compute provider with `kubectl get providers`.
478478
```shell {copy-lines="1"}
479479
kubectl get providers
480480
NAME INSTALLED HEALTHY PACKAGE AGE
481-
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.34.0 25s
482-
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 3h
483-
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 3h
481+
provider-azure-compute True True xpkg.upbound.io/upbound/provider-azure-compute:v0.42.1 25s
482+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 3h
483+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 3h
484484
```
485485

486486
## Access the custom API

content/v1.15/getting-started/provider-azure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kind: Provider
3939
metadata:
4040
name: provider-azure-network
4141
spec:
42-
package: xpkg.upbound.io/upbound/provider-azure-network:v0.34.0
42+
package: xpkg.upbound.io/upbound/provider-azure-network:v0.42.1
4343
EOF
4444
```
4545

@@ -54,8 +54,8 @@ Verify the provider installed with `kubectl get providers`.
5454
```shell {copy-lines="1",label="getProvider"}
5555
kubectl get providers
5656
NAME INSTALLED HEALTHY PACKAGE AGE
57-
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.34.0 38s
58-
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.34.0 26s
57+
provider-azure-network True True xpkg.upbound.io/upbound/provider-azure-network:v0.42.1 38s
58+
upbound-provider-family-azure True True xpkg.upbound.io/upbound/provider-family-azure:v0.42.1 26s
5959
```
6060

6161
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.
6969

7070
{{< hint type="tip" >}}
7171
See details about all the supported CRDs in the
72-
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/v0.34.0).
72+
[Upbound Marketplace](https://marketplace.upbound.io/providers/upbound/provider-family-azure/v0.42.1).
7373
{{< /hint >}}
7474

7575

@@ -236,4 +236,4 @@ virtualnetwork.network.azure.upbound.io "crossplane-quickstart-network" deleted
236236
* Explore Azure resources that Crossplane can configure in the
237237
[Provider CRD reference](https://marketplace.upbound.io/providers/upbound/provider-family-azure/).
238238
* Join the [Crossplane Slack](https://slack.crossplane.io/) and connect with
239-
Crossplane users and contributors.
239+
Crossplane users and contributors.

0 commit comments

Comments
 (0)