|
| 1 | +- Changelog for v1.26.10 (2025-12-11) |
| 2 | + * conformance test: ignore file type bits when comparing layers |
| 3 | + * Builder.SetWorkDir(): trim off a path separator suffix, if there is one |
| 4 | + * commit: set "parent" for docker format only when requested |
| 5 | + * Stop setting "parent" in docker format |
| 6 | + * cross-compile: drop windows as a target GOOS |
| 7 | + * Makefile: run unit and conformance tests without -cover |
| 8 | + * .cirrus: run -race only on non-PR branch |
| 9 | + * Workaround builder.Run() unwrapable exit code |
| 10 | + * Backport release-1.27 Fix linter errors |
| 11 | + * Stop checking spec file version |
| 12 | + * tests/tools: update ginkgo and golangci-lint |
| 13 | + * Remove -cover flag from test-unit target |
| 14 | + * Adjust supportability date to match RHEL 8.6 |
| 15 | + * Skip bud with --cpu-shares test on runc/cgroupsv2 |
| 16 | + * Prune CI tests for RHEL release branch |
| 17 | + * Temporarily hard-skip bud-multiple-platform-values test |
| 18 | + * Adjust tests for new CI environment |
| 19 | + * CI: run integration tests on Fedora with both crun and runc |
| 20 | + * buildah-build(1): clarify that --cgroup-parent affects RUN instructions |
| 21 | + * runUsingRuntime: use named constants for runtime states |
| 22 | + * Add a dummy "runtime" that just dumps its config file |
| 23 | + * run: handle relabeling bind mounts ourselves |
| 24 | + * Integration tests: run git daemon on a random-but-bind()able port |
| 25 | + * Partially work around containers/common |
| 26 | + * Don't set ambient capabilities |
| 27 | + * finish switching to moby/sys/capability |
| 28 | + * vendor: switch to moby/sys/capability |
| 29 | + * Handle Cobra v1.5 -> v1.8 behavior changes |
| 30 | + * Bump runc to v1.2.9 |
| 31 | + * util.SortMounts(): make the returned order more stable |
| 32 | + * Proxy module access |
| 33 | + * Bump x/tools to v0.26.0 |
| 34 | + * Bump CI environment to match release-1.39 |
| 35 | + * Bump minimum to golang 1.22.6 |
| 36 | + * [release-1.26] Add conditional release-checking system test |
| 37 | + * [release-1.26] tests/conformance/testdata/Dockerfile.add:... |
| 38 | + |
1 | 39 | - Changelog for v1.26.9 (2025-01-24) |
2 | 40 | * Add build-tag comments |
3 | 41 | * Fix cache locks with multiple mounts |
|
0 commit comments