Commit b1ea6fa
authored
Version 0.48.1-RC1 (#3781)
* Update version.txt
* Replace mholt/archiver with mholt/archives.
* Pass blob readers to unarchivers rather than having a dedicated blob unarchiver.
* Fixed unarchiving of links.
* Try to fix hardlink failures.
Revert "Try to fix hardlink failures."
This reverts commit feb27a3.
Update unarchiver.go
* Use correct []byte reader interface.
* ProxyReader needs to implement io.Seeker for unpacking zip archives.
* Address CVEs.
* Placate check-format
* Update macOS runner.
macos-15 is ARM, so we need macos-15-intel.
* Updated golangci-lint dev dependency and migrated config.
* Allow performance tests to run for up to a minute.
* Updated changelog for 0.48.1.
* Updated GitHub Actions to Go 1.24.
* Updated Go to 1.24.11 to remediate CVEs.
* Avoid concurrent map read/write.
* Updated changelog.1 parent 2ad0297 commit b1ea6fa
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| |||
0 commit comments