-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: moby/buildkit
base: v0.11.3
head repository: moby/buildkit
compare: v0.11.4
- 20 commits
- 38 files changed
- 8 contributors
Commits on Feb 17, 2023
-
go.mod: github.com/containerd/containerd v1.6.18
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for 82acc90 - Browse repository at this point
Copy the full SHA 82acc90View commit details -
Dockerfile: update containerd to v1.6.18, v1.5.18
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for d203c77 - Browse repository at this point
Copy the full SHA d203c77View commit details
Commits on Feb 22, 2023
-
ci: trigger workflows on push to release branches
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ec2faa - Browse repository at this point
Copy the full SHA 9ec2faaView commit details
Commits on Feb 23, 2023
-
Merge pull request #3663 from crazy-max/v0.11_backport_ci-release-bra…
…nches [0.11 backport] ci: trigger workflows on push to release branches
Configuration menu - View commit details
-
Copy full SHA for 9665de4 - Browse repository at this point
Copy the full SHA 9665de4View commit details
Commits on Feb 24, 2023
-
Ensures that the primary GID is also included in the additional GIDs
Apply `ensureAdditionalGids()` from containerd/containerd@3eda46a (CVE-2023-25173, GHSA-hmfx-3pcx-653p) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit a0ef27c) (cherry-pick was not clean) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Configuration menu - View commit details
-
Copy full SHA for df29c32 - Browse repository at this point
Copy the full SHA df29c32View commit details -
Merge pull request #3645 from AkihiroSuda/containerd-v1.6.18
[v0.11] update containerd (v1.6.18)
Configuration menu - View commit details
-
Copy full SHA for 4a037aa - Browse repository at this point
Copy the full SHA 4a037aaView commit details -
Merge pull request #3668 from AkihiroSuda/cherrypick-3651-v0.11
[0.11 backport] Ensures that the primary GID is also included in the additional GIDs
Configuration menu - View commit details
-
Copy full SHA for c327eb8 - Browse repository at this point
Copy the full SHA c327eb8View commit details
Commits on Feb 28, 2023
-
docs: deprecated features page
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8d44cf - Browse repository at this point
Copy the full SHA c8d44cfView commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2c4adb1 - Browse repository at this point
Copy the full SHA 2c4adb1View commit details -
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ac210f - Browse repository at this point
Copy the full SHA 9ac210fView commit details -
buildinfo: add BUILDKIT_BUILDINFO build arg
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 837b4b2 - Browse repository at this point
Copy the full SHA 837b4b2View commit details -
``` newDesc.Annotations = nil for _, k := range addAnnotations { newDesc.Annotations[k] = desc.Annotations[k] } ``` The codes may cause buildkitd panic: assignment to entry in nil map Signed-off-by: Yan Song <imeoer@linux.alibaba.com> (cherry picked from commit 39bd8c6)
Configuration menu - View commit details
-
Copy full SHA for 99aaa10 - Browse repository at this point
Copy the full SHA 99aaa10View commit details -
Fix buildkitd panic when frontend input is nil.
Signed-off-by: Erik Sipsma <erik@sipsma.dev> (cherry picked from commit 2e6d0bf) Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 17401b5 - Browse repository at this point
Copy the full SHA 17401b5View commit details -
diffapply: do chown before xattrs
Chown will result file capabilities getting reset, so it should be done before setting xattrs to ensure they are retained. Signed-off-by: Erik Sipsma <erik@sipsma.dev> (cherry picked from commit 0a36f1a) Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 97b37f9 - Browse repository at this point
Copy the full SHA 97b37f9View commit details -
Merge pull request #3673 from tonistiigi/v0.11.4-picks
v0.11.4 cherry picks
Configuration menu - View commit details
-
Copy full SHA for 2590f95 - Browse repository at this point
Copy the full SHA 2590f95View commit details -
Merge pull request #3614 from crazy-max/v0.11_deprecate-buildinfo
[0.11] buildinfo: mark as deprecated
Configuration menu - View commit details
-
Copy full SHA for 0df0faa - Browse repository at this point
Copy the full SHA 0df0faaView commit details -
test/client: Close buildkit client
This fixes hang in these tests which caused a timeout. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> (cherry picked from commit 3b0aa69)
Configuration menu - View commit details
-
Copy full SHA for e344f3a - Browse repository at this point
Copy the full SHA e344f3aView commit details -
Merge pull request #3676 from vvoland/sbomsupplements-hang-011
[v0.11 backport] test/client: Close buildkit client
Configuration menu - View commit details
-
Copy full SHA for 218e934 - Browse repository at this point
Copy the full SHA 218e934View commit details -
provenance: ensure URLs are redacted before written
HTTP and Git URLs may contain inlined credentials in some cases. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> (cherry picked from commit 287d2c328dfe7303adf39911ef49153010534214) # Conflicts: # frontend/dockerfile/dockerfile_buildinfo_test.go Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d45f99 - Browse repository at this point
Copy the full SHA 7d45f99View commit details
Commits on Mar 6, 2023
-
Merge pull request from GHSA-gc89-7gcr-jxqc
[0.11] provenance: ensure URLs are redacted before written
Configuration menu - View commit details
-
Copy full SHA for 3abd1ef - Browse repository at this point
Copy the full SHA 3abd1efView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.3...v0.11.4