🎉 Immutable Releases: Public Preview is Here! #171210
Replies: 9 comments 14 replies
-
Sounds great. Huge work guys! Much love to the GitHub team, especially the great devs! |
Beta Was this translation helpful? Give feedback.
-
Hi @tinaheidinger, This is a fantastic addition! Immutable Releases will greatly enhance the security and trustworthiness of software delivery by ensuring release artifacts remain exactly as published. This kind of supply chain protection is critical, especially as software supply chain attacks continue to rise. I’m excited to test this feature and provide feedback as it rolls out. Kudos to the team for prioritizing security and improving the release workflow. Thanks for sharing and looking forward to seeing Immutable Releases become generally available! Best, |
Beta Was this translation helpful? Give feedback.
-
Will there be an API to manage this at the repository level? Additionally, how does this work with uploading release assets? The docs are clear that assets can't be altered, but what about adding new ones?
So you can't add/remove assets after creating an immutable release. So I might ask - how exactly does this work with publication workflows where there is a delta between release creation via API and asset addition (as they are different API calls). I just tested with a really simple workflow: https://github.com/AdnaneKhan/TestImmutable/actions/runs/17275237419/job/49030192026#step:5:17 Does this mean that projects that use Actions to create releases and attach assets need to make sure that the workflow:
GitHub should add a warning about this interaction as this will lead to a lot of projects release workflows failing to upload assets if they enable the feature and their CI doesn't create a draft first. |
Beta Was this translation helpful? Give feedback.
-
After enabling immutable releases, I am still able to delete the release and the tag later. |
Beta Was this translation helpful? Give feedback.
-
Awesome, nice work! 😺🖖❤️ |
Beta Was this translation helpful? Give feedback.
-
Thank you for the great feature! |
Beta Was this translation helpful? Give feedback.
-
In general I think this is a good setting, however I would like it to be more flexible. https://github.com/miljodir/workflow-templates/tags If for instance the tag ends with /v1 or /v2 it should be mutable. Other tags e.g. 1.0.0 and 1.0.1 should be immutable |
Beta Was this translation helpful? Give feedback.
-
Just scanned through my org. Only a single repo out of 300+ repos, where 35 of them use releases, only one of the repos has a mutable Github release. I know it is possible to use "selected repositories", but the UX for this is bad if needing to select hundreds of repositories, and won't auto add new repositories when created. As minimum there should be a "select all" button in the "select repositories" context before I unselect specific repos so I don't have to click through hundreds of repos. Would you consider improving the flexibility for repository targeting to be similar to repository rulesets? For instance including and excluding by repository name patterns and/or repository properties: ![]() |
Beta Was this translation helpful? Give feedback.
-
Noticed a small bug. DescriptionI am pushing a new tag to a repository. And I get
When I click the "Review all repository rules at ..." link, I see that no repository rules exist for this repository. This happens because an immutable release that has since been deleted existed for that tag. The error message is wrong. Reproduction Steps
It will fail with the (wrong) error message. Expected behaviorThe error message should read:
Or similar. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We’re excited to announce that Immutable Releases are now available in public preview and will be gradually rolled out to all organizations and repositories!
Immutable Releases add a new layer of supply chain security to GitHub Releases by preventing changes to release assets and their associated tags after publication. This helps ensure that the software you publish (and your users consume) remains secure and trustworthy. With Immutable Releases, release assets can no longer be added, modified, or deleted after publishing, and tags are protected from being moved or deleted.
We’d love for you to try out Immutable Releases and share your feedback! Your input will help us polish the experience as we work toward general availability.
Let us know your questions, thoughts, and feedback in the discussion below. Thanks for helping us make GitHub Releases even more secure and reliable for everyone!
Beta Was this translation helpful? Give feedback.
All reactions