Skip to content

Prepare docs for v2.0 release #955

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

Merged
merged 5 commits into from
Aug 6, 2025
Merged

Prepare docs for v2.0 release #955

merged 5 commits into from
Aug 6, 2025

Conversation

negz
Copy link
Member

@negz negz commented Aug 5, 2025

This PR:

  • Removes the old content/master and replaces it with a copy of content/v2.0-preview
  • Fixes all the links that broke - mostly because versions were linking to content in master when they shouldn't
  • Addresses all vale errors (in all versions)
  • Addresses all vale warnings in content/master

I took a shot at using Claude Code to address all vale issues but it was estimating more than 24 hours to do so. 🙃

There's tons of Vale issues because this PR moves and touches a lot of files. None of them are introduced by this PR.

Copy link

netlify bot commented Aug 5, 2025

Deploy Preview for crossplane ready!

Name Link
🔨 Latest commit 8a65d21
🔍 Latest deploy log https://app.netlify.com/projects/crossplane/deploys/6892e6291476d2000852ec2f
😎 Deploy Preview https://deploy-preview-955--crossplane.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 81 (🔴 down 1 from production)
Accessibility: 90 (🔴 down 2 from production)
Best Practices: 83 (no change from production)
SEO: 100 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@negz negz changed the title Replace content/master with a copy of content/v2.0-preview Prepare docs for v2.0 release Aug 6, 2025
negz added 4 commits August 5, 2025 21:45
A lot of our content dirs had links to master when they shouldn't have.
These are now replaced with local links.

Signed-off-by: Nic Cope <[email protected]>
Not addressing warnings and suggestions though.

These should've all been spelling mistakes and repeated words.

Signed-off-by: Nic Cope <[email protected]>
I tried to address them everywhere but there are literally thousands.

Signed-off-by: Nic Cope <[email protected]>
@negz negz force-pushed the v2-for-reals branch 2 times, most recently from 5ab3007 to 580593f Compare August 6, 2025 05:02
@negz negz marked this pull request as ready for review August 6, 2025 05:05
Signed-off-by: Nic Cope <[email protected]>
Copy link
Collaborator

@jeanduplessis jeanduplessis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM in general. I think we just need to update the provider versions to the latest v2 compatible ones.


To download the latest version for your CPU architecture with the Crossplane
install script.

```shell
curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/main/install.sh" | sh
curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/main/install.sh" | XP_CHANNEL=preview sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume preview channel is intentional since "master" fir is always latest and not a tagged release.

metadata:
name: crossplane-contrib-provider-aws-s3
spec:
package: xpkg.crossplane.io/crossplane-contrib/provider-aws-s3:v1.24.0-crossplane-v2-preview.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These versions will be 2.0.0 for the provider wit v2 support

| --- | --- | --- |
| Beta | `--enable-deployment-runtime-configs` | Enable support for DeploymentRuntimeConfigs. |
| Beta | `--enable-usages` | Enable support for Usages. |
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this beta now?

@negz
Copy link
Member Author

negz commented Aug 6, 2025

@jeanduplessis My PR title was a bit misleading. I'm just moving content around and fixing errors in this PR. +1 to fixing the things you pointed out but I'd like to do that in a follow-up PR. I'm guessing there's a few more things that'll need updating as well.

@negz negz merged commit 0ec68cf into crossplane:master Aug 6, 2025
6 of 7 checks passed
@negz negz deleted the v2-for-reals branch August 6, 2025 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants