This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
chore!: uds bundle refs for upstream flavor and namespace #977
Merged
justinthelaw
merged 30 commits into
main
from
post-0.12.0-release-namespace-version-changes
Sep 10, 2024
Merged
chore!: uds bundle refs for upstream flavor and namespace #977
justinthelaw
merged 30 commits into
main
from
post-0.12.0-release-namespace-version-changes
Sep 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ect-ghcr-repository-directory
✅ Deploy Preview for leapfrogai-docs canceled.
|
justinthelaw
added a commit
that referenced
this pull request
Sep 4, 2024
## BREAKING CHANGES - LeapfrogAI `latest` UDS bundles on `main` branch will break when this is merged unless the following is done: - add `-upstream` to all components in `latest` bundles - change namespace of the referenced repository to `packages/uds/leapfrogai` - release-please does not currently work with flavors as it is currently configured to follow SemVer standards; manual changing of the `latest` bundles ref must be done moving forward until a fix (custom replacement strategy) is implemented ## CHANGES - Moves bundles to UDS Common standard directory (`bundles/`) - Shifts the target GHCR repository sub-directory from `packages/leapfrogai` to `packages/uds/leapfrogai` as part of the[ _Made For UDS_](https://github.com/defenseunicorns/uds-common/blob/main/docs/uds-package-practices.md) standard - Adds `-upstream` as the default bundle ref and increments the ref manually ## NOTES After 0.12.0 is released and artifacts are published, PR #977 should be merged in to add the UDS bundle manifest pointers necessary to use the `upstream` flavor and v0.12.0 in general.
Update and review after the 0.12.0 release goes through GHCR and IronBank. |
Awaiting approval of 0.12.2 on IronBank. Resolving several new CVEs in VAT. https://repo1.dso.mil/dsop/opensource/defenseunicorns/leapfrogai/api/-/merge_requests/32 |
2 tasks
jalling97
previously approved these changes
Sep 9, 2024
CollectiveUnicorn
approved these changes
Sep 10, 2024
gphorvath
approved these changes
Sep 10, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
dependencies
Pull requests that update a dependency file
tech-debt
Not a feature, but still necessary
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OVERVIEW
Related to PR #933
Should be merged in after successfully releasing and publishing artifacts related to LeapfrogAI v0.12.0.
BREAKING CHANGES
See PR #933
latest
UDS bundles will not include the-upstream
flavor appended to the end of the version number (e.g.,0.12.2-upstream
)0.12.2
and adds integration tests tooCHANGES
See PR #933