Skip to content

Commit

Permalink
v1.24.10
Browse files Browse the repository at this point in the history
NOTE: this bumps from v1.28.8 to .10.  There was a bump to .9 before but
it has not been tagged.  The below changelog hence includes changes from
.9 and .10.

* pkg: idtools: export RawTo{Container,Host}
* Revert "[backport v1.24] Lock during store diff and add race-free `AddNames` and `RemoveNames` api."
* version: bump to 1.24.9
* store: add independent AddNames and RemoveNames for images,layers,containers
* store: unlock store on ReloadIfChanged error
* store: lock graphLock during Diff
* ApplyDiff: compress saved headers without concurrency
* overlay.recreateSymlinks: handle missing "link" files, add a test
* Fix runtime panic for opening lockfile if parent dir got removed
* store: replace Modified+Load with ReloadIfChanged
* store: new method ROFileBasedStore.ReloadIfChanged()
* cirrus: update setup.sh to main version
* TestLockfileWriteConcurrent: stay below 8192 goroutines
* Use an xz library instead of shelling out to xz for decompression

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Apr 14, 2022
1 parent 6e9b8ad commit 4ac9fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.9
1.24.10

0 comments on commit 4ac9fae

Please sign in to comment.