Skip to content
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

pkg-mgr: Add digest support and enable-dependency-version-upgrades flag #835

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

ezgidemirel
Copy link
Member

No description provided.

Copy link

netlify bot commented Nov 8, 2024

Deploy Preview for crossplane ready!

Name Link
🔨 Latest commit 1c446c0
🔍 Latest deploy log https://app.netlify.com/sites/crossplane/deploys/672e0e9070d3590008e7a54d
😎 Deploy Preview https://deploy-preview-835--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: 78 (🔴 down 3 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 site configuration.

@ezgidemirel ezgidemirel requested a review from jbw976 November 8, 2024 09:41
@@ -54,6 +54,20 @@ spec:
package: xpkg.upbound.io/upbound/platform-ref-aws:v0.6.0
```

{{<hint "tip" >}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could we add this section for v1.17 as well in content/v1.17/concepts/packages.md

Copy link
Member Author

Choose a reason for hiding this comment

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

No, we did not cherry-pick the changes to previous releases

Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we then maybe not have this addition in the v1.16 version content?

Copy link
Member Author

Choose a reason for hiding this comment

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

thanks for the catch! fixed :)

@@ -259,6 +259,7 @@ at the table below.
| Alpha | `--enable-realtime-compositions` | Enable support for real time compositions. |
| Alpha | `--enable-ssa-claims` | Enable support for using server-side apply to sync claims with XRs. |
| Alpha | `--enable-usages` | Enable support for Usages. |
| Alpha | `--enable-dependency-version-upgrades ` | Enable automatic version upgrades of dependencies when updating packages. |
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this flag appear in the 1.17 and 1.16 docs as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, we did not cherry-pick the changes to previous releases

@jeanduplessis jeanduplessis merged commit 6861340 into crossplane:master Nov 8, 2024
7 checks passed
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