-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix automated layer versioning (#64)
Also changes workflows to trigger output updates when draft PRs are marked as ready Closes #24
- Loading branch information
Showing
21 changed files
with
192 additions
and
166 deletions.
There are no files selected for viewing
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
9 changes: 9 additions & 0 deletions
9
changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.rst
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Added | ||
----- | ||
|
||
- Setting ``versioned = True`` in a layer definition will append a | ||
lock version number to the layer name that automatically increments | ||
each time the locked requirements change for that layer (``layer@1``, | ||
``layer@2``, etc). Layer dependency declarations and build environments, | ||
use the unversioned name, but deployed environments and their metadata | ||
will use the versioned name (implemented in :issue:`24`). |
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
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
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
Oops, something went wrong.