-
Notifications
You must be signed in to change notification settings - Fork 114
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
Conversation
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
content/v1.16/concepts/packages.md
Outdated
@@ -54,6 +54,20 @@ spec: | |||
package: xpkg.upbound.io/upbound/platform-ref-aws:v0.6.0 | |||
``` | |||
|
|||
{{<hint "tip" >}} |
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.
Could we add this section for v1.17 as well in content/v1.17/concepts/packages.md
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.
No, we did not cherry-pick the changes to previous releases
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.
Should we then maybe not have this addition in the v1.16 version content?
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.
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. | |
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.
Should this flag appear in the 1.17 and 1.16 docs as well?
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.
No, we did not cherry-pick the changes to previous releases
…flags Signed-off-by: ezgidemirel <[email protected]>
No description provided.