Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release branch into main #2070

Merged
merged 63 commits into from
Aug 14, 2023
Merged
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
a0ab0d6
[release-5.26] Bump c/storage to 1.48.0
TomSweeneyRedHat Jun 30, 2023
a12aed7
[release-5.26] Bump to v5.26.1
TomSweeneyRedHat Jun 30, 2023
2458174
[release-5.26] Bump to v5.26.2-dev
TomSweeneyRedHat Jun 30, 2023
8aacd03
Merge pull request #2019 from TomSweeneyRedHat/dev/tsweeney/storage1.48
rhatdan Jun 30, 2023
ee881a0
Bump to 5.27.0-dev
mtrmac Aug 4, 2023
4263884
Test the release-5.27 branch against the 1.13 branch of Skopeo
mtrmac Aug 4, 2023
31ce3fb
Merge pull request #2074 from mtrmac/test-skopeo-branch
mtrmac Aug 5, 2023
401fa92
list: ListUpdate add Platform field
flouthoc Jul 6, 2023
a62f0e5
blob: TryReusingBlobWithOptions consider requiredCompression if set
flouthoc Jul 2, 2023
49f559d
helpers_test,cleanup: correct argument order
flouthoc Jul 13, 2023
fbd4da0
Fix TestOCI1IndexChooseInstanceByCompression on non-amd64
mtrmac Jul 15, 2023
049a675
listupdate,oci: instance show read-only annotations and CompressionAl…
flouthoc Jul 14, 2023
1a7156c
Remove a comment
mtrmac Jul 18, 2023
88a7bb9
Add *copy.Options to copier
mtrmac Jul 18, 2023
8cce37b
Use copier.options in setupSigners
mtrmac Jul 18, 2023
d2e20d9
Use copier.options in sourceSignatures
mtrmac Jul 18, 2023
ca080b0
Make compareImageDestinationManifestEqual a method on imageCopier
mtrmac Jul 18, 2023
0b2862d
Use copier.options in copySingleImage
mtrmac Jul 18, 2023
68ed088
Use copier.options in copyMultipleImages
mtrmac Jul 18, 2023
4033bbb
Consistently use c.options in copy.Image after it is set
mtrmac Jul 18, 2023
c31a914
Eliminate copier.progress and progressInterval
mtrmac Jul 19, 2023
d88ba00
Eliminate copier.ociDecryptConfig
mtrmac Jul 19, 2023
5e20788
Eliminate copier.ociEncryptConfig
mtrmac Jul 19, 2023
8b4f64c
Eliminate copier.downloadForeignLayers
mtrmac Jul 19, 2023
d1d3d63
Eliminate imageCopier.ociEncryptLayers
mtrmac Jul 19, 2023
4d791ba
Introduce copier.unparsedToplevel
mtrmac Jul 19, 2023
455e5dc
Use copier.unparsedToplevel in copySingleImage
mtrmac Jul 19, 2023
d6d389c
Use c.unparsedToplevel in copyMultipleImages
mtrmac Jul 19, 2023
8fcd8ce
Eliminate the unparsedToplevel variable in copy.Image
mtrmac Jul 19, 2023
fa1dfbc
Add policyContext to copier
mtrmac Jul 19, 2023
c441f52
Use copier.policyContext in copySingleImage
mtrmac Jul 19, 2023
f367a5f
Remove the policyContext parameter from copyMultipleImages
mtrmac Jul 19, 2023
0cdeba7
Return a new struct copySingleImageResult from copySingleImage
mtrmac Jul 19, 2023
0517bc4
Have compareImageDestinationManifestEqual return a *copySingleImageRe…
mtrmac Jul 19, 2023
1e16fb9
Track the manifest upload data in a wipResult variable
mtrmac Jul 19, 2023
94b2c09
oci_index: init Annotations if nil and required
flouthoc Jul 18, 2023
e93a281
copy/single: set requiredCompression if compressionFormat is changed
flouthoc Jul 18, 2023
54d86a5
copy/single: accept requireCompressionFormatMatch for imagecopier
flouthoc Jul 20, 2023
98cd2aa
copy/multiple: instanceCopyCopy honor UpdateCompressionAlgorithms
flouthoc Jul 18, 2023
a650a20
internal/set: verify if no duplicates in set
flouthoc Jul 20, 2023
7521a10
copy/single: wrap arguments in copySingleImageOptions
flouthoc Jul 21, 2023
2a961fd
copy/single: add custom compressionFormat, compressionLevel fields
flouthoc Jul 21, 2023
033a141
copy/single: honor c.options.DestCtx for regular copy
flouthoc Jul 21, 2023
2d781e2
copy: add EnsureCompressionVariantExist for instanceCopyClone
flouthoc Jul 21, 2023
01a09cc
internal/set: implement AddSlice for easier syntax
flouthoc Jul 21, 2023
4b86fae
copy/multiple: implement instanceCopyClone
flouthoc Jul 21, 2023
a269ca9
copy/multiple: instanceCopyClone set custom compression
flouthoc Jul 22, 2023
174c46f
copy/multiple: error on EnsureCompressionVariant and CopySpecificImages
flouthoc Jul 22, 2023
3a40cd2
copy/multiple: report more meaningful copy msg
flouthoc Jul 22, 2023
cfc0078
copy/multiple_test: retrofit tests for instanceCopyCopy
flouthoc Jul 22, 2023
70a5292
copy/multiple_test: implement test for instanceCopyClone with helpers
flouthoc Jul 22, 2023
7f3eeec
copy/multiple_test: multiple copy requests of same compression
flouthoc Jul 25, 2023
5defa51
copy/multiple_test: clone must happen once for duplicate entries
flouthoc Jul 25, 2023
e3cf0f2
copy/copy: fail copySingleImage cases on EnsureCompressionVariantsExist
flouthoc Jul 25, 2023
9eff792
copy/multiple: priority of instanceCopyCopy must be higher
flouthoc Jul 27, 2023
e907cf1
.cirrus: lock skopeo to stable version and correct dest branch
mtrmac Aug 5, 2023
7b5b6fb
Merge branch '5.27-backport' into HEAD
mtrmac Aug 5, 2023
57ab99a
Release 5.27.0
mtrmac Aug 4, 2023
22f70e8
Bump to v5.27.1-dev
mtrmac Aug 4, 2023
b6b51e8
Merge pull request #2075 from mtrmac/testing-5.27-backport
mtrmac Aug 7, 2023
8b27658
Fix the branch we use for determining a git-validation starting point
mtrmac Aug 7, 2023
7e74fd4
Merge pull request #2084 from mtrmac/5.27-validation-branch
vrothberg Aug 8, 2023
04232f1
Merge remote-tracking branch 'upstream/release-5.27' into HEAD
mtrmac Aug 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.