Skip to content

Commit 933a887

Browse files
Merge pull request #876 from markandersontrocme/release-v-1-19
Release v1.19
2 parents b18d04d + a411d64 commit 933a887

File tree

76 files changed

+7348
-7375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+7348
-7375
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ security:
9090
# Global parameters accessible by any Page
9191
params:
9292
# The current "latest" version. Used in the version dropdown
93-
latest: "1.18"
93+
latest: "1.19"
9494
docs: true
9595
anchors:
9696
# Generate heading anchors for any heading between min and max

content/master/guides/import-existing-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 200
55

66
If you have resources that are already provisioned in a Provider,
77
you can import them as managed resources and let Crossplane manage them.
8-
A managed resource's [`managementPolicies`]({{<ref "/v1.16/concepts/managed-resources#managementpolicies">}})
8+
A managed resource's [`managementPolicies`]({{<ref "../concepts/managed-resources#managementpolicies">}})
99
field enables importing external resources into Crossplane.
1010

1111
Crossplane can import resources either [manually]({{<ref "#import-resources-manually">}})
@@ -84,7 +84,7 @@ managed resource `spec` changes the external resource.
8484

8585
## Import resources automatically
8686

87-
Automatically import external resources with an `Observe` [management policy]({{<ref "/v1.16/concepts/managed-resources#managementpolicies">}}).
87+
Automatically import external resources with an `Observe` [management policy]({{<ref "../concepts/managed-resources#managementpolicies">}}).
8888

8989
Crossplane imports observe only resources but never changes or deletes the
9090
resources.
@@ -282,4 +282,4 @@ status:
282282
```
283283

284284
Crossplane now fully manages the imported resource. Crossplane applies any
285-
changes to the managed resource in the Provider's external resource.
285+
changes to the managed resource in the Provider's external resource.

content/v1.16/api/crds/pkg.crossplane.io_functionrevisions.yaml

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)