-
Notifications
You must be signed in to change notification settings - Fork 140
Update content/master to use v2 stable instead of preview #959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,11 @@ Examples of managed resources include: | |
* Microsoft Azure PostgreSQL `Database` defined in [provider-upjet-azure](https://github.com/crossplane-contrib/provider-upjet-azure). | ||
|
||
{{<hint "important">}} | ||
Only AWS managed resources support the Crossplane v2 preview. | ||
AWS managed resources fully support Crossplane v2. | ||
|
||
<!-- vale gitlab.FutureTense = NO --> | ||
Maintainers will update the managed resources for other systems including Azure, | ||
GCP, Terraform, Helm, GitHub, etc to support Crossplane v2 soon. | ||
Maintainers are actively working to update managed resources for other systems including Azure, | ||
GCP, Terraform, Helm, GitHub, etc to support Crossplane v2. | ||
Comment on lines
+23
to
+27
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same note as above. |
||
<!-- vale gitlab.FutureTense = YES --> | ||
{{</hint>}} | ||
|
||
|
@@ -419,7 +419,7 @@ For example, when creating an AWS RDS database instance with the Crossplane | |
[community AWS provider](https://github.com/crossplane-contrib/provider-aws) | ||
generates an endpoint, password, port and username data. The Provider saves | ||
these variables in the Kubernetes secret | ||
{{<hover label="secretname" line="9" >}}rds-secret{{</hover>}}, referenced by | ||
{{<hover label="secretname" line="10" >}}rds-secret{{</hover>}}, referenced by | ||
the | ||
{{<hover label="secretname" line="9" >}}writeConnectionSecretToRef{{</hover>}} | ||
field. | ||
|
@@ -428,6 +428,7 @@ field. | |
apiVersion: database.aws.m.crossplane.io/v1beta1 | ||
kind: RDSInstance | ||
metadata: | ||
namespace: default | ||
name: my-rds-instance | ||
spec: | ||
forProvider: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,11 +215,11 @@ Follow [Get Started with Managed Resources]({{<ref "../get-started/get-started-w | |
to see how managed resources work. | ||
|
||
{{<hint "note">}} | ||
Only AWS managed resources support the Crossplane v2 preview. | ||
AWS managed resources fully support Crossplane v2. | ||
|
||
<!-- vale gitlab.FutureTense = NO --> | ||
Maintainers will update the managed resources for other systems including Azure, | ||
GCP, Terraform, Helm, GitHub, etc to support Crossplane v2 soon. | ||
Maintainers are actively working to update managed resources for other systems including Azure, | ||
GCP, Terraform, Helm, GitHub, etc to support Crossplane v2. | ||
Comment on lines
-218
to
+222
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same note as above |
||
<!-- vale gitlab.FutureTense = YES --> | ||
{{</hint>}} | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: What's New in v2? | ||
weight: 4 | ||
description: Learn what's new in the Crossplane v2 preview | ||
description: Learn what's new in Crossplane v2 | ||
--- | ||
**Crossplane v2 makes Crossplane more useful, more intuitive, and less | ||
opinionated.** | ||
|
@@ -150,12 +150,11 @@ opinionated about using composition and MRs together. Namespaces enable fine | |
grained access control over who can create what MRs. | ||
|
||
{{<hint "note">}} | ||
During the Crossplane v2 preview only namespaced AWS managed resources are | ||
available. | ||
Namespaced AWS managed resources are fully available in Crossplane v2. | ||
|
||
<!-- vale gitlab.FutureTense = NO --> | ||
Maintainers will update the managed resources for other systems including Azure, | ||
GCP, Terraform, Helm, GitHub, etc to support namespaced MRs soon. | ||
Maintainers are actively working to update managed resources for other systems including Azure, | ||
GCP, Terraform, Helm, GitHub, etc to support namespaced MRs. | ||
Comment on lines
+153
to
+157
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same note as above |
||
<!-- vale gitlab.FutureTense = YES --> | ||
{{</hint>}} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a note that AWS provider will not be ready today. It will only be published on Tuesday, 12 Aug, along with GCP, Azure, Helm and Kubernetes providers.