-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add support for requirement labels feature #2922
Merged
Merged
+30
−24
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
pipex
added a commit
to balena-io/docs
that referenced
this pull request
Mar 3, 2025
This also removes the container contracts page as this feature is being replaced by container requirements. See: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205 Change-type: minor Depends-on: balena-io/balena-cli#2922
6955780
to
2a6be7a
Compare
pipex
added a commit
to balena-io/docs
that referenced
this pull request
Mar 3, 2025
This also removes the container contracts page as this feature is being replaced by container requirements. See: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205 Change-type: minor Depends-on: balena-io/balena-cli#2922
pipex
added a commit
to balena-io/docs
that referenced
this pull request
Mar 3, 2025
This also removes the container contracts page as this feature is being replaced by container requirements. See: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205 Change-type: minor Depends-on: balena-io/balena-cli#2922
2a6be7a
to
708605f
Compare
708605f
to
7108c09
Compare
37fd7f6
to
43ce520
Compare
thgreasi
reviewed
Mar 12, 2025
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.
Let's just change the Bump balena/compose to v7 title
commit message to sometjing like build: Add support for the new requirement labels feature
so that the new feature shows up in the changelog. Other than that lgtm 👍
Updates @balena/compose to v7 to include this new feature. See: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205 Depends-on: balena-io-modules/balena-compose#64 Change-type: minor
Depending on the signing password value, the script may interpret the contents of the password and cause the signing process to fail. This puts quotes around the password on assignment to prevent this.
43ce520
to
d24d78d
Compare
thgreasi
approved these changes
Mar 12, 2025
pipex
added a commit
to balena-io/docs
that referenced
this pull request
Mar 12, 2025
This also removes the container contracts page as this feature is being replaced by container requirements. See: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205 Change-type: minor Depends-on: balena-io/balena-cli#2922
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates @balena/compose to v7 to include this new feature.
See: https://balena.fibery.io/Work/Project/Refactoring-container-contracts-1205
Depends-on: balena-io-modules/balena-compose#64
Change-type: minor
Release notes
This release introduces support for defining container requirements from composition labels.
Supported labels are
io.balena.features.requires.sw.supervisor
that should be set to a version rangeio.balena.features.requires.sw.l4t
that should be set to a version rangeio.balena.features.requires.arch.sw
that should be set to a valid architecture (amd64, aarch64, armv7hf, rpi, i386)io.balena.features.requires.hw.device-type
that should be set to a valid device type slug (not validated at the moment).