|
| 1 | +<!-- SPDX-License-Identifier: CC0-1.0 --> |
| 2 | + |
| 3 | +# Changelog |
| 4 | + |
| 5 | +All notable changes to `ghasum` will be documented in this file. |
| 6 | + |
| 7 | +The format is based on [Keep a Changelog], and this project adheres to [Semantic |
| 8 | +Versioning]. |
| 9 | + |
| 10 | +[keep a changelog]: https://keepachangelog.com/en/1.0.0/ |
| 11 | +[semantic versioning]: https://semver.org/spec/v2.0.0.html |
| 12 | + |
| 13 | +## [Unreleased] |
| 14 | + |
| 15 | +- _No changes yet_ |
| 16 | + |
| 17 | +## [v0.4.0] - 2025-04-27 |
| 18 | + |
| 19 | +### Enhancements |
| 20 | + |
| 21 | +- Include transitive actions in `gha.sum` (opt-out available). |
| 22 | +- Improve performance of cloning repositories at a commit. |
| 23 | + |
| 24 | +### Bugs |
| 25 | + |
| 26 | +- Fix errors for `uses:` values with local actions. |
| 27 | +- Fix errors for `uses:` values with Docker Hub actions. |
| 28 | + |
| 29 | +### Security |
| 30 | + |
| 31 | +- Upgrade Go to `v1.24.2`. |
| 32 | + |
| 33 | +### Miscellaneous |
| 34 | + |
| 35 | +- Improve reproducibility by using `-trimpath` for release builds. |
| 36 | + |
| 37 | +## [v0.3.0] - 2025-01-25 |
| 38 | + |
| 39 | +### Enhancements |
| 40 | + |
| 41 | +- Improve behavior for sumfiles with duplicate entries. |
| 42 | +- Add `-offline` verification support |
| 43 | +- Add cache eviction support. |
| 44 | +- Make `ghasum update` preserve existing checksums by default. |
| 45 | + |
| 46 | +### Bugs |
| 47 | + |
| 48 | +- Fix behavior for sumfiles with duplicate entries. |
| 49 | + |
| 50 | +### Security |
| 51 | + |
| 52 | +- Upgrade Go to `v1.23.5`. |
| 53 | + |
| 54 | +### Miscellaneous |
| 55 | + |
| 56 | +- Improve reproducibility by using `-trimpath`. |
| 57 | + |
| 58 | +## [v0.2.0] - 2024-03-21 |
| 59 | + |
| 60 | +### Enhancements |
| 61 | + |
| 62 | +- Support validating a single workflow. |
| 63 | +- Support validating a single job in a workflow. |
| 64 | +- Make `ghasum update` error if the `gha.sum` file is corrupted. |
| 65 | + |
| 66 | +### Bugs |
| 67 | + |
| 68 | +- Unlock `gha.sum` if an error occurs during updating. |
| 69 | +- Correct parsing uses values with multiple `@` characters. |
| 70 | + |
| 71 | +### Security |
| 72 | + |
| 73 | +- Upgrade Go to `v1.22.1`. |
| 74 | + |
| 75 | +## [v0.1.0] - 2024-02-17 |
| 76 | + |
| 77 | +Initial release. |
0 commit comments