Commit Graph

2375 Commits

Author SHA1 Message Date
Bruce Ashfield
2961677b6a devtools: depreciate the go source-only packages
We are now using vendoring from the upstream repos, or creating
our own vendor directory. We no longer need these source only
recipes.

Add an inherit to each recipe to warn that it will be removed
in the future.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
8104728436 classes: add depreciated warning bbclass
Adding a simple bbclass that when inherited appends do_compile
to emit a warning that the recipe will be removed in the future.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Chen Qi
799c5a90b7 crun: remove unneeded deps
These two deps do not affect the build result and are not used,
remove them.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Chen Qi
a4b847830f oci-image-tools: remove unneeded deps
These deps no longer have any effect. Remove them.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
9213f05f55 runc-opencontainers: update to 1.1.12
Bumping runc to version v1.1.12-2-ga9833ff3, which comprises the following commits:

    29d6d873 VERSION: back to development
    51d5e946 VERSION: release 1.1.12
    e9665f4d init: don't special-case logrus fds
    683ad2ff libcontainer: mark all non-stdio fds O_CLOEXEC before spawning init
    b6633f48 cgroup: plug leaks of /sys/fs/cgroup handle
    284ba305 init: close internal fds before execve
    fbe3eed1 setns init: do explicit lookup of execve argument early
    0994249a init: verify after chdir that cwd is inside the container
    506552a8 Fix File to Close
    d0b1a374 keyring: update AkihiroSuda key expiry
    d561e5da keyring: update cyphar@cyphar.com key expiry
    7887736f VERSION: back to development
    4bccb38c VERSION: release 1.1.11

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
54fdc5149a containerd: update to v2.0.0-beta-tip
Bumping containerd to version v2.0.0-beta.2-204-gb1624c362, which comprises the following commits:

    5351ad6b4 .github: windows should use fix critool version
    a2768f19d plugins/sandbox: move local plugin into services
    464319b3a Remove pause package from runc shim
    2cd08156e cri: Expose runtimeHandler support for userns
    358aef4bc go.mod: Update cri-api to include userns changes
    105f2d727 build(deps): bump google.golang.org/grpc from 1.61.0 to 1.62.0
    02db6beb8 build(deps): bump github.com/prometheus/client_golang
    75f58579c build(deps): bump github.com/opencontainers/runtime-spec
    522130a66 sandbox: support vsock connection to task api
    f0e874941 Add ttrpc generated services
    65031eade Update protobuild to build ttrpc services
    04c37d565 build(deps): bump the k8s group with 5 updates
    bd4810415 ci: update crun version to 1.14.3
    50d0de96a Update 1.7 support timeline
    4fbc9842d Changes to configuring otel from env only
    753a525b3 Deprecate otel configs
    0693b936d replace deprecated Prestart to CreateRuntime hook
    6a21c96b5 Replace go-grpc-prometheus with go-grpc-middleware/providers/prometheus
    567e56a20 build(deps): bump github.com/opencontainers/image-spec
    6a759713a Update golangci-lint to v1.56.1
    f44d90be4 Rename variables and snapshotter option to resolve lint warnings
    5611db530 cri: Make sure host sandbox files exist before adding them to mounts
    9077d1372 KEP-3857: Recursive Read-only (RRO) mounts
    83ad4367d script/test/utils.sh: readiness_check: print daemon log
    f8f1e5f7a Add container monitor plugin type for restart
    c86c8a16f integration: add case related to ContainerStats in upgrade suite
    acec60f55 integration: update recover case for upgrade
    e659cd275 integration: connect to shim by bridge client
    51689b661 integration: introduce hook for upgrade test suite
    a95c8ed59 integration: check data dir after delete container or pod
    ec759f5be integration/*: extend Runtime.Status response
    401d4b491 integration: add some helper function to release upgrade cases
    7cf8a00c7 Run failpoints tests only for runc
    a890c8e53 Add job to report statuses from matrix jobs
    132485adb Convert CLI to urfave v2
    c8766123d Prevent GC from schedule itself with 0 period.
    a086125ae Move config version to version package
    99721c27e Disable the support for Schema 1 images
    b9dfba5b8 Add CRIImageService.RemoveImage()
    4c775fcfb Pass runtimehandler from CRI pull image request
    4dcf089fa Move high volume event logs to Trace level
    1b3a96da6 cri: propagate deprecation list to runtime status
    ac7febc93 moving up for new CRI changes
    ccec1e6e4 Remove internal LoopConfig struct
    3d8da2ebf build(deps): bump the golang-x group with 1 update
    a274439f2 build(deps): bump golangci/golangci-lint-action from 3 to 4
    468bee9a7 ctr: print deprecation warnings on every invocation
    c2dfae8d0 go.mod: Bump golang.org/x/sys to v0.17.0
    41bb8b816 Revert "Fix for k8s nfs related tests"
    48c8c5f50 Remove ParseSignal from client
    281eb22cc Remove deprecated dialer
    1ce7b9951 Remove deprecated filesys funcs
    5ca56ddbb Remove deprecated funcs from restart package
    653b80899 Remove deprecated docker package
    413fbe82c Fix unpacker link in remote snapshotter docs
    23ebfd030 Fix for k8s nfs related tests
    25ab90219 Update to v0.29.1 cri-api
    5e3e12d2a build(deps): bump the otel group with 8 updates
    c4bb72ae4 Remove CRI plugin path note
    87aa9e800 Drop go 1.20 and build against 1.22
    276384695 Update codeql-action/upload-sarif dependency in scorecards workflow
    634ac2f8f Update migration script for transfer packages
    f46aea618 Move transfer and unpack packages
    d9b95ab68 Update gce configure.sh to use registry config_path
    360fbf197 Fix windows integration tests
    2820343d4 Update workflow files to install Go via composite action
    488b56361 Extract a composite action to install Go
    5aa05481d Add OSVersion to platform protobuf
    d9cae66d8 Extend string match in make protos
    c58b1fb40 Update github.com/containerd/console to v1.0.4
    06ed897b2 cri/server: Add userns tests in PodSandboxStatus
    6c356a5c7 cri: Expose userns in PodSandboxStatus rpc
    1eaf0c1f0 bug fix: make sure cri image is pinned when it is pulled outside cri
    9eb9038a9 Avoid publishing data events during transaction
    86530c0af Move image event publishing to metadata store
    32bd8eff9 Move inline PS scripts into files
    4e8e21a7d go.{mod,sum}: update NRI dependency, re-vendor.
    5cbe92e88 Clean up repeated package import
    72950c00b Treat PRs that require rebase > 90 days as stale
    db437580b build(deps): bump github.com/opencontainers/image-spec
    2c7d69530 build(deps): bump github.com/klauspost/compress from 1.17.5 to 1.17.6
    da1673f55 Update vendor
    047d42e90 Update ttrpc to v1.2.3
    64e96c7d4 Update hcsshim to v0.12.0-rc.3
    a9060cda4 Support inject delay running with the old version (4.x) of strace for test case.
    9ef94fe52 fix(docs): fix cp and add step to include binaries in the $env:Path
    fe24b918f pkg/nri, docs: enable NRI by default.
    e230ed939 sandbox: add sandbox recover ut and e2e test
    312496474 sandbox: fix recover status set issue
    256637249 Fix config import relative path glob
    667069583 Revert "cri: make read-only mounts recursively read-only"
    a9152ebf8 copy: prevent potential deadlock if close before fully written
    b48e1141e copy: setError should imply Close
    e4f91c2df copy: remove max number of ErrResets
    651cfa2a2 pushWriter: refactor reset pipe logic into separate function
    9d7641ff3 copy: improve error detection from closed pipes
    91a50f70b copy: check if writer was closed before setting a pipe
    4660f6303 copy: remove wrapping io.NopCloser from push writer pipe
    0facc8592 Fix proto formatting
    7f2d2c4f4 Move Message proto to types
    287524733 Fix formatting after moving CRI
    bbac058cf Move CRI from pkg/ to internal/
    6e365e925 CRI: An empty DNSConfig != unspecified
    9340be717 Remove duplicated TOML duration parsers
    b2f254fff cri: make read-only mounts recursively read-only
    f74e5ce7e Move differ default to its own file
    82fb589ff Update runc binary to v1.1.12
    87a9835f1 docs: fix typo
    81409e937 Add a default differ that matches the snapshotter
    2369185aa CI: update Rocky Linux to 8.9
    d8460a702 CI: bump up crun to 1.14
    ebbce7423 rm docs/cri/installation.md
    49d5cc7f9 build(deps): bump github.com/klauspost/compress from 1.17.4 to 1.17.5
    4d33170ea build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0
    3a5b47d73 build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0
    9a983caad build(deps): bump github.com/containerd/plugin
    495afb0c0 build(deps): bump lycheeverse/lychee-action from 1.9.1 to 1.9.3
    5365a1089 build(deps): bump google-github-actions/upload-cloud-storage
    64b4778fc Add deprecation warnings to CRI image server configuration
    65b3922df Split streaming config from runtime config
    58ff9d368 Move cri plugin to plugins subpackage
    d29a1bc6a Move sandbox info to cri types packages
    9795677fe Move cri base plugin to CRI runtime service
    966d51801 The `Links` workflow should be disabled in forks.
    e15f191a2 Fix func (m manager) Info in containerd-shim-runc-v2
    4f570db1a refactor: remove containerd/containerd/log
    010857d33 Add errdefs and platforms to migration script
    7cf54b437 Remove unused pkg/errdefs package
    fb9b59a84 Switch to new errdefs package
    6b906a22d Prepare release notes for v2.0.0-beta.2
    b608c6f73 doc: fix package import path in sample code
    b16e3572a refactor: move plugin/fieldpath to api/types/
    22d586e51 api/services/instrospection: add PluginInfo
    ad869e905 Use tags.cncf.io CDI url in config.md
    eb8981f35 mv contrib/seccomp/kernelversion pkg/kernelversion
    a6e52c74f seccomp: kernel 6.7
    ed4710241 Code clean for nri_api.
    ade80789b Remove walker diff plugin for Windows
    af6a90bf5 remotes/docker/authorizer.go: invalidate auth tokens when they expire.
    e79ec7a09 Remove deprecated platforms package
    3f620143f Use github.com/containerd/platforms package
    9dd29b3cf Update container-device-interface to v0.6.2
    7eccde5d0 Clean plugin indent in containerd-config.toml.5.md
    b16d46740 pod: CreatedAt time will be 269 years ago while creating cri network failed.
    378e9f443 build(deps): bump actions/cache from 3 to 4
    748fe2035 integration: add test for recovering images
    2e8e03389 Add multi-subscriber support to GetContainerEvents CRI API
    e7eb08eb5 Add support for multiple subscribers to CRI container events
    cfe8321b4 strip-volatile-option-tmp-mounts
    d34725f85 CI: use standard GHA runners
    9d2c22123 Prepare release notes for v2.0.0-beta.1
    e9f2bba1f remotes: FetchByDigest: propagate media type from config to desc
    d7689ae8b Remove CRI plugin config after migrating
    f48f61fd8 Add migration integration test
    eb9925d88 Update config migrations to decode using the plugin type
    15713014d Update server config slice merge strategy
    cf6f439eb Fix transfer plugin unpack configuration
    eb123db5f ctr: use transfer service by default
    94d1b2098 Add migration script to contrib
    9ee1f4716 Rebuild protos with updated runtime location
    dbc74db6a Move runtime to core/runtime
    df9b0a067 Move metrics to core/metrics
    19e763553 Move pkg/truncindex to internal/truncindex
    764c90700 Move pkg/tomlext to internal/tomlext
    1c4be2d88 Move pkg/testutil to internal/testutil
    114df368f Move pkg/registrar to internal/registrar
    4ee6419fa Move pkg/randutil to internal/randutil
    696cf2565 Move pkg/kmutex to internal/kmutex
    5e1d9543b Move pkg/hasher to internal/hasher
    23914a01b Move pkg/failpoint to internal/failpoint
    c79ecfe24 Move pkg/cleanup to internal/cleanup
    8f0eb2631 Move tracing to pkg/tracing
    6be90158c Move sys to pkg/sys
    de606680b Move rootfs to pkg/rootfs
    fdb8a527c Move reference to pkg/reference
    e59f64792 Move oci to pkg/oci
    fa8cae99d Move namespaces to pkg/namespaces
    b76236bb4 Move labels to pkg/labels
    bb71c2835 Move identifiers to pkg/identifiers
    5e00f63ce Move gc to pkg/gc
    11114b0a9 Move gc/scheduler to plugins/gc
    c38f2ab72 Move filters to pkg/filters
    44a836c9b Move errdefs to pkg/errdefs
    70ed2696f Move events to pkg/events
    b0c3d00e9 Move cio to pkg/cio
    8e14c39e8 Move archive to pkg/archive
    fcd39ccc5 Move snapshots to core/snapshots
    e0fe656da Move snapshots/windows to plugins/snapshots/windows
    57bdbfba6 Move snapshots/overlay to plugins/snapshots/overlay
    9b8c558f9 Move snapshots/native to plugins/snapshots/native
    5c07d5d36 Move snapshots/lcow to plugins/snapshots/lcow
    8473322f0 Move snapshots/devmapper to plugins/snapshots/devmapper
    7dd96fe34 Move snapshots/btrfs to plugins/snapshots/btrfs
    2909f07f8 Move snapshots/blockfile to plugins/snapshots/blockfile
    92d2a5fc0 Move services to plugins/services
    ce41d1c90 Move services/server to cmd/containerd/server
    228ad5a5c Move sandbox to core/sandbox
    d133019c9 Move runtime/restart/monitor to plugins/restart
    0dabf6f15 Move remotes to core/remotes
    6e5408dce Move mount to core/mount
    1a1e0e8c8 Move metadata to core/metadata
    18b3cbe4f Move metadata/plugin to plugins/metadata
    f80760f9f Move leases to core/leases
    cc6a5c9c6 Move leases/plugin to plugins/leases
    57ea8aef3 Move images to core/images
    913edcd48 Move diff to core/diff
    d14350376 Move diff/windows to plugins/diff/windows
    2d861b6ea Move diff/walking to plugins/diff/walking
    aaf6ac04c Move diff/lcow to plugins/diff/lcow
    9456048f4 Move containers to core/containers
    21b4f3f0a Move content to core/content
    846f7d4e6 Move content/local to plugins/content/local
    725c92e7c include image name in error message
    18b0d236c build(deps): bump actions/upload-artifact from 3 to 4
    f45b46b67 runtime/v2: reduce shim plugin log
    20619a7c9 ci: make artifact name unique in linux integration
    2053d9157 build(deps): bump lycheeverse/lychee-action from 1.9.0 to 1.9.1
    d4396c96b mount: UnmountRecursive return nil if path doesn't exist
    8aa2551ce Move DefaultSnapshotter constants
    c8e8a093c config: enable CDI by default
    5a3d3f613 Update load image test to use local import
    6041d4e60 Update fuzz contrib for updated image service
    2a476d421 Move ParseImageReferences to cri util
    3baf5edb8 Separate the CRI image config from the main plugin config
    ad4c9f8a9 Update CRI runtime platform and pinned image configuration
    11f311fdd Add minimal interface to CRI image store
    02a9a456e Split image config from CRI plugin
    d23ac1122 Split CRI image service from GRPC handler
    a2472c0b5 transfer: add OCI descriptors to Progress structure
    f26196950 Move certain debug logs to trace logs
    a5d958706 update to go1.21.6, go1.20.13
    21640c57a Uninstall mingw before attempting upgrade
    174efb1e0 update imgcrypt binary to v1.1.9
    dfb175380 build(deps): bump the golang-x group with 2 updates
    2b415c911 build(deps): bump lycheeverse/lychee-action from 1.8.0 to 1.9.0
    7dadd5f1b sandbox: remove sandboxStore from podsandbox
    a3c62e698 add label flags to ctr import, add integration tests
    d01056555 Handle failure when stopping a sandbox
    8235665e7 content: Add InfoReaderProvider
    fa83bc8de integration: remove use of golang.org/x/sys/execabs
    dffeea471 add get cgroupdriver from RuntimeConfig to integration
    46b2f1d16 Use latest VM image to get Windows updates regularly
    a8d39666d Move cimfs OS build compat check to the operation functions instead of init()
    0d3c3efe3 integration/import-export: Add WithSkipMissing tests
    b9af453f0 export: Copy distribution source labels to manifest annotations
    61a7c4999 import/export: Support references to missing content
    1ab4fac94 update runc binary to v1.1.11
    5387747e9 build(deps): bump github.com/containerd/cgroups/v3 from 3.0.2 to 3.0.3
    a1e0601e0 fix: Update go.opentelemetry.io/otel/sdk/trace to satisfy traceProvider interface
    78421616e deps: Update otelgrpc
    bd4c281c5 build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0
    62a824a4b build(deps): bump github.com/intel/goresctrl from 0.5.0 to 0.6.0
    7fe038e4a build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0
    81bb66942 build(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0
    9d328410a shim: Create pid-file with 0644 permissions
    daa1ea522 Add cimfs differ and snapshotter
    c19193574 fix: return gRPC code "unavailable" if server is not initialized yet
    1f9151af6 build(deps): bump google.golang.org/grpc from 1.58.3 to 1.60.1
    0b48b5659 build(deps): bump google-github-actions/upload-cloud-storage
    97ec26a5e build(deps): bump actions/download-artifact from 3 to 4
    22138541a tracing/plugin: newTracer: ignore context.Canceled errors on Close()
    7c651e183 docs: fix CI badge in README
    e10c82e4c build(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0
    25dc823bf integration: fix format string for klog.Infof
    fc4b78c05 build(deps): bump github.com/intel/goresctrl from 0.3.0 to 0.5.0
    1c96087ce build(deps): bump github.com/Microsoft/hcsshim
    7e3c8af52 build(deps): bump github.com/prometheus/client_golang
    f9303d04d build(deps): bump github/codeql-action from 2 to 3
    4c1ebe33b build(deps): bump docker/setup-buildx-action from 2 to 3
    51fd1d47e dependabot: enable groups
    4a71a9360 build(deps): bump github.com/moby/sys/mountinfo from 0.6.2 to 0.7.1
    344fe957f build(deps): bump golang.org/x/mod from 0.13.0 to 0.14.0
    6726a2aeb build(deps): bump k8s.io/component-base from 0.28.2 to 0.28.4
    0c98f1063 build(deps): bump github.com/klauspost/compress from 1.17.2 to 1.17.4
    39ba0347e build(deps): bump go.etcd.io/bbolt from 1.3.7 to 1.3.8
    db43e3d1f build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0
    4660090ba build(deps): bump actions/stale from 8 to 9
    ace8ab1bd build(deps): bump docker/login-action from 2 to 3
    0b94716e8 build(deps): bump actions/github-script from 6 to 7
    9133ad811 build(deps): bump actions/upload-artifact from 1 to 3
    c1823a7c6 build(deps): bump ossf/scorecard-action from 2.0.3 to 2.3.1
    36b12cbcb build(deps): bump crazy-max/ghaction-github-runtime from 2 to 3
    dc5a6cfae build(deps): bump google-github-actions/auth from 0 to 2
    f6a9c6966 build(deps): bump actions/setup-go from 3 to 5
    e27ea7d1a build(deps): bump google-github-actions/upload-cloud-storage
    3ca95282e build(deps): bump actions/checkout from 3 to 4
    1398186ca WithAppendAdditionalGroups: better /etc/group handling
    5a140dca5 CI: enable dependabot
    c1197995b go.mod: Bump up github.com/pelletier/go-toml to v2.1.1
    23278c81f *: introduce image_pull_with_sync_fs in CRI
    bd5c602c4 api: introduce sync_fs to diff.ApplyRequest
    6bb81ee57 Document `ns` query string added to mirror requests
    98526c9d3 Exclude releases directory from links checker
    f67c1632f Add ignore list for links
    e740dd3d6 Add links status badge
    bfa651c69 Fix broken links
    c9fa5b980 Add nighly job to verify doc links
    25b052cbc Move GenerateRuntimeOptions() to pkg/cri/config
    cb5a48e64 *: enable ARM64 runner
    596ada3ac release: add .dockerignore to fix repeated builds
    cf4b57989 Remove deprecated tracing function
    8203bb997 Add HTTP client update function to tracing library
    ad3b806a4 fix(tracing): use latest version of semconv
    22db60b6b upgrade crun version from 1.9 to 1.12
    993790969 go.mod: Bump up github.com/containernetworking/plugins to v1.4.0
    734219a21 update to go1.21.5, go1.20.12
    212200452 update to go1.21.4, go1.20.11
    ad96fded4 Don't block snapshot garbage collection on Remove failures
    8bbce8d37 pkg/process: Check using idmap mount options too
    96aaf5a3b Add core and internal root packages
    6c6dfcbce contrib/apparmor: deny /sys/devices/virtual/powercap
    106a9b776 oci/spec: deny /sys/devices/virtual/powercap

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
b7911a2a07 moby: update to v25.0.3
Bumping moby to version v25.0.3, which comprises the following commits:

    acd023d42b c8d: Use the same logic to get the present images
    ed7c26339e seccomp: add futex_wake syscall (kernel v6.7, libseccomp v2.5.5)
    74e3b4fb2e seccomp: add futex_wait syscall (kernel v6.7, libseccomp v2.5.5)
    4cc0416534 seccomp: add futex_requeue syscall (kernel v6.7, libseccomp v2.5.5)
    f9f9e7ff9a seccomp: add map_shadow_stack syscall (kernel v6.6, libseccomp v2.5.5)
    5fb4eb941d seccomp: add fchmodat2 syscall (kernel v6.6, libseccomp v2.5.5)
    67e9aa6d4d seccomp: add cachestat syscall (kernel v6.5, libseccomp v2.5.5)
    61b82be580 seccomp: add set_mempolicy_home_node syscall (kernel v5.17, libseccomp v2.5.4)
    0227d95f99 image/cache: Use Platform from ocispec
    fa9c5c55e1 image/cache: Ignore Build and Revision on Windows
    1652559be4 Dockerfile: update RootlessKit to v2.0.1
    147b5388dd integration/save: Add tests checking OCI archive output
    ba4a2dab16 plugins: fix panic installing from repo w/ digest
    51133117fb tests: add plugin install test w/ digest
    269a0d8feb Dockerfile: update docker compose to v2.24.5
    876b1d1dcd Dockerfile: update dev-shell version of the cli to v25.0.2
    0bcd64689b Dockerfile: update docker compose to v2.24.3
    8d454710cd Dockerfile: update dev-shell version of the cli to v25.0.1
    c12bbf549b libcontainerd/supervisor: fix data race
    9150d0115e d/logger/journald: quit waiting when logger closes
    9af7c8ec0a d/logger/journald: sync logger on close in tests
    3344c502da d/logger/loggertest: improve TestConcurrent
    6c9fafdda7 d/logger/journald: log journal-remote cmd output
    f8a8cdaf9e d/logger/journald: fix data race in test harness
    7a659049b8 libnet: bridge: ignore EINVAL when configuring bridge MTU
    0ccf1c2a93 api/t/network: ValidateIPAM: ignore v6 subnet when IPv6 is disabled
    28c1a8bc2b Revert "daemon: automatically set network EnableIPv6 if needed"
    bbe6f09afc No inspect 'Config.MacAddress' unless configured.
    5b13a38144 Only restore a configured MAC addr on restart.
    990e95dcf0 Add internal n/w bridge to firewalld docker zone
    c48b67160d api: Document `version` in `/build`
    225e043196 c8d/save: Handle digested reference same as ID
    78174d2e74 image/save: Fix untagged images not present in index.json
    85f4e6151a Assert temp output directory is not an empty string
    dd4de8f388 docs: remove dead links from api verison history
    f5ef4e76b3 ci: update to docker/bake-action@v4
    6c5e5271c1 ci: update to codecov/codecov-action@v4
    693fca6199 ci: update to actions/download-artifact@v4 and actions/upload-artifact@v4
    49487e996a ci: update to actions/cache@v3
    0358f31dc2 gha: update to crazy-max/ghaction-github-runtime@v3
    081cffb3fa gha: update to docker/login-action@v3
    9de19554c7 gha: update to docker/setup-qemu-action@v3
    2a80b8a7b2 gha: update to docker/bake-action@v4
    61ffecfa3b gha: update to docker/setup-buildx-action@v3
    02cd8dec03 gha: update to docker/metadata-action@v5
    1d7df5ecc0 gha: update to actions/setup-go@v5
    4e68a265ed gha: update to actions/github-script@v7
    e437f890ba gha: update to actions/checkout@v4
    fd6a419ad5 update containerd binary to v1.7.13
    13ce91825f vendor: github.com/moby/buildkit v0.12.5
    4b63c47c1e vendor: github.com/opencontainers/runc v1.1.12
    4edb71bb83 update runc binary to v1.1.12
    1b47bfac02 hack/make.ps1: Fix go list pattern
    f2d0d87c46 logger/journald: drop errDrainDone sentinel
    6ac38cdbeb logger/journald: wait no longer than the deadline
    d7bf237e29 logger/journald: use deadline for drain timeout
    f41b342cbe l/journald: make tests compatible with systemd 255
    f413ba6fdb daemon/logger/loggertest: expand log-follow tests
    c2ef38f790 vendor swarmkit v2.0.0-20240125134710-dcda100a8261
    d5eebf9e19 builder/windows: Don't set ArgsEscaped for RUN cache probe
    f3f5327b48 image/cache: Check image platform
    05a370f52f image/cache: Restrict cache candidates to locally built images
    be7b60ef05 daemon/imageStore: Mark images built locally
    6d05b9b65b image/cache: Compare all config fields
    c01bbbddeb pkg/ioutils: Make subsequent Close attempts noop
    32635850ed add more //go:build directives to prevent downgrading to go1.16 language
    2cf1c762f8 De-flake TestSwarmClusterRotateUnlockKey... again... maybe?
    5295e88ceb daemon: rename: don't reload endpoint from datastore
    3de920a0b1 volume/local: Fix cifs url containing spaces
    a445aa95e5 volume/local: Add tests for parsing nfs/cifs mounts
    cb77e48229 volume/local: Break early if `addr` was specified
    e8801fbe26 daemon: only add short cid to aliases for custom networks
    b8cc2e8c66 fix "host-gateway-ip" label not set for builder workers
    fcccfeb811 c8d/snapshot: Create any platform if not specified
    f8eaa14a18 pkg/platforms: internalize in daemon/containerd
    ac76925ff2 volume/local: Make host resolution backwards compatible
    ff15b49b47 Dockerfile: update docker compose to v2.24.2
    c0573b133f pkg/system: return even richer xattr errors
    7c185a1e40 daemon: return an InvalidParameter error when ep settings are wrong
    2b036fb1da Remove generated MAC addresses on restart.
    1f24da70d8 docs/api: remove version matrices from swagger files
    358fecb566 docs: remove documentation for deprecated API versions < v1.23
    f030b25770 Dockerfile: update docker compose to v2.24.1
    e07aed0f77 Dockerfile: update dev-shell version of the cli to v25.0.0
    cdf3611cff integration-cli: TestInspectAPIMultipleNetworks: use current version
    05267e9e8c integration-cli: TestInspectAPIBridgeNetworkSettings121: use current version
    e5edf62bca integration-cli: TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs: use current API
    e0acf1cd70 daemon/cluster/executer: Add missing `StartInterval`
    1e335cfa74 image/save: Fix layers order in OCI manifest
    4d287e9267 image/save: Change layers type to DiffID
    0240f5675b Fix isGitURL regular expression
    13964248f1 libnetwork: loosen container IPAM validation
    05695c2458 c8d/integation: Adjust error in TestPullLinuxImageFailsOnWindows

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
2118aace8f crun: update to v1.14
Bumping crun to version 1.14-19-g9d01392, which comprises the following commits:

    3df8f0c Add force_no_cgroup & no_pivot arguments to make_context() Python function
    b883e6c Make function arguments valid Python identifiers
    e0027bc Add no_new_keyring argument to make_context() Python function
    cb3ffb5 apparmor: Fix wrong determination whether crun is confined
    adb912d linux: harden chdir()
    f157e80 container: attempt to close all the files before execv(2)
    ed1abf9 container: simplify statement
    3aaadf3 ebpf: add fallback when bpf(2) fails with ENOSPC
    f2ade60 ebpf: add fallback when bpf(2) fails
    8b611f2 ebpf: try harder to bump RLIMIT_MEMLOCK
    d88d77e build(deps): bump uraimo/run-on-arch-action from 2.6.0 to 2.7.1
    f70fe0b cgroup, systemd: fix segfault if resources not specified
    667e6eb NEWS: tag version 1.14
    688f186 build(deps): bump actions/cache from 3 to 4
    8d96f08 build: drop gcrypt dependency
    5221ca8 seccomp: use blake3 instead of libgcrypt
    6d9fa42 cpuset: don't clobber parent cgroup value
    3873541 build: embed blake3 hashing function
    4f1f3d4 seccomp: include default_errno_ret in cache digest
    beb9565 utils: remove unneeded if statement
    9306457 ebpf: do not require MEMLOCK for eBPF programs
    87740ce linux: force umask(0)
    5078ce6 apparmor: stack apparmor profiles if nnp and confined
    c761349 NEWS: tag 1.13
    cb53ac2 build(deps): bump actions/upload-artifact from 3 to 4
    94a5950 cgroup: use "max" when pids limit < 0
    3b819bc Improve error msg on idmap mounts
    bace3a2 build(deps): bump github/codeql-action from 2 to 3
    4ddf5e6 criu: remove unneeded if statement
    8c27dea error: reset pointer after vasprintf failure
    c5643c4 status: fix double free
    ece4f9e utils: return a valid error if access fails
    68a9487 list: initialize variable
    ea27b13 libcrun: fix compile error without libseccomp and libcap
    487ba3a fix checking of relative idmapped mount
    49f439d ctx: drop no_subreaper bool

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
a6cf2e0e7d cri-o: update to 1.30
Bumping cri-o to version v1.29.0-44-g5aff11c7c, which comprises the following commits:

    1b9754486 fix missing line ending on crio.8.md
    3cbaa5294 fix grep for whitespace
    8dea35388 add metrics_host to config

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
f1892e34f6 cni: convert recipe to vendor fetched format
The latest update to the CNI recipe brings in more vendor
dependencies.

To fix the build, we convert it to the same format as other
vendored recipes in meta-virtualiation. The files in the
udpated a recipe were created via:

  ./scripts/oe-go-mod-autogen.py --repo https://github.com/containernetworking/cni.git --rev b62753aa2bfa365c1ceaff6f25774a8047c896b5

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
2a217f7e91 cni: update to v1.2.0-rc0
Bumping cni to version v0.8.0-237-gb62753a, which comprises the following commits:

    d1276f1 Add Marshal function in Result/NetConf to omit empty value
    a6a9891 libcni: implement version negotiation
    1362169 go get github.com/Masterminds/semver/v3
    f51f8ea SPEC: add version negotiation
    f8d7b81 build(deps): bump github.com/containernetworking/plugins
    6bac4ee build(deps): bump alpine in /.github/actions/retest-action
    91db252 build(deps): bump actions/setup-go from 4 to 5
    0e4c0e2 cleanup: update references, make links relative
    4caff13 libcni, skel: implement STATUS
    b9a9324 build(deps): bump the golang group with 1 update
    4a0bccb describe mtu, advmss, priority attributes of route object in specification
    efffbee Add route attributes - MTU, AdvMSS, Priority
    cd1b855 build(deps): bump the golang group with 2 updates
    6ed65ac Fix if condition for netns override
    f67e207 use replace directive for github.com/containernetworking/cni
    cfdc39b build(deps): bump the golang group with 1 update
    509c490 spec: STATUS wording
    0c68fe1 build(deps): bump the golang group with 2 updates
    29ba516 Upgrade debug module go version to 1.18
    b7d75ff Define Makefile with golangci-lint
    4683716 enable gocritic linter
    91629d5 dependabot: batch updates
    e86c9ca resume and complete gc impl
    02155e0 skel: add gc support
    d9f1e67 wip GC implementation -- spec
    8fdefe9 noop: support command log file
    004b09b Add Tomofumi Hayashi as a CNI maintainer
    11077bc build(deps): bump actions/checkout from 3 to 4
    0021b93 SPEC: fix misspelled word
    3072cfe SPEC: add wording for GC verb
    837171b Add AWS VPC CNI for 3P list
    215259b fix kubernetes document url in readme
    4a096f6 pkg/types: explicitly import all versions
    a899051 libcni: add version v1.1.0
    c768dcb SPEC: bump version to v1.1.0-dev
    a8fdbf9 build(deps): bump alpine in /.github/actions/retest-action

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>

cni-plugins: update to 1.4.0

Bumping cni-plugins.git to version v1.1.0-232-gb6a0e0bc, which comprises the following commits:

    e6099fb8 build(deps): bump actions/setup-go from 4 to 5
    82542170 build(deps): bump the golang group with 2 updates
    d7082175 Bump to golang:1.21-alpine in release.sh
    a4cbf13a Add CNI_NETNS_OVERRIDE for upcoming CNI change
    6cac5d60 build(deps): bump the golang group with 3 updates
    f90ac41a revert some code in pr 962
    5280b4d5 bridge: fix spelling
    495a2cbb bridge: remove useless firstV4Addr
    8c59fc1e bridge: remove useless check
    1079e113 Add ndisc_notify in ipvlan for ipv6 ndp
    999ca157 macvlan: enable ipv6 ndisc_notify
    0b1a96ff build(deps): bump google.golang.org/grpc from 1.50.1 to 1.56.3
    28c5faee build(deps): bump the golang group with 3 updates
    aacae5c0 dependabot: batch updates
    6b787612 fix workflow warnings
    37531cda fix lint errors
    845ef62b macvlan cmdDel: replace the loadConf function with json.unmarshal
    691186ca build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.28.0
    19e5747a build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0
    18172539 build(deps): bump github.com/Microsoft/hcsshim from 0.9.9 to 0.11.1
    61fa9636 build(deps): bump golang.org/x/sys from 0.10.0 to 0.13.0
    33ccedc6 Create IPAM files with 0600 permissions
    853b82d1 build: Use POSIX sh for shell scripts
    d216b0c3 build(deps): bump actions/checkout from 3 to 4
    5f25a93a ci(lint) extend timeout to 5 min
    7c11d486 build(deps): bump github.com/coreos/go-iptables from 0.6.0 to 0.7.0
    c1a7948b vrf: fix route filter to use output iface

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
5d211f85b4 skopeo: update to 1.14.1
Bumping skopeo to version v1.14.1-4-g695538a3, which comprises the following commits:

    4baf4fe9 fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc6
    e32dfefb Bump to v1.15.0-dev
    45b7bf5e Bump to v1.14.1
    b7ec87a1 fix(deps): update module github.com/containers/common to v0.57.2
    92edbcb7 fix(deps): update module github.com/containers/image/v5 to v5.29.1
    5684cd12 chore(deps): update dependency containers/automation_images to v20240102
    c7053312 Fix libsubid detection
    e51dbbd8 fix(deps): update module golang.org/x/term to v0.16.0
    852cca63 fix(deps): update golang.org/x/exp digest to 02704c9
    d1cb2e2c chore(deps): update dependency containers/automation_images to v20231208
    fe83b6fe [skip-ci] Update actions/stale action to v9
    f346045d fix(deps): update module github.com/containers/common to v0.57.1
    48d11dac fix(deps): update golang.org/x/exp digest to 6522937

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
82b00eb592 moby: update to v25.0.0
Bumping moby to version v25.0.0, which comprises the following commits:

    05695c2458 c8d/integation: Adjust error in TestPullLinuxImageFailsOnWindows
    ae6468b4b9 c8d/mount: Use ref-counted mounter by default
    bd481592ff ci: Always run snapshotter tests on Linux
    ed15f1d717 net=host: remove /var/run/docker/netns/default from OCI config
    568c064795 docker-py: unskip some tests
    e8f4bfb374 Root.Path for a process-isolated WCOW container must be the Volume GUID
    ec041193f9 Windows doesn't have 'host' mode networking, so use 'auto'.
    66325f7271 Implement GetLayerFolders for the containerd image store
    0dc07ccc3a Unmount RWLayer during Commit
    a1f6b64e24 Don't call setupInit in a temp mount if setupInit is nil
    efadb70ef8 The Windows snapshotter and graphdriver have different names
    641050c93f Typo fixes
    508a2d979a Revert "temporary: Disable deprecate-integration-cli validation"
    f7065ab207 Add testutil.TempDir function
    84d2229ffe dockerd-rootless-setuptool.sh: add `nsenter` subcommand
    7d08d84b03 dockerd-rootless.sh: set `rootlesskit --state-dir=DIR`
    ae9fbcb82c testutil/daemon: shorten XDG_RUNTIME_DIR
    bdc7d0c2db temporary: Disable deprecate-integration-cli validation
    8390bc5683 c8d/cache: Use ContainerConfig from content store
    f760cb4f97 c8d/builder: Store ContainerConfig
    a5a15c7782 c8d/cache: Optimize `FROM scratch` case
    71ebfc7c63 c8d: make the cache in classic builder work
    24da5233dd integration: Fix Parallel before setupTest
    d22c775e04 cdi: use separate feature-flag
    fa4deb02af environment: Error when t.Parallel was called before Protect
    97d32bb7d7 daemon: stop checkpointing health probes to disk
    a6d9462cb1 (*Daemon).fillRootlessVersion: fix nil panic
    e954cdc188 dockerd-rootless.sh: fix inconsistent description about "builtin" driver
    9de132dbf6 integration/image: Move Parallel after setupTest
    f0efb90f21 c8d/integration-cli: Skip tests checking `ContainerConfig`
    2a02403a94 c8d/exporter: Use WithSkipMissing
    9f50e06993 image/save: Refactor saveLayer
    b5a5ecf4a3 dockerd-rootless.sh: add comments about pasta
    f5d05b43d7 Dockerfile: update RootlessKit to v2.0.0
    ba86626642 vendor.mod: github.com/rootless-containers/rootlesskit/v2 v2.0.0
    312450d079 integration: test container healthcheck is reset
    c58acf06c2 image/save: Derive Descriptor from actual tar archive
    c4d2968183 vendor: github.com/moby/sys/mountinfo v0.7.1
    075e1141b8 vendor: golang.org/x/sys v0.16.0
    a759acd958 vendor: github.com/google/uuid v1.5.0
    3bcb01a84f vendor: github.com/google/go-cmp v0.6.0
    36dd2f029f doc: Correct typo in doc comments for volume/mounts/mounts/MountPoint
    92175dd78c vendor: containerd v1.7.12, and switch to dario.cat/mergo v1.0.0
    cd1709b0d4 update containerd binary to v1.7.12
    2c45df2ab4 image/save: Fix missing layers in manifest
    0790864064 Dockerfile: update buildx to v0.12.1
    a9d0128bd7 Dockerfile: update docker compose to v2.24.0
    28f48ce1ac c8d/commit-builder: Extract common code
    659d7b190f libcontainerd: create unstarted tasks
    d7141cfd06 update to go1.21.6
    0e62dbadcd daemon: reinit health monitor on live-restore
    71c9aec834 Add Rob Murray (robmry) to curators
    e8e20c0897 daemon/config: setPlatformDefaults: use debug for missing userland-proxy
    18a0e144c2 c8d/getImageLabelByDigest: Fix misspelled `labels` check
    e27ffdab0f Dockerfile: update rootlesskit to v1.1.1, and use tags as reference
    782fe1fe82 layer: ChecksumForGraphID: remove unused code for for migrating v1 layers
    1dd415df1a vendor: github.com/vbatts/tar-split v0.11.5
    372cd16b88 vendor: otelhttptrace v0.45.0 to align with other OTEL packages
    22597efa06 vendor: github.com/docker/go-connections v0.5.0
    1f9098e7d0 builder: remove redundant ExecBackend.ContainerKill()
    0aa96c5512 builder/dockerfile: containerManager.RemoveAll() prevent partial cleanup
    03a8188a9a builder/dockerfile: remove containerManager.removeContainer()
    a38b5d7430 daemon: Daemon.ContainerRename: move vars closer to where they're used
    00a863b25e daemon: Daemon.connectToNetwork: rename named return to prevent shadowing
    0f337e9c14 feat: make errdefs.IsXXX helper functions work with wrapped errors
    dd41f86339 hack/make: Refactor VERSION normalization
    2af17cd3f5 vendor: github.com/containerd/cgroups/v3 v3.0.3
    9a5393d500 hack/make: Strip "v" tag prefix name from VERSION
    12128189eb vendor: github.com/cilium/ebpf v0.11.0
    07d2ad30e5 daemon/cluster: Cluster.imageWithDigestString: include mirrors to resolve digest
    8aacbb3ba9 api: fix "GET /distribution" endpoint ignoring mirrors
    b9e27acabc libnet/d/bridge: dead code: no conflict on stale default nw
    0a26cdf344 libnet/d/bridge: remove dead ActiveEndpointsError
    6d2c4f87af daemon: work around go1.21 compiler bug
    69c23cc0c9 docs/api: add documentation for API v1.44
    ce574949f7 api: Deprecate outdated fields in NetworkSettingsBase
    d5a3fccb06 update golangci-lint to v1.55.2
    9b184e1268 daemon: remove dead code relying on SecondaryIPAddress
    7b0f8122b2 update AUTHORS
    fc8fcf85a2 vendor: github.com/opencontainers/runc v1.1.11
    5fa4cfcabf update runc binary to v1.1.11
    b8f2caa80a pkg/containerfs: deprecate ResolveScopedPath
    90f37f48e2 pkg/containerfs: unify CleanScopedPath implementation
    6fae583dba pkg/aaparser: remove, and integrate into profiles/apparmor
    53d405c37f pkg/aaparser: remove deprecated GetVersion utility
    f714730c40 libnetwork/portallocator: PortAllocator.ReleasePort: remove unused err-return
    4f9db655ed portmapper: move userland-proxy lookup to daemon config
    214ab2caef libnetwork/portmapper: PortMapper.MapRange: inline "cleanup" closure
    6ae6dcfc53 libnetwork/portmapper: PortMapper.MapRange: fix defer
    8712c6df22 libnetwork/portmapper: PortMapper.MapRange: rename err-return
    341e7b35a6 Updated manifest v2 URLs in image spec README
    882b79b254 Dockerfile: update crun to 1.12
    dc23efd3a2 vendor: github.com/klauspost/compress v1.17.4
    f74ca4ed36 Update commit id unmap to directly use active mounts
    0252a6f475 ci(bin-image): fix merge job run condition
    1ea1d561c7 ci: do not run ci workflow on push tag events
    141cb65e51 Check, then assume an IPv6 bridge has a subnet.
    437bc829bf Don't try to validate incomplete network config.
    52d9b0cb56 Remove unused error types.
    f9135cdeb5 libnet: Improve the debug log written when the extKeyListener is stopped
    13915f6521 libnet: document what Network.networkType represents
    6a2542dacf libnet: remove Endpoint.anonymous
    cf5a3bc531 c8d: Fix image commit with userns mapping
    5eaf898fcb libnetwork: write ServFail if DNS reply msg is bad
    1da85f7bdc libnetwork: assert DNS replies are well-formed
    f6a160d34e c8d/docker-py: Temporarily skip test_commit_*
    cf1ea9237c Add dangling image reference on delete when last image has children
    9603adb5b4 c8d/docker-py: Temporarily skip test_save_and_load*
    7a9b680a9c libnet: remove Endpoint.myAliases
    523b907359 daemon: no more IsAnonymousEndpoint
    8b7af1d0fc libnet: update dnsNames on ContainerRename
    3bb13c7eb4 libnet: Use Endpoint.dnsNames to create DNS records
    f5cc497eac libnet: populate Endpoint.dnsNames on UnmarshalJSON
    ab8968437b daemon: build the list of endpoint's DNS names
    0c6e9121b2 Add support for removing repo and digest
    c22fc41ddf vendor: golang.org/x/crypto v0.17.0
    87c87bccb5 Update cleanup logic to use resolve all images
    529d19bad8 Add resolve all images and unit test
    eb9ce779f6 Update OTEL in client hijack to use transport
    c84e889a69 Remove httputil lint exceptions
    35a51fd697 Update authz plugin test to not use httputil
    bb4e9c72d7 Replace use of httputil in client hijack
    dc1e73cbbf libnet: add a new dnsNames property to Endpoint
    1eb0751803 daemon: endpoints on default nw aren't anonymous
    27f3abd893 Allow overlapping change in bridge's IPv6 network.
    18b1aec0ee c8d/inspect: Fill `Parent` property
    e48b58e1be vendor: golang.org/x/crypto v0.16.0
    44511f9e43 vendor: golang.org/x/text v0.14.0
    2cdd4906ac vendor: golang.org/x/sys v0.15.0
    d6a656cf7f libnet: Remove unused cmd/readme_test
    aa5d1a8897 typo fixes
    2cf230951f add //go:build directives to prevent downgrading to go1.16 language
    9e6d012e9c docker info: expose runtime features ("rro" mount mode, etc.)
    1602e2f4f1 api: Deprecate `Container` and `ContainerConfig` for `/images/{id}/json`
    d91bf690ef ci(bin-image): fix conditional run for skipped job
    61d5e5ca9a ci(test): do not run on push tag events
    f8275cb303 c8d/docker-py: Skip test_build_squash
    279e6658ac Add devcontainer configuration
    d11a772080 c8d/tag: Remove duplicate label copy
    3b1d9f1a26 add validation and migration for deprecated logentries driver
    3a14b1235c docs/api: remove logentries
    30f739db44 api/swagger: remove logentries
    cd41f655f9 logger: remove logentries driver
    dbdfc71026 vendor: resenje.org/singleflight v0.4.1
    4d2a324fce update to go.opentelemetry.io/otel/semconv/v1.21.0, remove "httpconv" uses
    7d991b6e42 vendor: github.com/moby/buildkit v0.12.5-0.20231208203051-3b6880d2a00f
    fcf03cdfa9 vendor: github.com/containerd/containerd v1.7.11
    7028a03ffa vendor: github.com/containerd/containerd v1.7.10
    49ad10261e vendor: github.com/containerd/containerd v1.7.9
    c14bd4f1ad vendor: vendor: upgrade OpenTelemetry to v1.19.0 / v0.45.0
    291eaf0a77 vendor: github.com/cyphar/filepath-securejoin v0.2.4
    b524ed2dda testing: update docker-py to 7.0.0
    33d2ec08ba update containerd binary to 1.7.11
    c51a262e34 update containerd binary to 1.7.10
    12c70b4386 vendor: github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0
    a0615f6839 vendor: github.com/felixge/httpsnoop v1.0.4
    afe281964d daemon/logger/local: always use UTC for timestamps
    bea729c030 c8d/prune: Familiarize image names that were untagged
    8ba8a59697 c8d/prune: Default `dangling` filter to true
    eaaf1ea96d integration/prune: Run in a separate daemon
    90dfb1c8ad c8d/integration-cli: Adjust TestBuildClearCmd
    0f9f9a132e Move 'netip' utils from 'ipam' to 'internal'.
    1931a1bdc7 libnetwork/diagnostic: lock mutex in help handler
    424ae36046 libnetwork/diagnostic: use standard http.Handler
    bc94dfc7d2 hack: Load special images on demand
    7cb1efebec api/types: move NetworkListConfig to api/types/backend
    a58b0a3d9c api/types: move Plugin-types to api/types/backend
    862caf826c update to go1.21.5
    0bf6ffba43 update to go1.21.4
    08e4e88482 daemon: raise default minimum API version to v1.24
    484e6b784c api/types: move ContainerCreateConfig, ContainerRmConfig to api/types/backend
    c786c3a974 Dockerfile: update criu stage to Debian 12 (Bookworm)
    d5eba1bfe5 integration/build: Use setupTest
    713c7d49a1 integration(-cli): remove skips for old daemon versions (<20.10)
    7f68e3107e integration-cli: TestAPIClientVersionOldNotSupported: use daemon API version
    97549d923c integration/container: TestInfoAPIVersioned: adjust API version
    410feab962 integration/container: TestKillDifferentUserContainer: adjust API version
    757a004a90 libnetwork/diagnostic: drop Init method
    f270057e0c libnetwork/diagnostic: un-embed sync.Mutex field
    aa2fa2caa3 un-containerize TestDaemonNoSpaceLeftOnDeviceError
    49f3e7d233 Dockerfile: remove APT_MIRROR build-arg
    baca6cb417 Don't allow port in CIFS URL
    c8134fa046 vendor: github.com/moby/buildkit v0.12.4
    a189832454 add TaskStatus to swagger docs
    faa843fcef vendor: github.com/gorilla/mux v1.8.1
    028ed1bb22 vendor: github.com/spf13/cobra v1.8.0
    e18f5a5304 container: internalize InitAttachContext
    fcb89da9c2 c8d/integration-cli: Skip TestListDanglingImagesWithDigests
    61d94850a7 cmd/dockerd: make cobra templates a const
    0f163170a7 cmd/dockerd: remove various cobra templating
    3bfb6a9420 frozen images: update to debian:bookworm-slim
    fd40dfaf58 Dockerfile: remove uses of DEBIAN_FRONTEND
    e72c4818c4 Dockerfile: update to Debian "bookworm" (current stable)
    8ae94cafa5 cifs volume resolves hostname correctly.
    3a0af5ad30 integration/TestLiveRestore: Wait for process to exit
    61d8f57f2a daemon: kill: use log level to "warn" if container doesn't exit in time
    e262cd38ad c8d/integration-cli: Adjust DockerRegistryAuthTokenSuite
    49d088d9ce builder-next: fix timing filter for default policy
    c3eed9fa3e integration-cli: fix TestDaemonICC tests for newer iptables versions
    c5ea3d595c liverestore: Don't remove `--rm` containers on restart
    9b399814e7 integration-cli/TestCrossRepositoryLayerPush: Change repo name
    9709b7e458 quota: increase sparse test-image to 300MB
    65cfcc28ab hack/dind: update comments around AppArmor
    cfb8ca520a hack/dind-systemd: make AppArmor work with systemd enabled
    203bac0ec4 daemon/c8d: Unmount container fs after unclean shutdown
    964ab7158c Explicitly set MTU on bridge devices.
    05523e289b c8d/integration: Adjust TestSaveCheckTimes
    b1676a289c daemon: ContainerRename: move log args to log fields
    d2865f1e8a daemon: win: set DNS config on all adapters
    0fd0e8255f daemon: build ports-related ep options in a dedicated func
    7786f8512b Revert "testing: temporarily pin docker-py tests to use "bullseye""
    4394c61e6c testing: update docker-py to 7.0.0b1
    f877360dc1 api/t/swarm: Fix deprecation for ServiceSpec.Networks
    681c94ca17 Dockerfile: update buildx to v0.12.0
    68e73ceb67 update containerd binary to v1.7.9
    2f28582b55 vendor: github.com/Microsoft/hcsshim v0.11.4
    f4776ef9df ci(bin-image): skip dco on push tag events
    8641d2da3b client: update example in readme
    0ab7267ae3 Fix support for pull by digest
    ba46bda149 update authors and mailmap
    a3fdad84ad graphdriver/copy: faster copy of hard links
    fb53da508f vendor: github.com/opencontainers/runc v1.1.10
    15bcc707e6 update runc binary to v1.1.10
    84036d3e18 daemon/config: change DNSConfig.DNS to a []net.IP
    1eadfb0e28 opts: ValidateIPAddress: improve error, godoc, and tests
    981a878cf5 vendor: github.com/docker/go-connections fa09c952e3ea (v0.5.0-dev)
    677d41aa3b Plumb context through info endpoint
    f0b89e63b9 Fix missing import for "scope" package
    33564a0c03 libnetwork/d/overlay: support IPv6 transport
    e1d85da306 libnetwork/d/overlay: parse discovery data eagerly
    d47b3ef4c9 libnet: early return from updateSvcRecord if no addr available
    f5a611a74c daemon: ContainerRename: use named error-return
    8074e7a437 Bump go-connections for TLS 1.3 support
    d06af368ad c8d: "unremap" the user namespace on commit
    a7acfffea6 test: Add a test for userns remapped daemon commit
    876d4e5484 c8d: cleanup imports in the image builder file
    7995e3288f Add until filter to docker image ls Signed-off-by: Rachit Sharma <rachitsharma613@gmail.com>
    58785c2932 integration/networking: fix TestBridgeICC
    6979503a85 Include port in URL for locally built Swagger docs
    755f008c1e Default the auth config domain to the target image domain
    7d9d601e6d project: document supported containerd versions
    29ac09ee9d Revert "libcontainerd: work around exec start bug in c8d"
    c1a289e05a docs/api: update redirect metadata for hugo
    49e04102c1 Update container-device-interface to v0.6.2
    26f63600c1 daemon/snapshotter: Align mounter implementations
    d5d41c2849 daemon/config: Put params for the default network into a dedicated struct
    587ad8845a integration/system: update TestInfoAPI to not use string-matching
    c1ab6eda4b integration/networking: Test bridge ICC and INC
    409ea700c7 integration: Add a new networking integration test suite
    02a932d63f Fix case where health start interval is 0 uses default
    891241e7e7 seccomp: block io_uring_* syscalls in default profile
    3c2b06099d Skip TestPullManifestList when using containerd
    6ca1b9e4ce Skip the busybox digest check when containerd is enabled
    123ade3763 builder/dockerfile: errmsg: quote build target
    7257c77e19 libnetwork/ipam: refactor prefix-overlap checks
    4e8ba395f2 integration: TestSaveRepoWithMultipleImages: minor cleanup
    0dae0f2b5e integration: TestSaveRepoWithMultipleImages remove redundant remove
    30cd8b8fca integration: make TestSaveRepoWithMultipleImages less flaky
    1c50526092 daemon: improve daemon start informational log message
    a99bb24ea8 builder-next: make sure worker platforms normalized for containerd
    29977d5058 contrib/check-config: conditionally disable color output.
    d60de4cafd Move the golangci-lint configuration file to the root dir
    cd95cd0671 c8d/push: Return error when repository has no tags
    df34db1158 c8d/pull: Don't wrap `no basic auth` error
    5a83bebf76 ci: Setup otel tracing for windows integration tests
    29ddf2214d docs(API): Add reason to network connect 403
    63a9d72ee8 pkg/tarsum: handle xattrs like archive/tar does
    4356962c69 update containerd binary to v1.7.8
    38c4ceb00a vendor: github.com/containerd/containerd v1.7.8
    34f5793521 vendor: google.golang.org/grpc v1.58.3
    bd23c7729e vendor: golang.org/x/tools v0.10.0
    205e4de3fd vendor: golang.org/x/mod v0.11.0
    153d7e4038 exec/tests: add test for `--group-add` with `--user`
    27e064e7e9 c8d/history: Fix nil dereference
    808120e5b8 New `host_ipv6` bridge option to SNAT IPv6 connections
    9d578a2e6d Cleanup duplicate imports
    59c5f6e35b integration-cli: mark dockerCmdWithFail as an helper function
    61c78d9438 daemon: Validate MacAddress on container create
    ee9f0ed895 api: Deprecate ContainerConfig.MacAddress
    052562ffd5 api: Add a field MacAddress to EndpointSettings
    98323ac114 integration/container: target v1.43 in a soon-to-break test
    4f0cab3b74 api: ContainerCreate: re-organize BC conditions
    79589354df api: ContainerCreate: remove repetitive nil checks
    44a25f31a8 api: ContainerCreate: lowercase ErrEmptyConfig
    91eee33f62 api: ContainerCreate: return an error when config is nil
    417018659b daemon: remove redundant withResetAdditionalGIDs option
    8f756fe679 c8d: show the real image creation date when listing images
    a73dfe68d3 api: ContainerCreate: init hostConfig and networkingConfig when nil
    7e0cb4c46f c8d: Use the labels to get the children of an image
    f5535d516f c8d: Preserve image labels when tagging
    70158284b7 api: fix a nil check on the wrong var
    d7266afc7e c8d/exec: Add additional groups on exec
    df3a321164 migrate to github.com/moby/sys/user
    aeb8972281 daemon: daemon.containerRestart: don't cancel restart on context cancel
    52da88201c hack/validate: stop suppressing Xattrs deprecation
    c44c9dfa79 pkg/tarsum: migrate to (tar.Header).PAXRecords
    3cf409aa9e pkg/archive: migrate to (tar.Header).PAXRecords
    6a8a792019 pkg/archive: test tar headers are interoperable
    f2c67ea82f vendor: github.com/klauspost/compress v1.17.2
    a7b44ea10f Dockerfile: update github.com/tc-hib/go-winres v0.3.1
    0cf113e250 Add unit tests for outgoing NAT rules
    619d98ab49 vendor: github.com/moby/buildkit v0.12.3
    aad51c0b4e daemon: daemon.shutdownContainer: use context.WithoutCancel
    dca89c67ef daemon: daemon.containerStop: use context.WithoutCancel
    8166818791 c8d: Return the "tag does not exist error"
    4af420f978 libnetwork/internal/kvstore: prune unused method
    4039b9c9c4 libnetwork/datastore: drop (KVObject).DataScope()
    4f4a897dda libnetwork/datastore: drop (*Store).Scope() method
    4b40d82233 libnetwork/datastore: un-embed mutex from cache
    9536fabaa8 libnetwork/datastore: minor code cleanup
    43dccc6c1a libnetwork/datastore: unconditionally use ds.cache
    5a72ed3406 integration-cli: remove deprecated dockerCmd and waitRun utilities
    06115bf82c integration-cli: DockerCLIPruneSuite: replace dockerCmd
    285ab8c861 integration-cli: DockerCLIPluginsSuite: replace dockerCmd
    e28da7686e integration-cli: DockerCLIPluginLogDriverSuite: replace dockerCmd
    a837cb444c integration-cli: DockerExternalVolumeSuite: replace dockerCmd
    5f884478e5 integration-cli: DockerCLIImportSuite: replace dockerCmd
    885eceba1d integration-cli: DockerCLITopSuite: replace dockerCmd
    6ce6b63482 integration-cli: DockerCLIHistorySuite: replace dockerCmd
    268e72f10f integration-cli: DockerCLIRestartSuite: replace dockerCmd and waitRun
    c388416aac integration-cli: DockerCLICreateSuite: replace dockerCmd and waitRun
    5c297fcc09 integration-cli: DockerCLIStatsSuite: replace dockerCmd and waitRun
    7d2a6f2030 integration-cli: DockerCLICommitSuite: replace dockerCmd
    a4522b6a8f integration-cli: DockerCLIStartSuite: replace dockerCmd
    f7ddfdbae6 integration-cli: DockerCLIUpdateSuite: replace dockerCmd and waitRun
    d1108b8a06 integration-cli: DockerDaemonSuite: replace dockerCmd
    9c161cc65a integration-cli: DockerCLIVolumeSuite: replace dockerCmd
    f482857959 integration-cli: DockerCLIImagesSuite: replace dockerCmd
    f1102e98bb integration-cli: DockerCLIPortSuite: replace dockerCmd and waitRun
    ba4d491562 integration-cli: DockerCLIRmiSuite: replace dockerCmd
    5b3086db1f libnetwork/datastore: prevent accidental recursion
    16e4bc9827 integration-cli: DockerCLISearchSuite: replace dockerCmd
    89d7b77022 integration-cli: DockerRegistrySuite: replace dockerCmd
    c867ac4527 integration-cli: DockerCLICpSuite: replace dockerCmd
    980a5bc72a integration-cli: DockerCLIBuildSuite: replace dockerCmd
    4292f42308 integration-cli: DockerCLISaveLoadSuite: replace dockerCmd
    50062b413c integration-cli: DockerCLIRunSuite: replace dockerCmd and waitRun
    d63cab5193 integration-cli: DockerCLILogsSuite: replace dockerCmd and waitRun
    8e2e1f3d28 integration-cli: DockerRegistryAuthHtpasswdSuite: replace dockerCmd
    d3f4580519 integration-cli: DockerCLILinksSuite: replace dockerCmd and waitRun
    58c5986f8b integration-cli: DockerCLIHealthSuite: replace dockerCmd and waitRun
    707bb9b9ed integration-cli: DockerBenchmarkSuite: replace dockerCmd and waitRun
    eafb618594 integration-cli: findContainerIP: replace dockerCmd
    ba32bebd05 integration-cli: DockerCLIInfoSuite: replace dockerCmd and waitRun
    4562f07887 integration-cli: DockerCLIExecSuite: replace dockerCmd and waitRun
    8c661b5e9a integration-cli: DockerCLIEventSuite: replace dockerCmd and waitRun
    cf95278122 integration-cli: DockerCLIAttachSuite: replace dockerCmd and waitRun
    1baec48367 integration-cli: DockerAPISuite: replace dockerCmd and waitRun
    908821d48a integration-cli: dockerCmdWithFail: remove unused return
    02fd8485fa integration-cli: DockerCLINetmodeSuite: replace dockerCmd and waitRun
    dbb2bd727d integration-cli: DockerNetworkSuite: replace dockerCmd and waitRun
    5cc978c6a0 integration-cli: DockerCLIInspectSuite: replace dockerCmd and waitRun
    86fb048e59 integration-cli: DockerCLIPsSuite: replace dockerCmd and waitRun
    b4ff5234bd integration-cli: remove transformCmd utility
    cdb44010c9 c8d/history: Fill ID for parents without the label
    d28bd54f2a c8d/history: Fix Tags assigned from parents
    e97716a95a Fix disk usage test
    cf9073397c Update check-config.sh
    7bb54c3dc5 vendor: gotest.tools/v3 v3.5.1
    bcca214e36 libnetwork: open-code updating svc records
    33cf73f699 libnetwork: drop (*Controller).nmap
    804ef16822 libnetwork: only delete svc db entry on network rm
    c85398b020 libnetwork: drop vestigial endpoint-rename logic
    29da565133 libnetwork: change netWatch map to a set
    0456c0db87 libnetwork: refactor isDistributedControl()
    749d4abd41 libnetwork: get rid of watchLoop goroutine
    f05dce8d3a replace some strings with OCI consts
    e3feb05175 vendor: github.com/opencontainers/image-spec v1.1.0-rc5
    0d27579fc7 Ensure that non-JSON-parsing errors are returned to the caller
    26730c891a vendor: google.golang.org/grpc v1.56.3
    6f625ae65a c8d integration: skip TestImportWithCustomPlatform
    9357bcb582 c8d/pull: Return same access denied error as graphdrivers
    488559a330 c8d/push: Set distribution source recursively
    d9b5445f39 c8d/pull: Handle pull all tags
    095d2a29a3 distribution: Add Tags
    9664f33e0d daemon: release sandbox even when NetworkDisabled
    2df698025c HealthCheck: add validation for minimum accepted start-interval
    25fb4dd50d switch to go.opentelemetry.io/otel/semconv/v1.17.0
    96f85def5b s/HostIP/HostIPv4/ for `com.docker.network.host_ipv4` setting
    2a14b6cf60 Use `iptRule` to simplify `setIcc` (code health)
    d7c6fd2f80 Move `programChainRule` logic to `iptRule` methods (code health)
    e260808a57 Move duplicate logic to `iptRule.Exists` method (code health)
    14d2535f13 Move `iptables.IPVersion` into `iptRule` struct (code health)
    4e219ebafb Eliminate unnecessary `iptRule.preArgs` field (code health)
    4662e9889c Simplify `setupIPTablesInternal` parameters (code health)
    919fe72f60 vendor: github.com/moby/buildkit v0.12.3-dev
    40fde69be9 Revert "Return no basic auth creds error when needed"
    e1bacd18a3 ci: continue-on-error on non-PR with snapshotter enabled
    70892220c8 ci: use matrix to test containerd backed image store
    03decbc1e6 ci: split tests in a reusable workflow
    bb7408e851 c8d/changes: Fix concurrents diffs
    e3d8e979de integration-cli/TestSaveAndLoadWithProgressBar: Skip with c8d
    f51c5e1a5c c8d/save: Don't save name if exported by digest
    b5f5987959 c8d/load: Fix `Loaded image` message
    42af8795a3 c8d/save: Implement exporting all tags
    f20abbc96c libnetwork: use conntrack and --ctstate for all rules
    c279c48a0e Skip TestPullAllTagsFromCentralRegistry
    8777592397 Return no basic auth creds error when needed
    ebef4efb88 api/types: move ContainerLogsOptions to api/types/container
    9670d9364d api/types: move ContainerListOptions to api/types/container
    7bce33eb0f api/types: move ContainerStartOptions to api/types/container
    0f77875220 api/types: move ContainerRemoveOptions to api/types/container
    9498d897ab api/types: move ContainerCommitOptions to api/types/container
    30f09b4a1a api/types: move ContainerAttachOptions to api/types/container
    95b92b1f97 api/types: move ResizeOptions to api/types/container
    ec69501e94 api/types: move ServiceCreateResponse, and generate from swagger
    5b3e6555a3 api/types: move ServiceUpdateResponse
    48cacbca24 api/types: move image-types to api/types/image
    44dbbeb196 c8d/progress: Remove unused mountable
    bcbbd9538f c8d/progress: Show Mounted/Exists status
    bb8bc1ffc8 update to go1.21.3
    3bc45d78c9 update to go1.21.2
    1800dd0876 vendor: golang.org/x/net v0.17.0
    1946aead21 vendor: golang.org/x/crypto v0.14.0
    0679ae984b vendor: golang.org/x/text v0.13.0
    bc33c27796 vendor: golang.org/x/sys v0.13.0
    db806533e6 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee
    b81b27c21f vendor: github.com/go-logr/logr v1.2.4
    cff4f20c44 migrate to github.com/containerd/log v0.1.0
    e1d0aacb6a vendor: github.com/docker/distribution v2.8.3
    0cd02ab1b4 integration/c8d: Skip TestBuildSquashParent
    aca9ea42bd vendor: github.com/moby/buildkit 0.12.3-dev
    d871a665de daemon/RegistryHosts: Don't lose mirrors
    a293cd6ab9 vendor: github.com/containerd/containerd v1.7.7
    f3aa9e151d c8d: Simplify error handling and distribution source label
    5f062032f7 TestPullNonExistingImage: Move to integration
    53345fe357 TestPullNonExistingImage: Use subtests
    2edb858b18 vendor: golang.org/x/net v0.13.0, golang.org/x/crypto v0.11.0
    87de23a6cd vendor: golang.org/x/text v0.11.0
    23f2e0fea7 Skip tests that check max concurrency
    37ca57e9d5 libnet/d/bridge: inline error checks
    fcabc48ee4 c8d/load: Handle compressed archives
    cbc2a71c27 libnet/d/bridge: Don't set container's gateway when network is internal
    491758a446 Dockerfile: upgrade Delve
    c587ba3422 registry: allow mirror path prefix in config
    2c4551d86d libnet: resolver: remove direct use of logrus
    4de8459265 libnet: add OTEL tracing to the embedded DNS
    b8ba263099 c8d/rmi: Handle explicit dangling name
    25a813e924 c8d/rmi: Don't emit Untagged for dangling images
    f99c4ec798 c8d/history: Fill ID and Tags for all entries
    1f6bacc486 TestDaemonNoSpaceLeftOnDeviceError: Adjust to snapshotters
    28d057cb0e c8d/TestPsListContainersSize: Only check if size increased
    34400dd4a2 TestPsListContainersSize: Fix size parsing/formatting
    e0e6ae741e daemon/c8d: Use WithoutCancel instead of context.Background
    c47cdd5f39 Revert "daemon/logger/etwlogs: rewrite to use go-winio/pkg/etw"
    6f27bef9fc daemon/c8d: Use non cancellable context in defers
    77f7c83114 c8d/push: Show progress only on blobs
    e8a7a9435f Dockerfile: update test-registry to v2.8.3
    5b16dd6469 Remove duplicated trace logs
    ad877271f3 Limit OOMScoreAdj when running in UserNS ("Rootful-in-Rootless")
    3d70af4ee4 adjust stats sampling order
    16063c7456 vendor.mod: bump go line to 1.20
    a4822abe37 c8d: Skip TestPullFailsWithAlteredManifest
    f9f439763a c8d/TestPullFailsWithAlteredManifest: Adjust error message
    4001241ccf c8d/TestPullByDigestNoFallback: Adjust error message
    9e3ed7b429 pkg/chrootarchive: fix Darwin build
    e465ebf2f3 update to go1.21.1, and fix download-URL
    aa282973d4 Dockerfile: use GOTOOLCHAIN=local
    f66c000229 c8d: Fix getting the platform of a single-platform image
    2c89640ab9 distribution: TestPullSchema2Config fix test response
    a9fcb775e5 integration-cli: fix getTestTokenService not sending header
    3197160114 daemon: Daemon.SetNetworkBootstrapKeys: make error-handling idiomatic
    f91c3cfda6 daemon: Daemon.initNetworkController: remove intermediate var
    dcc75e1563 libnetwork: Controller: agentInit, agentDriverNotify rm intermediate vars
    a384102fdf libnetwork/datastore: Store.Map, Store.List: remove intermediate vars
    bb5402e6fb libnetwork: Controller: getKeys, getPrimaryKeyTag: slight refactor
    603f49706e libnetwork: Controller: getKeys, getPrimaryKeyTag: prevent panic
    f6e44bc0e8 internal: Add compatcontext.WithoutCancel
    95aea39348 Make one-shot stats faster
    618d9b5d54 libnetwork: nwAgent: un-export mutex
    7cda3fb7b5 libnetwork: inline populateSpecial NetworkWalker
    ca1307c56e libnetwork: Controller: remove mutex for "store"
    a8ea752a93 libnetwork: Controller.cleanupLocalEndpoints: return errors
    2e60051c92 libnetwork: Controller.sandboxCleanup: return errors
    642cf261a8 libnetwork: Controller.NetworkByID: remove redundant error-handling
    430a5f8581 api: Add method and path to trace operation string
    41c186c344 hack: Run integration tests through Delve
    42a51cb285 Add support for swarm seccomp and apparmor
    0c66111c40 daemon: containers list code refactor
    13b775a96e integration-cli/TestSaveAndLoadRepoFlags: Ignore LastTagTime difference
    7c202d2fa4 integration-cli/SaveLoad: Don't check `repositories` file
    724db8650c integration-cli: Skip TestLoadZeroSizeLayer with c8d
    1337a66130 integration-cli: Skip Parent tests with c8d
    d5b067e04a ci(buildkit): remove regex skipping tests with digest inconsistency
    286704bf6f ci(buildkit): expose github runtime for gha tests
    34e71b374b builder-next/a/ci/pull: strongly type flightcontrol.Group
    c8773e10b1 builder-next/wrapper: use new exptypes constants
    a728bd0ee9 builder-next/pull: use ResolveMode.String() helper
    221b73e23d builder-next: apply source policies on config resolve
    2246297ae6 builder-next: adopt new wrapped types
    c217e3c87a vendor: github.com/moby/buildkit v0.12.2
    8cd5f04ea3 daemon/c8d: use new containerd LabelDistributionSource constant
    fd6dd6935b vendor: github.com/containerd/containerd v1.7.6
    79a4cbbec9 builder-next: make stub executor generic
    d7a31cfb2d libnetwork: Sandbox.resolveName: slightly simplify locking
    f549aaa205 libnetwork: Sandbox.resolveName: add fast-path for alias lookups
    9249b34be8 libnetwork: Sandbox.resolveName: rename vars for clarity
    4401ccac22 libnetwork: Sandbox: remove some intermediate vars
    0e80073e01 daemon: strongly type containerd log.OutputFormat
    4ff252456b libnetwork: rewrite Network.isClusterEligible to return agent
    6203e3660d libnetwork: Endpoint: return early if no agent was found
    6eeef51c6a libnetwork: Controller.agentSetup: use structured logs
    8b95ea4a35 libnetwork: Controller.agentSetup: remove redundant condition
    e852ba55a5 vendor: github.com/Microsoft/hcsshim v0.11.1
    06a640084f Fix graphdriver lookup in makefile
    093481618d c8d: Skip the test that checks Config.Image
    e6907243af client: negotiate api version before handling version-specific code
    3936c57294 c8d: test a backend dependent error on pull
    207c4d537c c8d: Fix `docker diff`
    601c9b29e6 c8d/pull: Fix stale Downloading progress
    313a090c0e libnetwork/osl: add some TODOs
    9d3b1f9419 libnetwork/osl: make constructing Interfaces more atomic
    47f9e70385 libnetwork/osl: Namespace.Restore: conditionally fetch IPs
    ee5a91e663 libnetwork/osl: Namespace.Restore: flatten nested conditions
    299bd58c5a libnetwork/osl: Namespace.Restore: rename vars for readability
    7b96663082 libnetwork/osl: Namespace: inline setGateway and setGatewayIPv6
    bd17d27658 libnetwork/osl: Namespace: make error-handling more idiomatic
    0b4a70ca2c libnetwork/osl: Namespace: programRoute, removeRoute rm path arg
    542fe0da40 libnetwork/osl: Namespace: make mutex private
    338fc49060 libnetwork/osl: implement Namespace.RemoveInterface
    3ff75aeb07 c8d/pull: Deprecation notice for schema1 manifests
    2cb94ade6c distribution: Extract schema1 deprecation notice
    39fe25b69e c8d: Fix  getting image with platform
    68b67b3230 c8d/pull: Support legacy schema1 prettyjws manifests
    d5425f28ae Don't run tests twice
    bddd826d7a profiles/apparmor: deny /sys/devices/virtual/powercap
    83cac3c3e3 oci/defaults: deny /sys/devices/virtual/powercap
    2394b07bce c8d: Number of containers using an image
    e19e541e2c libnet: add comment to ipamType
    acf825def2 api/t/net: test EndpointIPAMConfig.Validate()
    3092b261e2 daemon: move most of validateEndpointSettings into api/t/net
    554036040b vendor: github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
    6fc3ead321 vendor: google.golang.org/grpc v1.56.2
    73041028b6 vendor: google.golang.org/protobuf v1.31.0
    54dc8d2968 vendor: github.com/cenkalti/backoff/v4 v4.2.1
    d97e4300ee vendor: google.golang.org/api v0.114.0
    d50585b05b vendor: golang.org/x/tools v0.8.0
    51d8a975ab vendor: golang.org/x/oauth2 v0.7.0
    9670db3904 vendor: golang.org/x/crypto v0.9.0
    a046616249 vendor: golang.org/x/sys v0.10.0
    f29155950f vendor: golang.org/x/sync v0.3.0
    0354791147 vendor: github.com/klauspost/compress v1.16.5
    87dd1de046 vendor: github.com/tonistiigi/vt100 v0.0.0-20230623042737-f9a4f7ef6531
    bd6cadffb0 vendor: github.com/containerd/continuity v0.4.2
    6d93db06db vendor: github.com/vbatts/tar-split v0.11.3
    171ecf8cf2 vendor: github.com/vishvananda/netns v0.0.4
    81ab8db1c3 api/t/net: add missing comment to ValidateIPAM
    04a47e88d2 api/t/net: move endpoint structs into endpoint.go
    19c07198b6 daemon: Check if endpoint address is in allowed range
    bfd8c6deb7 daemon: Validate EndpointSettings.IPAMConfig.LinkLocalIPs
    4bd0553274 daemon: Return all validation errors for NetworkingConfig and EndpointSettings
    ff503882f7 daemon: Improve NetworkingConfig & EndpointSettings validation
    4c03618fab registry: remove jsonmessage dependency
    6c563cda82 c8d: fix TestRemoveContainerAfterLiveRestore
    0c4397deaf api/pull: Validate repo name
    ccb37fa567 imageService/PullImage: Move reference parse to api
    28861e0c47 c8d: Skip TestRemoveImageGarbageCollector
    bf692d47fb deprecate pkg/loopback (utility package for devicemapper)
    96faee9762 libcontainer: client.processEventStream: use locally scoped variables
    32e2c53467 c8d: Fix pull progress update
    5a4962f80d c8d: Refuse images with digest algo when tagging
    bd523abd44 remove more direct uses of logrus
    1ffbbe798a vendor: github.com/containerd/containerd v1.6.24
    7f281907dd c8d/push: Add missing message about repository
    babf907bfd c8d/push: Support pushing all tags
    7ec9f304e9 daemon/cluster: create managed ctr with multiple EndpointsConfig
    5e15ed314b api: Improve error on ContainerCreate with multiple endpoints
    cc9c930e29 vendor: github.com/Microsoft/hcsshim v0.9.10
    24102aa8ca update containerd binary to v1.7.6
    bbcd662532 api: Allow ContainerCreate to take several EndpointsConfig for >= 1.44
    35e9d688ba libnetwork: remove netWatch.remoteEps, as it's unused
    8ae5dc4aae libnetwork: Network.updateSvcRecord: remove unused localEps arg
    37b2ea9a8d libnetwork: Controller.processEndpointCreate, Delete: remove nmap arg
    62e55fd58a Add support for registry token in containerd pull logic
    14c5f7bf1d contrib: outline purpose of download-frozen-images-v2.sh
    0937aef261 libcontainerd/windows: Don't reap on failure
    b805599ef6 libcontainer/windows: Remove unneeded var declaration
    55b664046c libcontainer/windows: Fix process not being killed after stdio attach failure
    9c84994830 libnetwork/portmapper: remove unused PortMapper.checkIP
    f5d6af13d0 libnetwork/portmapper: un-export PortMapper.Allocator
    863909a749 libnetwork/portmapper: New(): remove unused argument
    5ab8d41d9f Add dmcgowan as curator
    de2447c2ab daemon: overlay2: Write layer metadata atomically
    78479b1915 libnet: Make sure network names are unique
    5fa011dc0c vendor: resenje.org/singleflight v0.4.0
    fd15ddbc30 daemon: GetImageAndReleasableLayer: simplify "FROM scratch" case
    4229032676 daemon/containerd: use "DiffID" type for diff fields
    5d5eeac310 daemon: automatically set network EnableIPv6 if needed
    0313544f4a c8d: Handle userns properly
    c63a952dc9 c8d/builder: Don't append empty tar layer to manifest
    9127285985 c8d/builder: Lease layer snapshots
    f22b112005 c8d/commit: Unpack committed image
    8832cdf6e1 c8d: Common unpack code for specific manifest
    c6bded3475 c8d/builder: Don't use diffID as snapshot parent
    8c7e19c5ff c8d/builder: Set empty diffID for rolayer
    6ebfa57364 c8d/builder: Don't mount the rolayer snapshot
    c41121cc48 update to go1.20.8
    4acbf7d8c3 c8d: disable schema1 registry integration tests
    833b514d98 c8d/mount: Create same directory owners as graphdrivers
    a8975c9042 api: Add consts for predefined networks
    12e27dfd8f Fix host_ipv4 bridge option when IPv6 and ip6tables are enabled
    7c0f6741eb go mod tidy
    cd204f1118 libnetwork/osl: Namespace.DeleteNeighbor: remove intermediate vars
    4215a1542b libnetwork/osl: Namespace.DeleteNeighbor: remove osDelete argument
    bc77104fed libnetwork/osl: Namespace.DeleteNeighbor: don't warn on non-existing neighbor
    5e7eade1f7 integration: don't poll for containers to be running
    b7d29c1e23 registry: un-skip some tests that don't require root
    de27973538 registry: merge validateEndpoint into newV1Endpoint
    6cc6682f5f daemon: fix under what conditions container's mac-address is applied
    820f37b1a6 hack: compile w/o optimizations & inlining when debugging
    c44f8958f6 vendor: github.com/cncf-tags/container-device-interface v0.6.1
    fa3ddc5116 distribution: newRepository: remove naked return and intermediate vars
    43740ab642 registry: remove intermediate vars in mock
    550e628f05 registry: newV1Endpoint: make it clear we skip validation for Docker Hub
    5728516371 c8d/image: Allow truncated id to have sha256: prefix
    c2004fb8c4 hack: Add TEST_IGNORE_CGROUP_CHECK
    7e506f71f3 registry: v1Endpoint.ping: include URL in debug log
    0c6f8f9290 registry: v1Endpoint.ping: don't io.Readall the response
    e9ad878df6 registry: v1Endpoint.ping: add fast-path for X-Docker-Registry-Standalone
    9e797a6db9 c8d: Remove the panic from UpdateConfig
    4982c70db4 integration-cli: Skip TestRmiParentImageFail when using c8d snapshotters
    0f7a65e59b registry: remove use of v1 Version field and X-Docker-Registry-Version
    3d8b8dc09a Use process substitution to redirect to tee
    c0ece8d4f3 integration-cli: Use different label in TestBuildMultiStageGlobalArg
    081b74b97d c8d/builder: Store parent in c8d image label
    5f59f7bb49 integration/container: combine TestResize tests into subtests
    a4ceb0e4ac integration/container: TestResize, TestResizeWithInvalidSize: rm poll.WaitOn
    ee7ca6822a integration/container: fix flaky TestResizeWhenContainerNotStarted
    da5ed8b35b CI: Switch to use tracing action
    a3c97beee0 image: implement CheckOS, deprecate pkg/system IsOSSupported
    150b657bad pkg/system: move ErrNotSupportedOperatingSystem to where it's used
    9b7784781d Add test for buildkit history trace propagation
    3b4ccb2eca CI: Setup otel tracing for integration tests
    e8dc902781 Wire up tests to support otel tracing
    642e9917ff Add otel support
    776c376227 c8d: Better pull progress
    1cb45e582c c8d/import: Don't close compressed stream twice
    b5376c7cec pkg/idtools: remove sync.Once, and include lookup error
    0be416dfdc distribution: filterManifests split complicated condition
    150b1c8c73 daemon: daemon.createSpec: remove uses of logrus
    dbb4d54e01 c8d: Add image save events
    09470db089 c8d: Add image pull events
    1847dc4b7f c8d: Add image push events
    1148a24e64 migrate to new github.com/distribution/reference module
    dffccfd0f1 integration-cli/build: Alias `cmp` as `is`
    5dbd198b53 integration-cli/build: Parse multiline `images -q` output
    96516002cc c8d: Print the tag, digest and size after push
    417328e44e libnetwork/osl: remove dead code
    237eb3b5f1 docs(api): rephrase description for /images/create
    0ffa3dd870 daemon/c8d: Use Docker imagespec
    14af90b868 c8d/integration/TestBuildOnBuildCache skip parent check
    366a5f1d74 image/spec: Add Go structs
    536826d66f image/spec: Add Healthcheck.StartInterval (v1.3)
    75097cf09a test: remove platform related timeout values
    6dd78a9ac2 image/spec: Fix typo in "superseded"
    84a4f37cf7 test: use info from the version endpoint for arch checks
    159b168eea test/integration: Remove checks for "not arm" in tests
    ebb9fade23 makefile: use info -f to get the current storage driver
    c243efb0cd client: TestImageTagInvalidSourceImageName remove invalid test-case
    3a4a04e462 distribution: simplify mocks
    d864d1eb97 image/spec: add back versioned files
    b8de6c01b5 image/spec: rename v1.2.md to spec.md
    c3f2bd1009 image/spec: rename v1.1.md to spec.md
    7ff38506ab image/spec: rename v1.0.md to spec.md
    32d5e6312d image/spec: use permalink to versioned documents
    7b7019a4da image/spec: add missing "Shell" field (v1.2)
    5380f3f0c4 image/spec: add missing "ArgsEscaped" field (v1.1, v1.2)
    f33370219b image/spec: add missing "OnBuild" field
    e19edd3f25 image/spec: minor fixes and touch-ups in markdown files
    b9f9e20f01 daemon: Daemon.killWithSignal(): don't discard snapshotting errors
    af535233cc daemon: Daemon.killWithSignal(): don't discard handleContainerExit error
    8c6a46f643 libnetwork: Endpoint.AddStaticRoute don't create StaticRoute if unused
    1dcb11f81d libnetwork: Endpoint.InterfaceName: remove redundant nil check
    a9a0ffaf51 testing: update docker-py 6.1.3
    f6959bc597 test-docker-py: skip AttachContainerTest::test_run_container_reading_socket_ws
    e0f171f342 testing: update docker-py 6.0.1
    79a0f82ca1 test-docker-py: remove comment about docker 17.06 limitations
    be90e5e1d4 libnetwork: Controller.addServiceBinding: fix duplicate word in comment
    77c2613d3a libnetwork: fix some missing imports on macOS and FreeBSD
    5da2dd98e9 registry: move search-related code to separate files
    f1a7028900 registry: rename v1-endpoint tests to have a common prefix
    19f6f0b3db registry: move v1 endpoint tests to endpoint_test.go
    47bf587f84 registry: ResolveAuthConfig: rename var that collided with import
    a0a8d9d057 libnetwork: notify another driver registerer
    2689484402 volume/local: Don't unmount, restore mounted status
    f1a6e16258 errdefs: remove redundant import comments
    b6ba2a4f75 errdefs: remove gotest.tools dependency
    3f8cbd8ec9 registry: update some godoc
    e10eca3d1a daemon/containerd: rename some vars that collided with imports
    aefbd49038 daemon/containerd: newROLayerForImage: remove unused args
    28d201feb7 daemon/containerd: log errors when releasing leases
    d43e61758a registry: deprecate APIEndpoint.Version and APIVersion type
    aef703fa1b integration/liveRestore: Check volume content
    4e4f62b6db distribution: use registry consts for API version in tests
    aa59b0f5a2 registry: improve error for invalid search endpoints
    14b53c6318 registry: simplify `trimV1Address`
    062c80199f registry: combine TestEndpointParse and TestEndpointParseInvalid
    0f871f8cb7 api/types/events: define "Action" type and consts
    10a3a3bc49 daemon: inline some variables when emitting events
    9331d6de1e daemon/events; fix TestLoadBufferedEventsOnlyFromPast
    f6f6c32138 api: ValidateRestartPolicy: improve errors for invalid policies
    333e04e84e integration-cli: TestEventsFormat: rewrite test to not use deprecated fields
    fa79b5d59f integration/container: TestPause: don't depend on deprecated fields
    0161aad462 client: TestEvents: don't depend on deprecated fields
    5123ae4352 daemon: TestLogContainerEventCopyLabels: inline vars
    2928c5ae92 daemon: TestHealthStates: don't depend on deprecated fields
    62ec14d9ec daemon/events: verify non-deprecated fields
    f443006fa2 daemon/events: rewrite test-assertions with gotest.tools
    70ad5b818f api/types/events: make events.Type an actual type
    5a02ed5e84 integration: use events-consts in tests
    9ea50365d6 daemon/events: use events-consts in tests, and fix vars that collided
    2f8e957713 Dockerfile: update crun binary to v1.8.7
    32e79c464a libnetwork: Network: return early where possible
    5512c7e838 libnetwork: Network.Services: remove some intermediate vars
    d6b8298cfd libnetwork: Network.Services: return early and don't lock in a loop
    8b21609654 libnetwork: remove Endpoint.Interface
    f8181b8875 libnetwork: Endpoint.Iface, Endpoint.Interface remove redundant "if"
    6a61bacafe libnetwork/drivers/remote: rollbackEndpoint.Interface: return concrete type
    dc061d2ed3 libnetwork/drivers/remote: driver.DeleteNetwork: remove var that collided
    40b1389917 libnetwork/drivers/remote: remove unused testEndpoint.Interface
    15435f7293 libnetwork/drivers/bridge: testEndpoint.Interface: return concrete type
    9afb688f5f libnetwork/drivers/bridge: getIPv4Data: remove unused argument
    639449f84e libnetwork: nwAgent.bindAddr: change to net.IP
    b75e831567 libnetwork: resolveAddr: add GoDoc
    ebe2347ac6 daemon: remove LogPluginEventWithAttributes as it's not used
    aa764e6009 daemon: logNetworkEvent, logSecretEvent, logConfigEvent rm unused args
    fa13b0715f integration/internal/swarm: rename max/min as it collides with go1.21 builtin
    79495c5b6a pkg/tailfile: rename max/min as it collides with go1.21 builtin
    df2f25a977 pkg/plugins: rename max/min as it collides with go1.21 builtin
    6c036f267f pkg/sysinfo: rename max/min as it collides with go1.21 builtin
    55192de9e3 pkg/archive: rename max/min as it collides with go1.21 builtin
    a3867992b7 daemon: rename max/min as it collides with go1.21 builtin
    f6b2e34268 Update example in README.md to close cli object
    318b3d4fe5 api/types/versions: rename max/min as it collides with go1.21 builtin
    cb394a62e5 restartmanager: rename max/min as it collides with go1.21 builtin
    8f64e2e925 daemon: daemon.logClusterEvent: use events.Type for event-types
    3dea2f230a daemon: inline some vars when producing events
    385f6429be api/server/router/network: remove empty file
    350223201e integration/container: TestCheckpoint: remove intermediate vars
    b688af2226 api/types: move checkpoint-types to api/types/checkpoint
    70baaec6a5 Dockerfile: remove libdevmapper-dev
    12d1f4f385 hack: remove devicemapper leftovers and build-tags
    f6a5318f94 Dockerfile: Windows: update Golang download domains to cut down redirects
    2aabd64477 hack: update link to GOPATH documentation
    b18e170631 CONTRIBUTING.md: update links to golang docs and blog
    136e86bb5c api: swagger: update link to Go documentation
    4862d39144 docs/api: update links to Go documentation
    cd49f9affd update golangci-lint to v1.54.2
    d52f20048d api/server: format code with gofumpt
    e9b09b49fd builder/builder-next: format code with gofumpt
    73894af9ff contrib/apparmor: format code with gofumpt
    ce01d779df daemon: format code with gofumpt
    211d3a8c32 pkg/stack: format code with gofumpt
    95e99e629c pkg/fileutils: format code with gofumpt
    6c6e1fb13d pkg/containerfs: format code with gofumpt
    1e579a7a2a pkg/sysinfo: format code with gofumpt
    263c00f27c testutil: format code with gofumpt
    b71951c70c container: format code with gofumpt
    87cedbe443 image: format code with gofumpt
    976da91fb7 pkg/loopback: format code with gofumpt
    b4d6eca9b8 pkg/chrootarchive: format code with gofumpt
    07e6b0ac70 integration: format code with gofumpt
    498da44aab remove some remaining pre-go1.17 build-tags
    210abfaef6 libnetwork: add godoc to Endpoint
    04422f5ec1 daemon: WithNamespaces(): add notes about user-namespaces
    dd26e6b15e daemon: Daemon.getIpcContainer: make errors less repetitive
    3d94eb9bcd daemon: Daemon.getPidContainer: change to accept "id" argument
    bc7f341f29 daemon: WithNamespaces(): fix incorrect error for PID, IPC namespace
    bd5d6480e7 daemon: WithNamespaces(): remove redundant "if"
    6eaefe5bf5 daemon: WithNamespaces(): use switch instead of if/else if/else
    43aa67a982 daemon: WithNamespaces(): use OCI-spec consts for namespaces
    759698581e daemon: WithNamespaces(): inline variables
    13648a0e21 daemon: remove Daemon.checkContainer and related utils
    78828f9b58 test/integration: Download the registry binary
    bd2c553870 Fix some broken executable flags
    143b3b2ef3 test: update registry version to latest
    01214bafd2 c8d/builder: Don't drop fields from created image
    b92cf68add libnetwork/osl: remove Sandbox and Info interfaces
    c881360e88 libnetwork/osl: remove Interface.Master() as it's unused
    b9bf407929 libnetwork/osl: remove Interface Interface
    8631e69cdf libnetwork/osl: remove Sandbox.InterfaceOptions() etc.
    f3d29db6a2 libnetwork/osl: remove Sandbox.NeighborOptions() etc.
    a365fb0e9d libnetwork: move more osl.Sandbox related code to Linux-only files
    95abde479a libnetwork: implement Controller.setupOSLSandbox
    35456d2eb1 libnetwork/osl: add godoc to networkNamespace
    aecfa55c4c libnetwork/iptables: (Add|Del)InterfaceFirewalld: check firewalld status
    4b0d38de06 TestDiskUsage: don't panic if results don't match
    c0568a95d8 integration/container: check some error-types in tests
    2b583c0923 daemon: cleanupContainer: slightly cleanup error messages
    69cf2ad6a5 daemon: cleanupContainer: don't fail if container is already stopped
    20b770237c daemon/network: Settings: move sandbox fields together
    405f571ae8 daemon: updateSandboxNetworkSettings: remove unused error-return
    2eccf0e8d1 libnetwork: Controller.NewSandbox: don't generate ID if not used
    6cbe06ff3f test: Skip graph driver tests when using containerd snapshotters
    3553b4c684 replace dockerfile/dockerignore with patternmatcher/ignorefile
    a479b287c7 vendor: github.com/moby/patternmatcher v0.6.0
    bedcc94de4 daemon: Handle NotFound when deleting container lease
    dfaff9598c c8d/run: Allow running container without image
    eb56493f4e c8d/commit: Don't produce an empty layer
    3e8af0817a ipam: Replace ChildSubnet with parent Subnet when its mask is bigger
    4f47013feb api: Validate IPAM config before creating a network
    2be118379e api/types/container: add RestartPolicyMode type and enum
    b8ff8ea58e Don't return an error if the lease is not found
    dff53a02ef libnetwork: remove Controller.Sandboxes as it's no longer used
    d6f340e784 gha: set 10-minute timeout on "report" actions
    f44fbab3ec libnetwork: remove Controller.WalkSandboxes and related code
    6dba98cf38 libnetwork: implement Controller.GetSandbox(containerID)
    6c4153f348 libnetwork: parallelTester: move vars closer to where they're used
    e690cdb6a3 libnetwork: remove redundant sandboxTable type
    3c10db669e libnetwork: remove unused SandboxKeyWalker
    cc414a2012 libnetwork/osl: remove Sandbox.Info()
    3b9f4395cf libnetwork: remove InterfaceInfo interface
    d146e592d8 api/t/network: Move IPAM types to their own file
    219d4d9db9 ci(bin-image): check repo origin
    d125823d3f hack: use long SHA for DOCKER_GITCOMMIT
    2010f4338e ci(bin-image): clean up metadata
    ad91fc1b00 ci(bin-image): clean up env var handling
    5dc44f03f0 classic builder: align "removing intermediate container" output
    06e540c271 libnetwork: move all SandboxOptions to a separate file
    2afa4eba43 libnetwork: resolver: Resolver.dialExtDNS use joinHostPort and cleanup
    3218e26a22 libnetwork: resolver: remove some intermediate variables
    986de11464 libnetwork: resolver: remove setCommonFlags, use createRespMsg
    7f965d55c7 volume/local: Fix debug log typo
    678ce73907 windows: update default base image for dev container
    0c522c6bbf libnetwork/datastore: remove deprecated scope consts
    73ffb48bfb ci(bin-image): populate DOCKER_GITCOMMIT, take 2
    9aed6308d4 ci(bin-image): populate DOCKER_GITCOMMIT
    c22ec82477 libnet: Fix error capitalization
    bd0111c1f4 libnet: Replace NoServiceError with UnavailableError
    42d34e40f9 libnet: Replace BadRequest with InvalidParameter
    a64adda4e7 c8d/inspect: Ignore manifest with missing config
    c85a33d74b libnetwork/iptables: un-export ZoneSettings, and slight refactor
    d979d2af45 libnetwork/iptables: fix TestFirewalldInit
    513063bcf9 libnetwork/iptables: ProgramChain: don't fail if interface not found
    64de635626 Add a temporary drop-in replacement for errors.Join
    cff341e5e6 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230815220644-3f2e40b3ed51
    56b62640a2 libnetwork: Controller.NewSandbox: use named error-return
    cbe692ffd1 libnetwork: Controller.NewNetwork: use named error-return
    e2f9d6c4c3 libnetwork: rename vars that collided with builtins
    e8f0f5a4ce libnetwork: rename agent type to reduce collisions
    0503cf2510 libnetwork/drivers/bridge: setupIPChains(): name output variables
    b9d9504df5 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230808164555-1983e41a9fff
    7b66ae1531 vendor: golang.org/x/crypto v0.3.0
    59aa3dce8a remove s390x and ppc64ls pipelines
    ea2d686468 libnetwork/iptables: DeleteConntrackEntries: remove "totals" returns
    f1240393d9 libnetwork/iptables: reduce DeleteConntrackEntriesXX debug logs
    18a0ff2b2b daemon: Daemon.handleContainerExit(): rename err-var for clarity
    178125ae39 libcontainerd/supervisor: explicitly ignore process kill errors
    f8363690ca daemon: Daemon.handleContainerExit(): reduce ambiguity in error handling
    72648f0ba6 oci: DefaultLinuxSpec: use OCI-spec consts for namespaces
    17571ff199 integration/internal/container: add WithPIDMode option
    917dae58e1 integration/internal/container: remove import aliases
    e0f5bb4820 daemon: withLibnetwork(): return early if networking is disabled
    225691e258 daemon: withLibnetwork(): use OCI-spec consts for namespaces
    8376595621 libnetwork: un-export SetExternalKey
    91a3a95385 libnetwork/options: OptionExecRoot: skip osl.SetBasePath on non-Linux
    48ea7ec970 libnetwork/osl: use filepath.Join() only when changing basedir
    8bf62010a4 libnetwork: merge linux-only test-files
    c0562d4eed libnetwork: rename unix-only testfiles
    8070f15966 libnetwork/drivers/bridge: rename some linux-only files
    014fefee1d libnetwork/drivers/bridge: minor formatting fixes
    80d158e0de daemon: remove containerNotModifiedError
    dffe634c19 daemon: Daemon.ContainerStart(): make validateState a regular function
    6da42ca830 c8d/diff: Reuse mount, mount parent as read-only
    051d51b222 c8d/export: Use ref counted mounter
    303e2b124e integration: Add test for not breaking overlayfs
    05deecaa45 internal/testutils/netnsutils: move utils that were not used on Windows
    d4e1c072e2 libnetwork: move resolverIPSandbox closer to where it's used
    f661bd8ee5 libnetwork: Resolved.SetupFunc() minor cleanup
    de4ba13400 libnetwork: move resolver tests that were skipped on Windows
    1e4e9161c5 libnetwork: move TestDNSOptions to a non-windows file
    bf1fb97575 daemon: Daemon.containerStart(): add comment to clarify error-type
    b039bbc678 update runc binary to v1.1.9
    79b467808e vendor.mod: github.com/opencontainers/runc v1.1.9
    74feadacf8 integration/internal/container: refactor CreateExpectingErr
    0899ba4a3f integration/internal/container: add NewTestConfig utility
    3cb52a6359 integration/internal/container: use consistent name for api-client
    26be2bc6b9 integration/container: use consistent name for api-client
    38e26c4717 daemon/create.go: Fix error capitalization
    435ecfe6e0 test/volume: Replace Check with NilError where suitable
    3d3ce9812f integration/tag: Move to client unit test
    742475bc8d daemon/create.go: Supersede github.com/pkg/errors
    4cc796ab93 client: Client.buildRequest: use http.NewRequestWithContext
    58dc0fcd1e client: Client.Ping: re-use request when falling back to GET
    87fff769f4 client: Client.checkResponseErr: change errorMessage to an error
    71da8c13e1 integration/tag: Use subtests and make parallel
    11a0c2779b pkg/plugins: Rewrite with assert.Check
    43956e1b71 hack/test: Don't exit early when all tests are filtered out
    ae008570ff hack/test: Split -test.run for integration and integration-cli
    510cac5f5b hack/test: Fix checking if integration-cli are filtered out
    8a1ca49657 libnetwork/osl: nwIface: add godoc
    16785b9b7b libnetwork/osl: move all networkNamespace methods together
    5b0fa7aaca libnetwork/osl: some minor nits
    972d80b596 libnetwork/osl: clean up newInfo() a bit
    0da721ec38 libnetwork/osl: make newKey and newInfo a t.Helper()
    d9442aab88 libnetwork/osl: nwIface: remove mutex altogether
    2afe18d2ce libnetwork/osl: nwIface: unexport sync.Mutex
    8b989ac665 libnetwork/osl: let's not do this, etc.
    3d0a7d819c libnetwork: remove Network.Info() and remove NetworkInfo interface
    74354043ff remove uses of libnetwork/Network.Info()
    36a0946aa9 libnet/ipamapi: Remove unused errors
    fd4ec26313 daemon/network.go: Fix error capitalization
    64e01c627f daemon/network.go: Remove github.com/pkg/errors pkg
    94dc10378d libnetwork: network.requestPoolHelper: slightly optimize order of checks
    67e2c1d482 libnetwork: network.requestPoolHelper: remove dead code
    ad68883c5a libnetwork: network.requestPoolHelper: don't defer in a loop
    32fcde6d9e libnetwork: network.IpamConfig, network.IpamInfo: name output vars
    df03357d19 libnetwork/ipam: move PoolID.FromString() to a PoolIDFromString() func
    808fed550d libnetwork/ipam: PoolID.String(): don't use fmt.Sprintf
    87fc8c772b libnetwork/ipam: Allocator.RequestPool: name args, output vars
    6dbc9c1c53 libnetwork/ipam: Allocator.RequestPool: mark options arg as unused
    7047964bd6 libnetwork/ipam: Allocator.RequestPool: make parseErr only handle errors
    821ef5cbaf libnetwork/ipams/null: use consts for fixed values
    05ef5559c3 pkg/plugins: override timeouts during tests
    6841a53d17 hack/test: Don't fail-fast before integration-cli
    2aa24519da ibnetwork/drivers/bridge: newLink: validate before creating
    5d722b35d9 libnetwork/drivers/bridge: bridgeNetwork.getEndpoint(): move lock
    eba15fe905 libnetwork/drivers/bridge: driver.link: don't defer in a loop
    76b736c242 libnetwork/drivers/bridge: driver.link: name return var for defer handling
    ea5f21ceac libnetwork/drivers/bridge: don't convert IP to string and back again
    8b6203b613 libnetwork/drivers/bridge: link.Enable: don't register reload on error
    0f4ba145ee libnetwork/drivers/bridge: link.Enable, link.Disable use iptables.Action
    40adb4317b api: Remove duplicated check on CheckDuplicate
    3e52785aae volume/drivers: use plugin Content-Type headers v1.2
    481dde8b70 libnetwork: use plugin Content-Type headers v1.2
    93b5c31541 integration-cli: use plugin Content-Type headers v1.2
    b663c7c5c3 pkg/plugins: add convenience alias for VersionMimeType
    c8930105bc fix: Normalize `RLIMIT_NOFILE` to sensible defaults
    4f9540f19f daemon: remove some intermediate vars and some cleanup
    8153a7760e daemon: Daemon.tryDetachContainerFromClusterNetwork: cleanup
    a018bb1da7 daemon: Daemon.initializeNetworking: remove var declaration
    12d8029d56 daemon: Daemon.getNetworkedContainer: remove intermediate var
    d1aa1979b4 daemon: buildEndpointInfo: minor refactor
    7a59913b1a Add CDISpecDirs to Info output
    0034a98eb1 pkg/plugins: Guard storage and unparallel racy tests
    bbb9255562 Skip CDI driver registration if CDISpecDirs is empty
    3b71197fb8 Set default CDI spec dirs after parsing args
    f3e62199ea daemon: Remove unneeded error wrapping in verifyNetworkingConfig
    d7a9f15775 bakefile: Remove default value of DOCKER_GITCOMMIT
    2b028dc55b daemon: Daemon.buildSandboxOptions: use range when looping
    33b4285eb1 daemon: Daemon.buildSandboxOptions: don't use PortBinding.GetCopy()
    ddb3d46533 daemon: Daemon.buildSandboxOptions: remove intermediate vars
    27a27db73f daemon: Daemon.buildSandboxOptions: move vars to where they're used
    91cab53a3e libnetwork: make OptionDNS, OptionDNSOptions, OptionDNSSearch take a slice
    2cbed9d2a8 daemon: inline Daemon.getDNSSearchSettings
    603547fa19 daemon: change Daemon.setupPathsAndSandboxOptions to a regular func
    07f2df69c7 daemon: buildCreateEndpointOptions: minor nits
    5158a33f15 daemon: buildCreateEndpointOptions: use range when looping
    1c6dae1291 daemon: buildCreateEndpointOptions: don't use PortBinding.GetCopy()
    cc79024761 daemon: buildCreateEndpointOptions: remove intermediate vars
    45de99aa06 daemon: buildCreateEndpointOptions: don't parse empty vip
    7d429125d2 daemon: buildCreateEndpointOptions: move vars to where they're used
    6ce92aa523 daemon: buildCreateEndpointOptions: skip getPortMapInfo() if not needed
    9e9a17950a daemon: FindNetwork: minor cleanups
    8c4af5dacb distribution: show image schema deprecation on all registries
    982bc0e228 distribution: update warning for deprecated image formats
    5bd8aa5246 integration: Add RunAttach helper
    d7fb4dd170 integration: Extract stream demultiplexing from container.Exec
    584f016e99 docs/api: remove stray underscore in version-history.md
    d5cb7cdeae update to go1.20.7
    fced566714 client: move resolveTLSConfig to a Client.tlsConfig()
    47af265234 client: Dialer: inline fallbackDial
    74d9850bb9 client/buildkit: ClientOpts: update docs to use doc-links, and inline
    971083d419 api: search: deprecate is_automated field, and is-automated filter
    5e2a1195d7 swap logrus types for their containerd/logs aliases
    1a51898d2e TestDaemonProxy: use new scanners to check logs
    476e788090 Fix daemon proxy test for "reload sanitized"
    e2d400bea9 libnet/d/bridge: Inline InvalidLinkIPAddrError
    6df4a00bb9 libnet/d/bridge: Remove pointless BadRequestError impl
    7c13985fa1 libnet/d/bridge: Inline InvalidIPTablesCfgError
    d8f42ee21a libnet/d/bridge: Inline IPTableCfgError
    a40d00c421 libnetwork: remove ErrDataStoreNotInitialized
    66b379785e libnetwork: remove unused InvalidContainerIDError
    d8cd4f6421 libnetwork: remove unused UnknownEndpointError
    fc5c16f491 libnetwork: remove unused NetworkTypeError
    e9f1888560 libnetwork: remove unused ErrInvalidConfigFile
    eadaaa7f79 libnetwork: remove unused ErrNoContainer
    99ab11bb90 libnetwork: remove unused ErrInvalidJoin
    9174eb00e2 libnetwork: remove unused ErrInvalidNetworkDriver
    7c2665298a libnetwork/types: move GetMinimalIP to overlay-driver and un-export
    d9b7a5f01a libnetwork/types: remove ErrInvalidProtocolBinding
    4445169cb5 libnetwork/types: remove PortBinding.Equal
    4269712d06 libnetwork/types: remove unused UUID type
    c203171ef6 libnetwork/types: remove unused RetryError and TimeoutError
    6d37ab0a83 libnet/d/bridge: Change interface implemented by error types
    03db2f8c3d libnet/d/bridge: Remove unused error types
    8197752d68 TestDaemonProxy: check proxy settings early
    4d674897f3 vendor: github.com/containerd/containerd v1.6.22
    5438356348 libnetwork: rename vars that collided with builtin and type
    ce053a14aa vendor: gotest.tools/v3 v3.5.0
    be0f4a4737 libnetwork/driver: remove discoverAPI from Windows and Windows overlay
    6ec03d6745 libnetwork: move datastore Scope consts to libnetwork/scope
    86299bbd35 vendor: github.com/opencontainers/image-spec v1.1.0-rc4
    fca38bcd0a libnetwork/driverapi: make discoverAPI an optional part of the interface
    490fee7d45 api/types/filters: fix errors not being matched by errors.Is()
    bf48d3ec29 update containerd binary to v1.7.3
    a78381c399 update containerd binary to v1.7.2
    0d76fc431a libnetwork/remote: newDriver(): return concrete type
    3e8fda0a70 windows: fix --register-service when executed from within binary directory
    d69b1fdb72 volume/mounts: cleanup tests
    da9e44a620 libnet/d/bridge: Allow IPv6 ICC from any IP address
    31d09f6ee9 testutils: move Logger interface to testutils
    492c09276d tests: Move libnetwork/testutils to internal/testutils/netnsutils
    13180c1c49 daemon/list: Drop unused arg from containerReducer
    68991ae240 daemon/list: Refactor refreshImage
    e5cffc07b3 c8d: Fix TestImagesFilterMultiReference
    1d8108b009 c8d: images/json, add image labels to the response
    a0bba26919 c8d: Populate RepoTags instead of adding a new image to the list
    ad2760ec80 integration: Move image filter tests to integration
    4d8e3f54cc c8d/container: Follow snapshot parents for size calculation
    5a39bee635 daemon/list: Replace ErrImageDoesNotExist check
    7379d18018 c8d/readConfig: Translate c8d NotFound to errdefs
    f3b76bc1da daemon: refactor buildNetworkResource to use a struct-literal
    a8c0b05052 daemon: split buildDetailedNetworkResources into two functions
    8caf974dcd daemon: refactor buildEndpointResource
    437ced91ec daemon: refactor buildIpamResources
    ca5ac19ea4 daemon: refactor buildPeerInfoResources
    02dc5ea720 libnetwork/datastore: remove Store.KVStore()
    0f7bf67f83 pkg/plugins: TestGet(): use sub-tests
    e1ad4aa002 pkg/plugins: make package-level socketsPath var a LocalRegistry field
    5bd44cf3c4 pkg/plugins: remove "load()" function
    77c03221c9 pkg/plugins/transport: remove RequestFactory interface
    d12ec5f796 pkg/plugins/transport: remove unused Transport interface
    dfd331b2c8 pkg/plugins/transport: export httpTransport, and return concrete type
    77103c7c03 pkg/plugins/transport: inline newHTTPRequest
    4af4adc7ba pkg/plugins: remove LocalRegistry.SpecsPaths()
    a44c25c2f1 pkg/plugins: split exported from implementation
    954d50b88a plg/plugins: rename vars that collided, or poorly cased
    20889dbac6 pkg/plugins: move Plugin.ScopedPath to platform-agnostic file
    a5ee0d6af8 libnetwork: don't access KVStore directly in tests
    b378669836 libnetwork/datastore: don't access KVStore directly in tests
    65978e6982 libnetwork/datastore: cleanup tests
    478f4aed63 libnetwork/datastore: ScopeCfg.IsValid(): un-wrap conditions
    37cbdeb1f2 libnetwork: remove most of kvstore
    d713b7ed45 api/server/router/network: remove unused Backend.FindNetwork
    1bc7a2aacd daemon/containerd: ImageService. LoadImage fix stray slash in comment
    126a089382 vendor: github.com/opencontainers/runtime-spec v1.1.0
    42fa7a1951 Integration test for capabilities
    5ef9e2632f libnetwork/datastore: prevent data races in Key()
    48cc28e4ef hack/integration: Add TEST_INTEGRATION_FAIL_FAST
    f70e1b315f libnetwork/datastore: remove unused ParseKey() utility
    704a19b25d libnetwork/datastore: remove DataStore interface
    d5b1e43b8f libnetwork/datastore: move MockData to a _test file
    0ec73a7892 vendor: github.com/moby/buildkit v0.11.7-dev
    64c6f72988 libnetwork: remove Network interface
    edafcb2c39 libnetwork/iptables: un-export ErrConntrackNotConfigurable, IsConntrackProgrammable
    e57b807a42 libnetwork: Controller.NewNetwork: inline arrangeUserFilterRule()
    be8ff186d6 libnetwork: refactor TestErrorInterfaces into a test
    9484520327 libnetwork: arrangeUserFilterRule: don't return early
    a5f45b47a3 libnetwork: Controller: combine iptablesEnabled and ip6tablesEnabled
    483a1933a2 volume: remove the short RRO forms in favor of the long forms
    5da84141c4 vendor: github.com/prometheus/common v0.42.0
    44ab4d44e0 vendor: github.com/prometheus/procfs v0.9.0
    6791b8051a vendor: github.com/felixge/httpsnoop v1.0.3
    9d3590f375 vendor: github.com/Microsoft/go-winio v0.6.1
    35d180126a vendor: google.golang.org/protobuf v1.30.0
    b835c28383 vendor: golang.org/x/oauth2 v0.6.0
    3cfc1ffb0a pkg/ioutils: some cleanups in tests
    df86d855f5 Dockerfile: update runc binary to v1.1.8
    f5e64a9eaa vendor: github.com/containerd/stargz-snapshotter/estargz v0.14.3
    d431345bf3 vendor: google.golang.org/protobuf v1.29.1
    30916df3d3 vendor: github.com/containerd/ttrpc v1.2.2
    4f4dd2d995 vendor: github.com/containerd/go-cni v1.1.9
    287130a254 vendor: github.com/cenkalti/backoff/v4 v4.2.0
    7145129f27 vendor: k8s.io/klog/v2 v2.90.1
    410a52b763 vendor: github.com/fsnotify/fsnotify v1.6.0
    741c28ae9f vendor: github.com/containerd/cgroups v1.1.0
    e84b72710b vendor: github.com/aws/aws-sdk-go-v2/config v1.18.16
    e235763a38 vendor: github.com/aws/aws-sdk-go-v2/credentials v1.13.16
    4c30bf1667 vendor: github.com/aws/aws-sdk-go-v2 v1.17.6
    cb53ce9f89 vendor: github.com/aws/smithy-go v1.13.5
    f463e50719 vendor: github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
    359ab384fd vendor: google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
    b11bdb9212 vendor: cloud.google.com/go/logging v1.7.0
    64609120d8 vendor: github.com/googleapis/gax-go/v2 v2.7.0
    2990defea7 vendor: go.opencensus.io v0.24.0
    d7aa47ddb8 vendor: github.com/googleapis/enterprise-certificate-proxy v0.2.3
    296040b1f4 vendor: github.com/cespare/xxhash/v2 v2.2.0
    033f882314 vendor: golang.org/x/oauth2 v0.5.0
    b615d195b2 vendor: github.com/golang/protobuf v1.5.3
    c5c8f433e6 vendor: github.com/containerd/typeurl/v2 v2.1.1
    2659f7f740 c8d/inspect: Include platform Variant
    a8fd1e3135 Dockerfile: update compose to v2.20.1
    d78893921a Dockerfile: update buildx to v0.11.2
    f3a6b0fd08 c8d: Make sure the content isn't removed while we export
    6cba44277f AUTHORS,.mailmap: update with recent contributors
    8b843732b3 pkg/chrootarchive: fix FreeBSD build
    eaf141c86a c8d/resolveImage: Fix Digested and Named reference
    028eab9ebb c8d/inspect: Don't duplicate digested ref
    7310a7cd0c ci(buildkit): remove early-return from buildkit-ref
    4ecc01f3ad ci(buildkit): remove misleading code from buildkit-ref
    48ff8a95cc hack/with-go-mod.sh: warn on stderr
    750c441dfd daemon: remove intermediate var
    468d6616bf daemon: configureLocalContentStore: return concrete types
    375c4eb31c daemon: rename vars that shadowed package-level types
    034e7e153f daemon: rename containerdCli to containerdClient
    1aa17222e7 quota: remove gotest.tools from testhelpers
    a972dbd682 hack/make/.binary: use with-go-mod.sh
    5563b09ac2 hack: use Git-free ROOTDIR convention
    780e8b2332 hack/d/cli.sh: properly handle errors in curl
    12a19dcd84 Dockerfile: improve CLI/rootlesskit caching
    235cd6c6b2 Dockerfile(.simple): align APT_MIRROR support
    bcea83ab9b Makefile: pass through APT_MIRROR
    f8c0d92a22 ci: extract buildkit version correctly with replace-d modules
    010c3718e3 vendor: github.com/tonistiigi/fsutil v0.0.0-20230629203738-36ef4d8c0dbb
    531dbd7af5 vendor: github.com/containerd/continuity v0.4.1
    eb68c5e747 daemon: support using CIDR notation for getting registry hosts
    e0b065cc33 daemon: use the registry service config for getting registry hosts
    2da589d454 client: return explicit "nil" for no errors, and remove nil check
    738b16d873 libnetwork/config: add Config.DriverConfig() and un-export DriverCfg
    82bb3d8d2b libnetwork: TestUserChain: use assert.Check and is.ErrorContains
    4e709e75da libnetwork: TestUserChain: re-use IPTables instances
    c471255153 libnetwork: TestUserChain: don't manually manipulate Controller.cfg.DriverCfg
    ddd33c6bbd libnetwork/iptables: move IPTable.LoopbackByVersion() to a utility
    aad2dbb93d libnetwork/iptables: GetIptable: validate provided IPversion
    47063ca3ae libnetwork/iptables: un-export IPTable.Version
    9c2cd65c0d libnetwork/iptables: make some vars local, and move bestEffortLock lock
    93d050f504 libnetwork/iptables: NewChain, RemoveExistingChain: validate chain, table
    ad0c928ab5 libnetwork/iptables: resetIptables(): don't pass empty table name
    1198fe8f6b libnetwork/iptables: un-export FirewalldInit
    20900b76f9 libnetwork/iptables: make xLockWaitMsg a const
    995da1e51d libnetwork/iptables: group "enum" consts per type
    c74a083672 libnetwork/iptables: IPTable.ExistChain(): remove redundant if/else
    9f9d57590b libnetwork: getTestEnv(): use literals for options
    534858aaed libnetwork/drivers: rewrite some strings to reduce quote-escaping
    7c360778bb libnetwork/drivers/bridge: driver.configure: remove redundant err-check
    e21ff6c0c9 libnetwork/config: remove IsValidName utility
    948f55d0b7 libnetwork/options: remove unused NewGeneric, and use map[string]any
    fa5c13542c libnetwork/drivers/bridge: setupBridgeNetFiltering: improve error handling
    077049d0b9 client: WithTLSClientConfig: return early if no transport is set
    6846c63252 client: WithTLSClientConfig, WithTLSClientConfigFromEnv: inline vars
    9d1e690751 client: TestGetAPIPath: don't use un-keyed structs
    6552441b46 client: TestClientRedirect: cleanup
    8d514f4e2e client: touch-up docs, and user doc-links
    c219b09d4a client: Client.postHijacked: use Client.buildRequest
    e11555218b client: Client.setupHijackConn: explicitly ignore errors
    41f235a2f8 gha: add note about buildkit using older go version
    1ead2dd35d update go to go1.20.6
    e1db9e9848 testutil: use dummyhost for non-tcp connections
    6b7705d5b2 pkg/plugins: use a dummy hostname for local connections
    92975f0c11 client: define a "dummy" hostname to use for local connections
    2a59188760 client: TestSetHostHeader: don't use un-keyed literals
    f93cfb2e31 Support for health start interval to swarm mode
    16e6d8af55 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230713153928-bc71908479e5
    79c72390b9 integration/container: use subtests for TestAttach
    f9e2eed55d integration: Don't env cleanup before parallel subtests
    cdac084fb4 Add t.Helper() to the cli test helper functions
    c395496e06 testutil: rename variable that collided with import
    1370b3c679 client: minor test improvements for requests
    f7f0a17ea2 client: TestSetHostHeader: use sub-tests
    2cb982b506 pkg/plugins: run tests with t.Parallel()
    b39362295a pkg/plugins: don't share plugin server between tests
    ee9fe2c838 ci(buildkit): match moby go version for buildkit tests
    3379414c76 vendor: github.com/moby/buildkit@v0.11 (0a15675)
    5e4878ed2b Dockerfile/shell: install compose cli plugin
    ecfa4f5866 ci(bin-image): add SHA-based tags
    ce2e6b5cda Bump container-device-interface dependency to v0.6.0
    0a126a85a4 ci(bin-image): fix meta step
    749d7449f9 ci(bin-image): fix typo
    1686540594 ci(bin-image): don't set tags when pushing by digest
    83477ce8d0 client: remove custom "headers" type, and use "http.Header" instead
    e4ce676d3d client: ServiceCreate, ServiceUpdate: omit "version" header on API >= 1.30
    d29240d9eb libnet: Return a 403 when overlay network isn't allowed
    21dcbada2d libnet: Return proper error when overlay network can't be created
    93853eca94 pkg/fileutils: GetTotalUsedFds(): slight optimization for macOS
    c5c977855d registry: session.searchRepositories(): return typed error, and small cleanup
    68ebfa2f18 registry: session.searchRepositories(): log actual search URL
    27698f1d13 registry: ParseSearchIndexInfo: remove redundant error-handling
    a0e1155b28 daemon/containerd: fix assignment to entry in nil map during commit
    6b1b71ced4 Disable tls when launching dockerd through hack/make.sh
    079a9d4562 Sort unconsumed build arguments before usage
    41261ea4ec ci: push bin image to Docker Hub
    5b3acc15d1 libnetwork: drop legacy driver cruft
    f9a83daebb libnetwork: delete package bitseq
    8b167535db libnetwork: delete package idm
    7366e44019 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230707182847-6f78b8199b05
    a490248f4d daemon: daemon.prepareMountPoints(): fix panic if mount is not a volume
    c90229ed9a api/types: move system info types to api/types/system
    3aef732e61 Do not drop effective&permitted set
    d519bde5da libnet/drivers: stop passing config to drivers...
    1980deffae libn: refactor platform driver registration
    c87c4b5bbf Add Albin Kerouanton (@akerouanton) as maintainer
    0066138379 Add Kevin Alvarez (@crazy-max) as maintainer
    d8056ddecd Add Laura Brehm (@laurazard) as maintainer
    2216d3ca8d Add health start interval
    2ab2503b6c Put integration daemon socket in /run
    914888cf8b Improve test daemon logging
    51bcf5954f libnet/d/overlay: parse VNI list w/o allocating
    96ca669fa4 libnet/d/overlay: extract VNI option parsing...
    a940462fc7 libnetwork/drivers/bridge: minor cleanups for iptables funcs
    6817b3697b libnetwork/iptables: signalHandler(): use s switch
    51bbcdb3c5 libnetwork/iptables: merge Conn.initConnection into newConnection
    0921360133 libnetwork/iptables: checkRunning(): use early return
    98592608d4 libnetwork/iptables: remove unused Ebtables const
    126525c03e libnetwork/iptables: TestReloaded(): minor cleanup
    b216669a02 libnetwork/iptables: TestPassthrough(): skip without firewalld
    753c190ef9 libnetwork/drivers/bridge: rename vars that collided with type
    d1ebe6689f libnetwork/iptables: errors should not be capitalized
    afe8d3076f libnetwork/iptables: remove ErrIptablesNotFound
    16f80f649b libnetwork/iptables: ChainInfo: don't pass whole IPTable as value
    42653787ea libnetwork/iptables: ChainInfo.Output(): explicitly suppress errors
    ea4baa24b1 libnetwork/iptables: IPTable.RemoveExistingChain() slight refactor
    04e54c6bb0 libnetwork/iptables: IPTable.exists(): return early on error
    829374337f libnetwork/iptables: don't use err.Error() if not needed
    9717734d1c libnetwork/iptables: IPTable.NewChain() minor cleanups
    9bb0e7a5ee libnetwork/iptables: inline some args
    564a13285f libnetwork/bitmap: improve documentation
    0fc6bf9a6e libn/d/o/ovmanager: assign vxlans using bitmap pkg
    f0127f1617 libn/d/o/ovmanager: inline obtainVxlanID method
    e97492e579 libn/d/o/ovmanager: drop mutex from network type
    6fb6635ceb libn/d/o/ovmanager: make mutexes private fields
    cdcb7c28c5 integration: disable iptables in parallel tests
    9cee34bc94 pkg/plugins: make unit test less time sensitive
    3721a525ce daemon: initBridgeDriver(): pass BridgeConfig, instead of daemon config
    b8220f5d0d daemon/config: move MTU to BridgeConfig
    11abd0742e dockerd: "--mtu": update description, hide on Windows and warn if set
    6944d2dddb libnetwork: TestBoltdbBackend(): use t.TempDir()
    2fd88c7ca4 libnetwork: inline store config options
    cda187222e libnetwork/config: remove options that were only used in tests
    bc80c5d067 libnetwork: rename vars that shadowed with pkg vars and imports
    332ffe8d74 libnetwork/networkdb: NetworkDB.Watch(): remove unused "key" argument
    4c4149a09c libnetwork/internal/kvstore: remove unused Delete()
    4d09e60f5b libnetwork/internal/kvstore: remove unused Watch() method
    c14a9f5b3d libnetwork/datastore: un-export Mutex
    e21e802fc6 libnetwork/datastore: remove unused DeleteTree() method
    58d2f21dae libnetwork/datastore: remove unused PutObject(), DeleteObject()
    a3b0181503 libnetwork/datastore: remove Watch(), Watchable(), RestartWatch()
    2409a36e29 libnetwork/datastore: cache.get(): remove unused "key" argument
    824abbf8d9 libnetwork/datastore: remove redundant datastore.sequential
    e9b6965079 libnetwork/datastore: remove unused datastore.Active()
    b32e41f016 libnetwork/internal/kvstore/boltdb: un-export Mutex
    7e7c7bbc17 libnetwork/internal/kvstore/boltdb: BoltDB.List(): minor cleanup
    95b96eebdd libnetwork/internal/kvstore/boltdb: BoltDB.Get(): don't shadow error
    fb61b07bcf libnetwork/internal/kvstore/boltdb: BoltDB.Exists(): fix error handling
    c94ccd4207 libnetwork/internal/kvstore/boltdb: minor cleanup/refactor
    acfd3934a7 libnetwork/internal/kvstore: AtomicDelete(): remove unused "deleted" return
    b576682bdc libnetwork/internal/kvstore: AtomicPut(): remove unused "created" return
    c37b58bbc3 libnetwork/internal/kvstore: remove unused WriteOptions
    e515bef423 libnetwork/internal/kvstore: remove unused WatchTree and NewLock methods
    a373983a86 libnetwork/internal/kvstore: fix some linting issues
    05988f88b7 libnetwork/internal/kvstore: remove unused Config options
    ec11aea880 pkg/jsonmessage: use string-literals for easier grep'ing
    fded42c3bd pkg/ioutils: use string-literals for easier grep'ing
    1da079f211 pkg/idtools: use string-literals for easier grep'ing
    84000190d3 opts: use string-literals for easier grep'ing
    ddec605aef integration: use string-literals for easier grep'ing
    96a1c444cc libnetwork: use string-literals for easier grep'ing
    0db4a32b9c daemon/cluster: use string-literals for easier grep'ing
    4e69e16fde client: use string-literals for easier grep'ing
    c3d533f37f cli/debug: use string-literals for easier grep'ing
    02815416bb daemon: use string-literals for easier grep'ing
    6331a3a346 integration-cli: use string-literals for easier grep'ing
    2f61620339 builder/builder-next: use string-literals for easier grep'ing
    202907b14c builder/dockerfile: use string-literals for easier grep'ing
    a1c9a686b0 api: use singleflight for /info endpoint
    8846c7e0ae daemon/cluster/executor/container: fix mixed pointer/value receiver
    8ea78b34ab rename some variables that shadowed imports or package types
    9f4acceb6a remove redundant alias for libnetwork/datastore imports
    cffe563d4d pkg/system: remove windows stubs for MkDev/MkNod
    6b6fed06b1 integration: don't use pkg/system MkNod/mkDev
    94c975e25a api: info: don't use ad-hoc type for compatibility with old api versions
    9ffca1fedd libnetwork/drivers/remote: rename vars that collided
    f6258f70cb docs: api  v1.28 - v1.40: add missing "force" query arg on plugin disable
    892e9f2c23 docs: api v1.41: add missing "force" query arg on plugin disable
    a4bdfb963f docs: api v1.42: add missing "force" query arg on plugin disable
    85ccb25eb8 docs: api v1.43: add missing "force" query arg on plugin disable
    aba8e04ab1 docs: api: amend changelog for API 1.28 for "force" option
    7055244547 docs: api v1.32 - v1.40: remove outdated information from ServerVersion
    ed0dbb8518 docs: api v1.41: remove outdated information from ServerVersion
    b770a50dee docs: api v1.42: remove outdated information from ServerVersion
    18d77ff455 docs: api v1.43: remove outdated information from ServerVersion
    92f1ddaf0a api: remove outdated information from ServerVersion
    e8f206972a docs: api v1.42: remove "ClusterStore" and "ClusterAdvertise" fields
    e58a60902c docs: api v1.43: remove "ClusterStore" and "ClusterAdvertise" fields
    3c905d0db9 api: remove "ClusterStore" and "ClusterAdvertise" fields
    e4d809b2b0 vendor: github.com/tinylib/msgp v1.1.8
    f379af6d17 vendor: github.com/containerd/cgroups/v3 v3.0.2
    e638351ef9 c8d/prune: Handle containers started from image id
    a93298d4db c8d/prune: Exclude dangling tag of the images used by containers
    a6d5db3f9b c8d/softDelete: Deep copy Labels
    2b0655a71a c8d/softDelete: Extract ensureDanglingImage
    a96e6044cc testutil/environment: Add GetTestDanglingImageId
    13472c6cf1 daemon/config: remove unused CommonConfig.Context
    40908c5fcd libnetwork/drivers: inline capabilities options
    97285711f3 libnetwork/drivers/overlay: Register does not require DriverCallback
    a718ccd0c5 libnetwork/drivers: remove unused "config" parameters and fields
    264dbad43a gha: don't fail if no daemon.json is present
    ec79d0fc05 pkg/fileutils: GetTotalUsedFds(): use fast-path for Kernel 6.2 and up
    eaa9494b71 pkg/fileutils: GetTotalUsedFds: reduce allocations
    03390be5fa pkg/fileutils: add BenchmarkGetTotalUsedFds
    252e94f499 pkg/fileutils: GetTotalUsedFds(): don't pretend to support FreeBSD
    7747327561 AUTHORS,.mailmap: update with recent contributors
    60d2eeaa5b MAINTAINERS: update my email
    a764cd5a40 pkg/chrootarchive: format code with gofumpt
    210932b3bf daemon: format code with gofumpt
    e236994b76 daemon/snapshotter: format code with gofumpt
    9213e35011 daemon/containerd: format code with gofumpt
    4b3900a257 daemon/logger: format code with gofumpt
    050de1e4f6 daemon/logger/journald: format code with gofumpt
    a083677af2 daemon/logger/local: format code with gofumpt
    74db0e9339 daemon/logger/loggertest: format code with gofumpt
    48124bac18 daemon/logger/loggerutils: format code with gofumpt
    011a32a4ad daemon/logger/gelf: format code with gofumpt
    7ed5a30b5c daemon/logger/splunk: format code with gofumpt
    bb5a1eb99d daemon/logger/jsonfilelog: format code with gofumpt
    1437037ed2 daemon/logger/awslogs: format code with gofumpt
    f930559076 pkg/stdcopy: format code with gofumpt
    1216328c2d pkg/plugins: format code with gofumpt
    651086d1d9 pkg/jsonmessage: format code with gofumpt
    1291bbfa50 pkg/capabilities: format code with gofumpt
    79af23e1ea pkg/ioutils: format code with gofumpt
    ac1514abf4 reference: format code with gofumpt
    99968eec3f restartmanager: format code with gofumpt
    f18ac2d0bc quota: format code with gofumpt
    b2663a0f73 layer: format code with gofumpt
    83b2daca6a plugin: format code with gofumpt
    169fab5146 profiles/seccomp: format code with gofumpt
    4175a550fd libcontainerd: format code with gofumpt
    091991606a opts: format code with gofumpt
    784ba59a08 registry: format code with gofumpt
    dd5ea7e996 libnetwork: format code with gofumpt
    bba21735bf libnetwork/ipamutils: format code with gofumpt
    0b75c02276 libnetwork/resolvconf: format code with gofumpt
    801cd50744 libnetwork/portallocator: format code with gofumpt
    6187ada21f libnetwork/options: format code with gofumpt
    882f7bbf1f libnetwork/osl: format code with gofumpt
    32e716e848 libnetwork/networkdb: format code with gofumpt
    65e2149b3e libnetwork/netutils: format code with gofumpt
    1cd937a867 libnetwork/etchosts: format code with gofumpt
    540e150e4e libnetwork/cmd: format code with gofumpt
    fffcbdae4c libnetwork/iptables: format code with gofumpt
    6f3fcbcfe1 libnetwork/ipam(s): format code with gofumpt
    eb6437b4db libnetwork/datastore: format code with gofumpt
    defa8ba7b4 ibnetwork/bitmap: format code with gofumpt
    f349754b55 libnetwork/bitseq: format code with gofumpt
    3af2963c74 libnetwork/drvregistry: format code with gofumpt
    dc17f5e613 libnetwork/drivers/remote: format code with gofumpt
    485977de57 libnetwork/drivers/windows: format code with gofumpt
    2cc5c2d2e6 libnetwork/drivers/overlay: format code with gofumpt
    e74028554e libnetwork/drivers/macvlan: format code with gofumpt
    7b02ccda86 libnetwork/drivers/ipvlan: format code with gofumpt
    17a35bc645 libnetwork/drivers/bridge: format code with gofumpt
    d2a6956afb daemon/graphdriver: format code with gofumpt
    8d923c60b9 daemon/config: format code with gofumpt
    425ccb1241 runconfig: format code with gofumpt
    c0edf0861b integration/system: format code with gofumpt
    5cc1c6eca0 integration/service: format code with gofumpt
    bb5ace2efb integration/plugin: format code with gofumpt
    9bd3e011e1 integration/internal: format code with gofumpt
    89a4e6b889 integration/container: format code with gofumpt
    846bcd7dd1 distribution: format code with gofumpt
    b7f5db432f daemon/images: format code with gofumpt
    2d12dc3a58 daemon/cluster: format code with gofumpt
    316c7331eb pkg/parsers: format code with gofumpt
    fb017754e1 pkg/system: format code with gofumpt
    ee2ac6c205 cmd/dockerd: format code with gofumpt
    47276bdb28 cmd/docker-proxy: format code with gofumpt
    0af6d9e291 client: format code with gofumpt
    3146ecbae6 api/types: format code with gofumpt
    b9833a2059 builder: format code with gofumpt
    540d6539be builder/remotecontext: format code with gofumpt
    3e0565e17c builder/dockerfile: format code with gofumpt
    9d4abbbc30 builder/builder-next: format code with gofumpt
    6592646632 api/server: format code with gofumpt
    5e9a354ff1 pkg/tarsum: format code with gofumpt
    2aac054f52 pkg/authorization: format code with gofumpt
    f7552f1de4 pkg/archive: format code with gofumpt
    7c697f58f2 Makefile: remove unused BUILD_APT_MIRROR
    a1d2132bf6 Dockerfile: use default apt mirrors
    225e2562c9 integration-cli: format code with gofumpt
    a31411c679 testutil: format code with gofumpt
    4c281fb29a volume: format code with gofumpt
    a08abec9f8 Update dockerd to support JSON logging format
    b335e3d305 seccomp: add name_to_handle_at to allowlist
    6d3bcd8017 c8d/images: handle images without manifests for default platform
    8caf63896c docs: document more buildx targets
    647c2a6cdd Restore active mount counts on live-restore
    d8bc5828cd gha: Setup Runner: add missing sudo
    fdc9b7cceb remove name_to_handle_at(2) from filtered syscalls
    9f6dbbc7ea Dockerfile: make cli stages more resilient against unclean termination
    19bd0730ef vendor: github.com/moby/swarmkit/v2 v2.0.0-20230627115642-ad0f3ae162fa
    e2dad6c3ff Revert "Temporarily skip DCO check"
    1741771b67 Skip cache lookup for "FROM scratch" in containerd
    7d7225fae6 Temporarily skip DCO check
    e60cda7051 libnetwork/internal/kvstore/boltdb: fix linting issues
    d18b89ced6 libnetwork/internal/kvstore: remove some unused code
    b873d70369 replace libkv with local fork
    5d25143ef3 libnetwork/kvstore: rewrite code for new location
    dd1c95edcd integration/windows: Unskip some kill tests
    3c1de2e667 pkg/homedir: deprecate Key() utility
    ddd9665289 pkg/homedir: deprecate GetShortcutString() utility
    6876e45f9e pkg/homedir: unify implementations
    0aca7f2a0d pkg/homedir: use os.UserHomeDir()
    0215a62d5b integration-cli: don't use pkg/homedir in test
    76d8bfdff4 testutil/environment: remove Execution.OSType field
    325786430b testutil/environment: remove unused TEST_OSTYPE env-var
    0fe2ac0437 testutil/environment: rename var that collided with import
    74da6a6363 Switch all logging to use containerd log pkg
    cdb1293eea Fix missing Topology in NodeCSIInfo
    165dfd6c3e daemon: fix restoring container with missing task
    786c9adaa2 daemon: fix double-unlock in health check probe
    3b28a24e97 daemon: fix panic on failed exec start
    e010223186 contrib/busybox: Update to FRP-5007-g82accfc19
    21e50b89c9 builder: pass host-gateway IP as worker label
    21c0a54a6b c8d: mark stargz as requiring reference-counted mounts
    4d831949a7 Dockerfile: update buildx to v0.11.0
    fc94ed0a86 don't cancel container stop when cancelling context
    19d860fa9d testing: temporarily pin docker-py tests to use "bullseye"
    cfa08f8366 builder-next: enable OTLP tracing for history records
    98a44bb18e update go to go1.20.5
    3ba67ee214 daemon: registerName(): don't reserve name twice
    2a6ff3c24f Use OCI "History" type instead of inventing our own copy
    59b5c6075f pkg/rootless: remove GetRootlessKitClient, and move to daemon
    3cc5d62f8a run `getent` with a noop stdin
    71589848a0 daemon: test runtimeoptions runtime options
    a6048fc792 client: add WithUserAgent() option
    197b0b16e3 vendor: github.com/sirupsen/logrus v1.9.3
    038a361a91 daemon/cluster: convert new BindOptions
    d41d2c3751 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230607145746-36334ed1876
    32d58144fd c8d: Use reference counting while mounting a snapshot
    8a094fe609 daemon: ensure OCI options play nicely together
    dea870f4ea daemon: stop setting container resources to zero
    8c4dfc9e6a vendor: github.com/rootless-containers/rootlesskit v1.1.1
    0b1c1877c5 update RootlessKit to v1.1.1
    9ff169ccf4 daemon: modernize oci_linux_test.go
    0f9c8e684a Dockerfile: Move dockercli to base-dev
    5433b88e2d hack/cli.sh: Quiet origin cleanup
    800ea039ec contrib/check-config: move xt_bpf check to overlay section
    49f76a34b5 Dockerfile/shell: Install buildx cli plugin
    17c99f7164 Dockerfile: Use separate cli for shell and integration-cli
    1910fdde81 contrib/check-config: check for xt_bpf
    d63569c73d builder-next: Set moby exporter as default
    4295806736 c8d/handlers: Handle error in walkPresentChildren
    ff2342154b Dockerfile: use COPY --link for source code as well
    0f6eeecac0 daemon: consolidate runtimes config validation
    d222bf097c daemon: reload runtimes w/o breaking containers
    0b592467d9 daemon: read-copy-update the daemon config
    742ac6e275 daemon: make config reloading more transactional
    038449467e Update BuildKit registry config on daemon reload
    982e4fb448 api/server: get features from a callback fn
    d099e47e00 containerd: add c8d version and storage-driver to User-Agent
    a6da1480b5 dockerversion: DockerUserAgent(): allow custom versions to be passed
    9a1f2e6d7c dockerversion: remove insertUpstreamUserAgent()
    ff40d2d787 dockerversion: simplify escapeStr()
    eb9a5392bc dockerversion: add a basic unit-test
    66137ae429 containerd: set user-agent when pushing/pulling images
    06aaf87aab vendor: github.com/moby/swarmkit/v2 v2.0.0-20230531205928-01bb7a41396b
    637ca59375 Dockerfile: use COPY --link to copy artifacts from build-stages
    4d3238dc0b c8d/load: Don't unpack pseudo images
    b08bff8ba3 c8d/load: Use walkImageManifests
    5210f48bfc c8d/list: Use walkImageManifests
    fabc1d5bef c8d: Add walkImageManifests and ImageManifest wrapper
    1178319313 libn: fix resolver restore w/ chatty 'iptables -C'
    50eb2d2782 libnetwork: fix sandbox restore
    18bf3aa442 libnetwork: log why osl sandbox restore failed
    ed32f5e241 Make sure the image is unpacked for the current snapshotter
    d58df1fc6c Update blogpost URL
    44124ab6b0 builder/remotecontext: remove CachableSource, NewCachableSource
    5efe72415d remove Dockerfile.e2e
    fd72b134d5 update generated files
    735537d6b1 replace gogofast with gogofaster extension
    1eaea43581 fix protos and "go generate" commands
    7daaa00120 hack: generated files update and validation
    f1ca793980 use tools build constraint for proto dependencies
    1e55ace875 Add oci index and layout files to exported tars
    487ea81316 Fix npe in exec resize when exec errored
    9a692a3802 libn/d/overlay: support encryption on any port
    e410e27547 builder/remotecontext: remove mimeTypes struct, use consts
    b42e367045 vendor: github.com/opencontainers/image-spec v1.1.0-rc3
    37d4b0bee9 builder/remotecontext: deprecate CachableSource, NewCachableSource
    fb7ec1555c libcontainerd: work around exec start bug in c8d
    79ca6630d4 vendor: github.com/moby/buildkit v0.11.7-0.20230525183624-798ad6b0ce9f
    5045a2de24 Support recursively read-only (RRO) mounts
    3512b04093 vendor: github.com/containerd/go-runc v1.1.0
    b9b8b6597a c8d/inspect: Fill `Created` time if available
    f17c9e4aeb c8d: ImageService.softImageDelete: rename var that collided with import
    df5deab20b c8d: ImageService.softImageDelete: use OCI and containerd constants
    9b9c5242eb daemon: lock in snapshotter setting at daemon init
    53d1b12bc0 hack/make/.binary: don't use "netgo" when building Windows binaries
    a7bc65fbd8 c8d/pull: Use same progress action as distribution
    6506579e18 integration: Add TestImageInspectEmptyTagsAndDigests
    a93aadc2e6 hack: Rename .ensure-emptyfs to .build-empty-images
    3a31f81838 hack/ensure-emptyfs: Create dangling image
    4373547857 Add testenv.UsingSnapshotter utility
    d3d2823edf Dockerfile: temporarily skip CRIU stage
    86108812b8 vendor: github.com/mistifyio/go-zfs/v3 v3.0.1
    ddd67b2535 Make image save more like the OCI layout for blobs
    871cf72363 libnetwork: check for netns leaks from prior tests
    6d79864135 libnetwork/osl: restore the right thread's netns
    d4f3858a40 libnetwork: leave global logger alone in tests
    0cc6e445d7 libnetwork: make resolver tests less confusing
    411a9e1b86 daemon: remove devicemapper driver-warnings
    424a1c5d21 daemon: remove warning for overlay/overlay2 without d_type
    ab35df454d remove pre-go1.17 build-tags
    34964c2454 c8d/list: Show layerless images
    61757032da d/graphdriver/vfs: fix unit test
    6e4bd3bbc2 vendor: github.com/spf13/cobra v1.7.0
    6690d2969c pkg/archive: bail if setting xattrs is unsupported
    0cdfd5f275 pkg/system: return rich errors from L(g|s)etxattr
    41356227f2 libnetwork: just forward the external DNS response
    6d139e5e95 build: use daemon id as worker id for the graph driver controller
    668af4be82 ci(bin-image): distribute build across runners
    1be26e9f0c api/inspect: Fix nil RepoTags and RepoDigests
    f450ea64e6 fix: `docker pull` with platform checks wrong image tag
    f3645a2aa3 reorder load funcs to match newServiceConfig()'s order
    3b15156e4d add mirror to daemon reload test for insecure registries
    0d8087fbbc Remove Upstart scripts
    967c7bc5d3 api/server: allow empty body for POST /commit again
    3ceb3810d7 client: don't marshal typed nils in request body
    ae737656f9 Remove Upstart and cgroups bits from Debian sysvinit script
    c2630c93f2 Update vendoring
    dedf5747cc Remove need to set Capabilities for cdi driver
    7ec9561a77 Add support for CDI devices to docker daemon under linux
    5a200ade7c Rename daemon/devices_liunx.go to daemom/devices.go
    484785456c update containerd binary to v1.7.1
    348a79958d c8d: The authorizer needs to be set even if AuthConfig is empty
    2f0ba0a7e5 more robust dockerd-rootless-setuptools.sh
    135d8f04f9 ci: bin-image workflow
    ae1ca67178 bin-image bake target
    3309e45ca1 c8d: Don't create authorizer for empty AuthConfig
    2ad499f93e c8d/authorizer: Default to docker.io
    bd6868557d c8d/builder: implement cache
    7821d2d788 vendor: github.com/docker/distribution v2.8.2
    e46674b6a7 c8d: implement classic builder
    8d76acfe6c testutil: replace uses of client.IsErrNotFound
    56fb56ccf0 integration: update error-assertions in tests
    0538cdd226 integration-cli: update error-assertions in tests
    66ff1e063e client: update error-assertions in tests
    685b3d820a client: make IsErrNotFound an alias for errdefs.IsNotFound
    9e817251a8 libnetwork/docs: fix broken link
    17882ed614 libnetwork: update example in README.md
    4603b6d6b6 c8d: fix image history for dangling images
    4e0319c878 [chore] clean up reexec.Init() calls
    9e43c11480 AUTHORS: regenerate
    5fee4439a0 .mailmap: update with my new email
    e8be792130 c8d: fix missing image history
    e3e715666f pkg/aaparser: deprecate GetVersion, as it's no longer used
    71d7908656 added alias validation
    ecaab085db profiles/apparmor: remove use of aaparser.GetVersion()
    f445ee1e6c contrib/apparmor: remove remaining version-conditionals (< 2.9) from template
    307b09e7eb fixing consistent aliases for OCI spec imports
    2ad37e1832 daemon: handleContainerExit(): add execDuration in attributes
    cad97135b3 c8d: implement missing image delete logic
    de363f1404 daemon: handleContainerExit(): use logrus.WithFields
    fb96b94ed0 daemon: remove handling for deprecated "oom-score-adjust", and produce error
    316781be48 api/types/container: remove deprecated ContainerChangeResponseItem
    9c14f98583 api/types: remove deprecated AuthConfig
    55608d8381 pkg/system: remove deprecated IsProcessAlive, IsProcessZombie, KillProcess
    a3b12ec420 pkg/system: remove deprecated DefaultPathEnv()
    dc76b90705 pkg/system: remove deprecated MemInfo, ReadMemInfo()
    7d0488b11e pkg/ioutils: remove deprecated TempDir() alias
    152c482fee pkg/platform: remove deprecated OSType const
    913b0f51ca API: omit deprecated VirtualSize field for API v1.44 and up
    fdc7a78652 docs/api: version-history: also mention /system/df for VirtualSize
    fd0b109bf7 API: bump version to 1.44
    43b1afb2cf make chownComment easy to read
    7665feeb52 hack: enable Go modules when building dockerd and docker-proxy
    5400366b90 Set BuildKit version using buildinfo
    c33b31116c daemon/graphdriver: remove isDeprecated() utility
    dc11d2a2d8 remove deprecated devicemapper storage-driver
    1e195acee4 libn/d/overlay: stop programming INPUT ACCEPT rule
    eb0edeafdd api: swagger: add missing "force" query arg on plugin disable
    ea4dd1bbf6 boltdb/bolt is not maintained. Used bbolt
    6c0e0d6250 Allow client to set boltdb timeout
    a0f6d0798a Do not return boltdb bucket not found error
    deb21faad0 Add support for etcd authentication
    cc0ed694ee fix typo
    fbdb24ec6a Fix typo in error text
    dcf8828165 Return store.ErrKeyExists on AtomicPut
    002f9c37ca Synchronize boltbd libkv apis
    15e5d4067a Change unsupported call error in boltdb backend to use general store error
    3b5fb3ec87 Remove docs in libkv.go
    2603af65e5 Migration to the new Etcd client
    f06f78e638 boltDB AtomicDelete fails for non-existent key
    0b81042dc3 Add transient connection option to bolt db
    7225aba3af add TTL to consul lock using store.LockOptions and add tests for the Lock ttl behavior
    1f9cf17713 Fix AtomicPut panic if previous KVPair is not nil and key not exists in boltdb
    599deba8c7 nits and refactor for etcd tls config
    cc9e627f8e Add etcd TLS client code and update README.md. Signed-off-by: Adam Thornton <adam.thornton@gonkulator.io>
    64eb25dff9 Honoring ConnectionTimeout in boltdb
    3ec6dfa346 Refactor libkv to not directly import storage backends
    f817826408 Create dir first before opening data file of boltdb
    29af4e0f27 BoltDB backend support for libkv
    06f01227c5 change heartbeat/ephemeral combination to use a single ttl field
    f26e4f4c52 Minor fix of store comment
    6b43181cfa Notify user of supported backend storage
    a961b70b2b Remove unused type WatchCallback
    06151b8a4d add top-level godoc: sample some parts of the README
    a2d4e1c246 API Change: AtomicPut with previous = nil is create.
    fcb98254b1 Use Backend type for stores
    79c320c1cf remove testify dependency through mock package
    48f5dca2ce Remove logging in library
    dbc1a6fa9a refactor and move store backends in sub-packages

Bumping docker-cli to version v25.0.0-7-g01f933261, which comprises the following commits:

    21c12847b docs: move base command to docker.md
    22e1f2cbf docs: fix broken links to alias pages
    68abf14c1 vendor: github.com/docker/docker v25.0.0
    9e1e07657 docs: add documentation for CDI
    cdb1c105f vendor: github.com/docker/docker v25.0.0-rc.3
    3df149545 docs(plugins): fix typos and formatting
    22bbdc798 docs: add "builder" key to full daemon.json example
    d2efc5b09 deprecate old API versions (1.23 and lower)
    508346ef6 plugins: fix plugin socket being closed before use
    f722e07c6 gha: update to use macos-12 runners
    5f6c55a72 plugins: don't handle signal/notify if TTY
    26560ff93 Revert "plugins: run plugin with new process group ID"
    37f551566 docs: fix broken link to tmpfs (missing anchor)
    b35361e8d docs: regenerate stubs for non-canonical commands
    dfa2930af ci: Add bin-image workflow
    21c253605 vendor: golang.org/x/sys v0.16.0
    a6774de68 docs: rename cli reference aliases to canonical
    cf9d3692a docs: remove empty cli reference stubs
    d868dca00 vendor: github.com/docker/docker v25.0.0-rc.2
    1609916f2 Revert "Dockerfile/binary: Output the binary directly"
    ff25c4334 Revert "ci: Add bin-image workflow"
    ef5e5fa03 plugins: run plugin with new process group ID
    6d0b329b0 cli-plugins: use non-abstract socket on darwin
    dbf992f91 cli-plugins: move socket code into common package
    8b6ffbdf7 vendor: github.com/containerd/containerd v1.7.12
    ccc7ad2f2 Dockerfile: update buildx to v0.12.1
    fdcb78a0f Dockerfile: update docker compose to v2.24.0
    15d4c99f3 ci: Add bin-image workflow
    ecf338f43 scripts/build: Handle VERSION containing git ref
    6ad07f2a4 Dockerfile/binary: Output the binary directly
    0e37dd49f cmd/docker: registerCompletionFuncForGlobalFlags: take store.Store as argument
    c0a0b05dc cli-plugins: helloworld: rename var that collided with import
    11b2e871b cmd/docker: move main() to the top
    4dc2c895b cli-plugins/manager: getPluginDirs: take ConfigFile as argument
    79992184e docs: dockerd: rephrase environment-variables intro
    4d2b4e7fb docs: dockerd: fix stray column-separateor in env-var table
    a5e5563f1 vendor: github.com/docker/docker-credential-helpers v0.8.1
    4f4950886 update to go1.21.6
    26f59b2f6 cli/compose/loader: use golden.Assert() for readability
    9db56ea2f vendor: golang.org/x/tools v0.16.0, golang.org/x/mod v0.14.0
    efae960e5 vendor: golang.org/x/net v0.19.0
    996cce909 vendor: golang.org/x/sync v0.6.0
    4b10e5525 vendor: github.com/google/go-cmp v0.6.0
    1ebc233b4 vendor: github.com/creack/pty v1.1.21
    b4fe77a12 vendor: github.com/docker/go-connections v0.5.0
    909111b3a docs: fix incorrect heading levels in docker run reference
    b43ea528b vendor: github.com/docker/docker v25.0.0-rc.1
    6d0aa0a52 cli/command/container: parseSecurityOpts: fix --security-opt seccomp=builtin
    9be600a97 Docker build command docs refresh
    878b1c55b docs: add links to volume ls, network ls, stack ps formatting examples
    f0edc7953 change back nolint -> nosec
    c1016c05c vendor: github.com/mitchellh/mapstructure v1.5.0
    58524685d vendor: github.com/mattn/go-runewidth v0.0.15
    1e38fc3b9 vendor: github.com/klauspost/compress v1.17.4
    0fa3a365f vendor: github.com/docker/docker v25.0.0-beta.3
    d1a51582e update authors and mailmap
    60af715d6 id and name filter in service ls is the prefix not a part
    90a1887d3 Fix wrong docker run command
    64e9cadd1 Add networking reference link
    924ec7f4c docs/deprecated: update "oom-score-adjust" status for daemon
    800a728e1 deprecated: fix anchor and add missing version
    c1c6198ae docs: deprecate short cid in Aliases field
    336787c50 vendor: github.com/docker/docker 7bc56c53657d (v25.0.0-dev)
    53a129e3d docs(plugins): remove Weave engine network plugin
    3ecd6b6c7 docs(plugins): remove inline CSS markup
    a4d805f9c docs(plugins): add Kathará engine network plugin
    1dcd5487f docs(plugins): update Docker Store to Docker Hub
    46355a194 export RunStat, StatsOptions, and add Filters option
    e9a5590ad cli/command/container: statsOptions: add GoDoc
    b642078c8 prevent "docker stats" from hanging if the initial API call fails
    633ba88c2 cli/command/container: runStats(): move code to where it's used
    5ed6c128e cli/command/container: runStats(): don't register unused event handlers
    2389768fb cli/command/container: runStats(): minor cleanup and fixes
    4d434dc69 vendor: github.com/docker/docker 388216fc45ab (v25.0.0-dev)
    5eac07b10 update typos and style in docs
    6fd4cff1f docs: minor editorial improvements, typo fixes
    0de84f019 vendor: golang.org/x/crypto v0.17.0
    3cf0bf84a vendor: golang.org/x/crypto v0.16.0
    36d4db27d vendor: golang.org/x/text v0.14.0
    3d70100d5 vendor: golang.org/x/sys v0.15.0
    70216b662 add //go:build directives to prevent downgrading to go1.16 language
    88e647435 build(deps): bump github/codeql-action from 2 to 3
    ca9ff8daf docs: run-reference: use table for health options
    77e67a0f9 docs/deprecated: mark logentries logging-driver as "removed"
    8f13b0416 cli/command: remove "logentries" driver from tests and fixtures
    d79dd7c53 docs, man: remove logentries logging-driver
    b14094df5 contrib/completion: remove logentries logging-driver
    f63065a58 vendor: github.com/docker/docker f3cc93630ed8 (v25.0.0-dev)
    fa1914426 vendor: github.com/docker/docker v25.0.0-beta.2
    e81a66661 docs/deprecated: mark logentries log-driver for removal
    f8dd8f074 docs: refresh --publish, add --publish-all
    5400a48aa Plumb contexts through commands
    aec7ec7f6 vendor: github.com/docker/docker 92884c25b394 (v25.0.0-dev)
    0a3a16d2b vendor: github.com/containerd/containerd v1.7.11
    54c103aff vendor: upgrade OpenTelemetry to v1.19.0 / v0.45.0
    d49970590 vendor: github.com/felixge/httpsnoop v1.0.4
    7af509c7f cli/command: merge DockerCliOption and InitializeOpt types
    1554ac3b5 cli-plugins: terminate plugin when CLI exits
    2e394eb5f docs: rewrite section on working directory
    4a8451455 docs: rewrite section on setting user id
    259aa9005 docs: rewrite section on filesystem mounts
    52716c813 docs: move --tmpfs to docker run reference
    5ede4c82a docs: minor improvements to the healthcheck section
    7585d66a0 docs: rewrite section on overriding environment variables
    3eeac2059 docs: rewrite section on exposing ports
    0a94d85cd docs: fix typo in "network create" docs
    b01e28752 docs: rewrite section on default entrypoint
    c695ad9d7 docs: rewrite section on overriding image defaults
    4a6cde885 docs: move --log-driver to docker run reference
    72df1960e docs: move --cgroup-parent to docker run reference
    9e75a4cf6 docs: move --init to docker run reference
    92c664b0d docs: move info about --security-opt to docker run reference
    f98444490 docs: move --rm to docker run reference
    32189ca27 docs: improve description about container exit codes
    dbffa0d12 docs: move --restart to docker run reference
    73620975d docs: simplify container networking intro
    5dd6e9a4d docs: move --ipc to docker run reference
    ff62bf47b docs: move --uts to docker run reference
    d66fe7881 docs: move --pid to docker run reference
    03dc8832e docs: improve docs on container identification
    fad227d3f docs: move info about fg/bg flags to run reference
    2f48f41fc docs: improve introduction to docker run
    3f519b824 docs/deprecated.md: add version for "-g" / "--graph" removal
    6dc92b667 docs/deprecate.md: add version for devicemapper removal to table
    a682b8e65 Permit '=' separator and '[ipv6]' in --add-host
    626e64ccf build(deps): bump actions/setup-go from 4 to 5
    0cf7bff0b vendor: github.com/docker/docker 4046ae5e2fd4 (v25.0.0-dev)
    bdb45a9c2 update to go1.21.5
    afc62d8d1 update to go1.21.4
    8bbc97c86 prune: fix build cache prune warning
    e93ec2f6a Fix typo in dockerd reference documentation
    5a0470888 vendor: github.com/docker/docker 029519a1498b (v25.0.0-dev)
    aa9fdb4dd vendor: github.com/gorilla/mux v1.8.1
    a431b1dda exec.md: remove misleading part
    b62b5d48f Readme: remove reference to "Docker EE"
    354f62f0c docs: reference/commandlin/cli: remove redundant italic
    e2626200a docs: remove "{% raw %}" / "{% endraw %}" Jekyl (liquid) leftovers
    174cbb588 docs/man: fix -name flag with single hyphen
    539537ddf vendor: github.com/docker/docker cfdca8dc1d4c (v25.0.0-dev)
    6a74a63ee Dockerfile: update ALPINE_VERSION to 3.18
    35c6e915d Dockerfile: update buildx to v0.12.0
    6468c63c8 docs: update debian examples to use bookworm
    0d95231cc Dockerfile: use "debian" in stages instead of distro name
    c5194a9e5 Dockerfile: update to debian bookworm
    7be05a6f4 mount: bind-recursive: remove boolean convenience values
    dad4a1962 vendor: github.com/docker/docker v25.0.0-beta.1
    30d36e977 templates: linting: fix "error return value is not checked (errchkjson)
    4e2477f85 golangci-lint: enable more linters
    0e73168b7 golangci-lint: revive: enable use-any
    9c0c49a5f golangci-lint: revive: enable empty-lines
    8e9aec690 golangci-lint: revive: enable import-shadowing
    f387558b5 Add zstd as supported in load command doc
    f4962c65b vendor: github.com/Microsoft/hcsshim v0.11.4
    391668f57 golangci-lint: enable perfsprint linter
    8bbdb93cf golangci-lint: enable nilerr linter
    7e9d2c78c golangci-lint: enable dupword linter
    2d61f70f0 golangci-lint: govet: enable shadow check
    606cbd60a golangci-lint: enable predeclared linter
    8661552e7 golangci-lint: enable thelper linter
    8e98c765f cli/command/system: fix deprecated comments (gocritic)
    9d7e21be2 cli/command/manifest: rename vars that collided with import
    3f0c189e4 linting: address slice-append issues found by gocritic
    a2c9f3c6c linting: address else/if/elseif statements found by gocritic
    888df0987 linting: address assorted issues found by gocritic
    d0dee3ceb linting: Consider pre-allocating sliceVar (prealloc)
    efbcdce9b linting: cli/command/trust: unusedwrite: unused write to field Hashes (govet)
    580ebf41a dockerfiles: update golangci-lint to v1.55.2
    8642b3c35 update authors and mailmap
    685d1baa0 vendor: github.com/docker/docker 34e923e3e31b (v25.0-dev)
    f0816bf67 opts: remove unused IPOpt option
    b0ee27d65 opts: ValidateIPAddress: improve error, godoc, and tests
    b24e7f85a Fix setting ServerAddress property in NativeStore
    f65d4a479 vendor: github.com/docker/go-connections fa09c952e3ea (v0.5.0-dev)
    b7c31c36f not actually a maintainer
    f9622b659 vendor: update go-connections for TLS 1.3 support
    4cf1c50ad Revert "update to go1.21.4" due to regressions / breaking changes.
    6472dabe4 update to go1.21.4
    3cd77c9d5 cli/command/container: ForwardAllSignals: rewrite to use ContainerAPIClient
    a2ec50a46 make `container` an explicit, required parameter
    a4abe42cb make runAttach public and allow passing context
    2b1f5a2e3 TestParseWithMacAddress: check endpoint-specific MacAddress field
    8f59f841a cli/command/container: mustParse: return network.NetworkingConfig
    d46de7087 vendor: github.com/docker/docker c14694a424ab (v25.0.0-dev)
    efc923679 --env-file about comments doc updated Signed-off-by: Saurabh Kumar <saurabhkumar0184@gmail.com>
    07338fe96 docs: update redirect metadata for hugo
    0239b8fd9 vendor: github.com/spf13/cobra v1.8.0
    848fe622c docs: add default-network-opt daemon option
    54eee599b Update container-device-interface to v0.6.2
    e08866098 vendor: github.com/docker/docker ed1a61dcb789 (v25.0.0-dev)
    13d34b21e vendor: github.com/containerd/containerd v1.7.8
    aa24d611b vendor: google.golang.org/grpc v1.58.3
    784149382 vendor: golang.org/x/tools v0.10.0
    1a0ae8c6b vendor: golang.org/x/mod v0.11.0
    39b1d37b3 Update CodeQL workflow
    663a89b7a vendor: github.com/docker/docker fc4d035e7a4e (v25.0.0-dev)
    6891974ee vendor: github.com/opencontainers/image-spec v1.1.0-rc5
    827c404ca vendor: github.com/moby/swarmkit/v2 v2.0.0-20230911190601-f082dd7a0cee
    137c495f7 vendor: github.com/go-logr/logr v1.2.4
    6372c6aae vendor: github.com/klauspost/compress v1.17.2
    8073525c0 vendor: google.golang.org/grpc v1.56.3
    b7b5b31a7 update to golangci-lint v1.55.0
    9e1f8d646 image/build: use "nolint" comment to work around gosec regression
    2294b17e7 cli/command/network: runCreate: inline types.NetworkCreate
    594aeb390 cli/command: remove dot-imports and unhandled errors
    b08e34b9f swarm: TestSwarmUpdate: remove non-existing "--quiet" flag
    defa52b8c stacks: Add support for start interval
    9df7be5d5 cli/compose: add schema 3.12 (no changes with 3.11 yet)
    7a2ea5c53 vendor: gotest.tools/v3 v3.5.1
    f2fced487 cli/compose/loader: remove platform-specific path handling
    74990623e cli/compose/loader: use gotest.tools/v3/golden
    8bf121c3b Add docker ps status descriptions
    a252a106c - What I did 	Removed broken link in #937 - How I did it 	Removed first section of CONTRIBUTING.md - How to verify it 	Check CONTRIBUTING.md - Description for the changelog 	Removed broken link in contributing to Docker documentation. A picture of a cute animal (not mandatory but encouraged) Closes #937
    74bace156 docs: add `bind-recursive` mount option
    46d0ba20f vendor: github.com/docker/docker cdb3f9fb8dca (v25.0.0-dev)
    3441151e0 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230823155524-12f0c246fed0
    412ebb677 vendor: github.com/containerd/containerd v1.7.7
    78eaac75c vendor: update OTEL dependencies
    a27466fb6 vendor: golang.org/x/net v0.17.0
    612a17155 vendor: golang.org/x/crypto v0.14.0
    392db31e2 vendor: golang.org/x/term v0.13.0
    ac307788a vendor: golang.org/x/text v0.13.0
    48655f794 vendor: golang.org/x/sys v0.13.0
    6de525416 vendor: github.com/docker/distribution v2.8.3
    ceab9b5e8 update to go1.21.3
    d249ce279 update to go1.21.2
    3f1195e4e update go-md2man to v2.0.3
    fc6976db4 mount: add `bind-recursive=<bool|string>` and deprecate `bind-nonrecursive=<bool>`
    0f59f04f5 Update minimum Go version to 1.19
    d254cc3bb update golang to go1.21.1
    4c75107a6 vendor: github.com/distribution/reference v0.5.0
    112d79a41 appcontext: remove unused parts
    febb37a38 remove buildkit as dependency
    e9759cee6 Dockerfile: use GOTOOLCHAIN=local
    f07e7e1ee Dockerfile: build gotestsum and goversioninfo without cgo
    9e424af5d e2e: update to use compose v2, and don't depend on distro-packages
    3e2187b4c vendor: github.com/docker/docker d3afa80b96bf (v25.0.0-dev)
    f90890fb4 vendor: github.com/Microsoft/hcsshim v0.11.1
    23f50a066 vendor: github.com/containerd/containerd v1.6.24
    497b13c66 vendor: github.com/klauspost/compress v1.16.5
    e0ad0127b vendor: google.golang.org/grpc v1.56.2
    c2308ad6f vendor: google.golang.org/protobuf v1.31.0
    56396ba35 vendor: golang.org/x/tools v0.8.0
    c9d56b850 vendor: golang.org/x/crypto v0.9.0
    ffea6940e vendor: golang.org/x/sys v0.10.0
    1554b4932 vendor: golang.org/x/sync v0.3.0
    78012b00a vendor: container-device-interface v0.6.1
    3a16c3bb0 docs: fix duplicate words in "docker tag" reference
    7e9467506 build(deps): bump docker/bake-action from 3 to 4
    315ff202c build(deps): bump docker/setup-buildx-action from 2 to 3
    4b00be585 update to go1.20.8
    9e1b42e64 Add missing opts to --network advanced syntax
    58f426087 Rename expectedCfg into expectedHostCfg
    f1048e1a3 Create default EndpointSettings if no --network provided
    2c193b59d Fix extremely minor typo in docker-run man page
    40dc66b26 vendor: github.com/docker/docker 06499c52e2b1 (v25.0.0-dev)
    f13b78672 vendor: github.com/docker/docker 032797ea4bcb (v25.0.0-dev)
    fb2ba5d63 migrate reference github.com/distribution/reference
    04af12821 vendor: github.com/docker/docker 7abd7fa73965 (v25.0.0-dev)
    dee40053f build(deps): bump actions/checkout from 3 to 4
    6dfdd1eae cli/command/system: fix "docker events" not supporting --format=json
    db6209abd update golangci-lint to v1.54.2
    9ad079244 cli/registry/client: remove some redundant conditions
    22b4bab90 cli/registry: client.iterateEndpoints: remove check for APIVersion1
    5250f1bab cli/registry: fix client.pullManifestList not de-referencing manifest
    d40fc1a0f vendor: github.com/docker/docker a65c948e7edf (v25.0.0-dev)
    261c18f9e ParseRestartPolicy: validate for missing policy-names
    3d2aac6a0 docs/reference: run.md: remove stray whitespace
    4cce7bb2f rewrite TestParseRestartPolicy to use sub-tests
    42ac5d4bf force TestNewHistoryCommandSuccess to use UTC timezone
    17f4c8259 update cli-docs-tool to v0.6.0
    be219b317 adding -c option for docker run/build in manpages
    273f2cd95 cli/command/manifest: update link to Go documentation
    722e3aae4 man: update links to Go documentation
    dc4feccb8 docs/reference: update links to Go documentation
    1d3af726e CONTRIBUTING.md: update links
    af05a6882 Dockerfile: use COPY --link where possible
    1da67be9c Stop slowing bash init by caching plugins path slowly
    5bff12354 replace dockerfile/dockerignore with patternmatcher/ignorefile
    55ff9e609 vendor: github.com/moby/patternmatcher v0.6.0
    e050312e6 update flag-description for --cgroup-parent
    d2047b954 cli/registry/client: set actions when authn with token
    1c2cc4bbe info: add CDI spec directories to output
    bb57783ab cmd/docker: areFlagsSupported: don't Ping if not needed
    6e2e92d77 Update docs/command output for volume pruning
    4fc3f0e6f search: deprecate "is-automated" filter and "IsAutomated" field
    299925f4c docs: document special host-gateway value for add-host
    211220cbb cli/command: ResolveAuthConfig, GetDefaultAuthConfig: take ConfigFile as arg
    57f0e46de cli/command/registry: cleanup login tests
    84c956a17 cli/command/registry: cleanup search tests
    3d0b14c3e vendor: github.com/docker/docker 4b19b2f4babd (25.0-dev)
    f38870e68 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230713153928-bc71908479e5
    a53b03520 vendor: github.com/opencontainers/image-spec v1.1.0-rc4
    8d51f36ca login: Add message about using PATs
    6517db939 update to go1.20.7
    373fa57ed vendor: github.com/containerd/containerd v1.6.22
    0b535c791 vendor: gotest.tools/v3 v3.5.0
    7a89e897e cli/command/container: waitExitOrRemoved: take APIClient as argument
    ce038e77b vendor: github.com/prometheus/common v0.42.0
    bffe277c9 vendor: github.com/prometheus/procfs v0.9.0
    92906a993 vendor: github.com/Microsoft/go-winio v0.6.1
    aacdca0fe vendor: google.golang.org/protobuf v1.30.0
    3cf34c6d9 vendor: google.golang.org/grpc v1.53.0
    5b138189b vendor: github.com/cespare/xxhash/v2 v2.2.0
    c1d065702 vendor: github.com/golang/protobuf v1.5.3
    0b7c72c3b cli/command/container: RunStart: inline variable
    ad43df5e8 configfile: Initialize nil AuthConfigs
    b52fd79f1 docs: add missing docs for "DOCKER_TLS" env-var
    298bddcc2 cli/command/container: deprecate NewStartOptions
    00870d68f Dockerfile: update buildx to v0.11.2
    78e463392 vendor: github.com/docker/docker-credential-helpers v0.8.0
    ff9f1be19 Dockerfile: update buildx to v0.11.1
    680fafdc9 update go to go1.20.6
    223bf80d4 cli/context/docker: Endpoint.ClientOpts, withHTTPClient: inline variables
    3469beb80 replace uses of deprecated api/types that moved to api/types/system
    1f87420b5 vendor: github.com/docker/docker dab9ffb252186f4c47416addb136d579f9314c6a (25.0-dev)
    4d03b935c vendor: github.com/moby/swarmkit/v2 v2.0.0-20230707182847-6f78b8199b05
    fe7afb700 cli/container: Don't ignore error when parsing volume spec
    323ca1d56 Bump container-device-interface dependency to v0.6.0
    fca67dd81 Dockerfile: update to xx 1.2.1
    de9f1f5b9 vendor: github.com/moby/swarmkit/v2 v2.0.0-20230627115642-ad0f3ae162fa
    125eeb7ab Add docs for health-start-interval
    986879c07 Add flags to container/service for health start interval
    9bfaa6ff7 revendor docker/docker from master
    dbd9d5d74 Update vendoring for CDI parser
    dad225d1e Support CDI devices in --device flag
    d5f564ada commandconn: return original error while closing
    92d7a234d docker info: fix condition for printing debug information
    88f44ec15 cli: SetupRootCommand: remove redundant flags return
    3cad05fbf cli: move "config" flag to cli/flags/ClientOptions.InstallFlags()
    1c1329fc7 cli/flags: add EnvEnableTLS const for "DOCKER_TLS"
    0b3cadb05 cli/config: add EnvOverrideConfigDir const
    13e842a11 cli/config: add synchronisation for configDir (Dir, SetDir)
    9f4af6cb7 vendor: docker/docker 7f8b1cd7f928dee54174d51dc9da17f443c31480 (v25.0-dev)
    b32264a1a rename and update mergo module
    5936fd2a8 docs: fix static ip example, network needs a subnet
    b85d6a8f9 docs: fix broken link
    79ff64f06 cli/command/context: don't use pkg/homedir in test
    6c7d17fa0 docs: update the runtime configuration section
    bf5d1ce97 Dockerfile: update buildx to v0.11.0
    2133d0446 cli/command/context: remove deprecated k8s / orchestrator option-stubs
    2d06cfcde cli/command: newAPIClientFromEndpoint: use WithUserAgent
    8181aa887 cli/command/context: don't pass CLI if we only need context-store
    3b8d5da66 update go to go1.20.5
    acb248f8d Dockerfile: update ALPINE_VERSION to 3.17
    9c2694d2b Dockerfile: update gotestsum to v1.10.0
    c2535aa46 build: error if Dockerfile name is passed with Dockerfile from stdin
    77dd05caa cli/command/image: remove errStdinConflict
    d68b36153 cli/compose/convert: convertEnvironment: sort results
    f4bde6869 replace some basic uses of fmt.Sprintf()
    6a50c4f70 cli-plugins: remove deprecated Metadata.Experimental
    58ec4161b vendor: github.com/moby/swarmkit/v2 v2.0.0-20230607145746-36334ed18760
    bf492bffd vendor: docker/docker ed798d651a50cbd0af4dca127c4bfa243dda9cf7 (v25.0.0-dev)
    54c80d49d vendor: github.com/opencontainers/image-spec v1.1.0-rc3
    9ad605acc vendor: github.com/sirupsen/logrus v1.9.3
    e15ae9e2e vendor: golang.org/x/net v0.10.0
    3b62102ea vendor: golang.org/x/term v0.8.0
    db7886eef vendor: golang.org/x/text v0.9.0
    45fd37aaa vendor: golang.org/x/sys v0.8.0
    a5ebe2282 commandconn: don't return error if command closed successfully
    2331e4d52 cli/command/container: don't mutate ConfigFile.DetachKeys
    23e26f40f cli/command/container: createContainer(): return container-ID
    c2c6fbe23 cli/command/container: TestCreateContainerImagePullPolicy: use sub-tests
    0c5adb2e9 cli/command/container: attach: rename var that collided with import
    47951ff44 docs: add "--detach-keys" example to docker run reference
    c17b0df2a docs: move "--detach-keys" example to examples section
    e4ceed468 docs: added example for specifying socket path with -H
    5251d3748 cli/command: add EnvOverrideContext const for "DOCKER_CONTEXT"
    6458dcbe5 Dockerfile.vendor: update GOPROXY to use default with fallback
    0692d762a cli/command: fix GoDoc referencing wrong const
    982857531 docs: rephrase section on credential stores for docker login
    5d6612798 docs: remove devicemapper
    4cf04988a remove uses of golang.org/x/sys/execabs
    db5e1fa54 vendor: update docker/docker to latest v25.0.0-dev
    2713d0bcd docs: fix example for proxies in daemon.json
    b22290052 docs: remove AuFS from glossary
    e4211c91e docs: remove Docker Toolbox from glossary
    c246ea851 docs: remove boot2docker and docker-machine from glossary
    4c11f73dc man: remove devicemapper from examples
    c61b56518 docs/deprecated: remove "disabled by default" for AuFS, overlay
    9f537a756 docs: remove aufs and legacy overlay
    73fbcdea0 contrib/completion: remove aufs, legacy overlay
    1ec68fabe cli/command/system: remove aufs from fixtures
    6460eea54 docs/deprecated: remove .patch release from deprecation status
    035e26fb0 docs: update link location for the overlay driver
    988e37956 Correct "ps --no-trunc" example output
    2fc30fd45 replace uses of client.IsErrNotFound for errdefs.IsNotFound
    537b88dab cli/command: don't use legacy "notfound" error-type in tests
    353e0a942 vendor: github.com/docker/distribution v2.8.2
    379122b03 cli/config: remove warning for deprecated ~/.dockercfg file
    9b791b4fe cli/config: Load: remove outdated FIXME
    ff7111ae2 cli/command: remove deprecated EncodeAuthToBase64
    d3ac80127 cli/command/stack: remove deprecated RunDeploy, RunPS, RunRemove, GetServices
    72e3813ab cli-plugins/manager: fix deprecation comment of Metadata.Experimental
    4119d268e Update tag docs to clarify name
    28bc90f3b vendor: update docker/docker to v25.0.0-dev, API v1.44
    60b4cdf04 Update version to v25.0.0-dev
    759fa585c docs: update description for docker -H flag
    1d8e2b652 vendor: github.com/docker/docker v24.0.0-rc.2
    ce11b28d8 cli/config/credentials: skip unneeded exec.LookPath()
    2ae223038 remove pre-go1.17 build-tags
    1073b0269 cli/context/docker: rename receiver for Endpoint
    2b7bfb399 cli/command/image/build: GetContextFromReader: rename var that collided
    ab17029c6 cli/command/container: hijackedIOStreamer: explicitly ignore err
    f5e224e94 un-skip history test and fix golden mismatches

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
22877e9bd0 runc-docker: update to 1.1.11
Bumping runc to version v1.1.11-2-g452f520c, which comprises the following commits:

    7887736f VERSION: back to development
    4bccb38c VERSION: release 1.1.11
    617db785 configs: make id mappings int64 to better handle 32-bit
    e65d4cac specconv: temporarily allow userns path and mapping if they match
    2dd8368e integration: add mega-test for joining namespaces
    8f8cb455 configs: disallow ambiguous userns and timens configurations
    0c8e2cc6 *: actually support joining a userns with a new container
    87792ce0 libct/cg: add swapOnlyUsage in MemoryStats
    32a26a71 build(deps): bump github.com/cyphar/filepath-securejoin
    be887840 VERSION: back to development
    18a0cb0f VERSION: release 1.1.10
    b426e9b7 libct/cgroups.OpenFile: clean "file" argument
    8214e634 libct/cg: support hugetlb rsvd
    f8be7009 [1.1] tests/int/helpers: add get_cgroup_path
    1f66027a ci/gha: fix downloading Release.key
    5a5b2cc3 Fix directory perms vs umask for tmpcopyup
    b365458f fix a typo in cloned_binary.c: re-use -> reuse
    8f66c9fb fix two typos
    016b2b42 Handle kmem.limit_in_bytes removal
    11737f55 VERSION: back to development
    ccaecfcb VERSION: release 1.1.9

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
e4b6616a90 runc-opencontainers: update to 1.1.11
Bumping runc to version v1.1.11-2-g452f520c, which comprises the following commits:

    7887736f VERSION: back to development
    4bccb38c VERSION: release 1.1.11
    617db785 configs: make id mappings int64 to better handle 32-bit
    e65d4cac specconv: temporarily allow userns path and mapping if they match
    2dd8368e integration: add mega-test for joining namespaces
    8f8cb455 configs: disallow ambiguous userns and timens configurations
    0c8e2cc6 *: actually support joining a userns with a new container
    87792ce0 libct/cg: add swapOnlyUsage in MemoryStats
    32a26a71 build(deps): bump github.com/cyphar/filepath-securejoin
    be887840 VERSION: back to development
    18a0cb0f VERSION: release 1.1.10

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:17:19 +00:00
Bruce Ashfield
7a3b0b7ae1 conf/layer: add scarthgap compatibility
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-15 17:16:33 +00:00
Sandeep Gundlupet Raju
e7f9c2dd2f xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel
Due to increase in 6.6 kernel image size xen ramdisk offset was
overlapping with kernel image. This causes xen randisk image boot
failures. Hence increase the ramdisk offset to fix initrd boot
issue.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-22 17:15:22 +00:00
Bruce Ashfield
f27566f573 layer-wide: drop PYTHON_PN
Similar to OE core commit b566b1e32c7993d1ab7795562f648e52ce186a70,
we no longer need PYTHON_PN for any abstraction of python2 vs python3.

Our similar / dup recipes are now causing signature differences, so
we go ahead and make the substitution, even if it isn't stricly
required.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-21 22:48:29 +00:00
Fathi Boudra
0c7965ed56 upx: bump to 4.2.2 release
Update upx recipe from 3.96 to 4.2.2 release:
 * Use the gitsm fetcher to get the source code.
 * Add a note to keep using the git repository.
 * Update the homepage.
 * Drop the build dependencies as they're useless. UPX builds using the
   vendor subdirectory, statically linking the libraries.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-21 13:58:56 +00:00
Bruce Ashfield
bd67612b66 kernel: drop 6.1 inc file
6.1 has been removed from oe-core, so we update our .inc files
to match.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-07 22:34:09 +00:00
Ming Liu
eccd6f11b8 container-host-config:storage.conf: sync with libpod v4.8.2
The current storage.conf is based on v1.33.0 of:
https://github.com/containers/storage.git

while in podman v4.8.2, it has been upgraded to
v1.50.3-0.20231005112617-44418abb2d89 of:
https://github.com/containers/storage.git

let's sync it with podman v4.8.2.

which comprises the following commits in storage.conf:

```
42d1d9637 Run codespell on code
91da0c2be add documentation on imagestore and add a warning if set
01fccaa58 options: enable Remap-User/Group setting
e125790e9 Fix typo in storage.conf
57582350c Document transient_store in man page
522b67c94 Add new storage.conf option "transient_store"
5e9e2ba6b Revert incorrect "heeded" -> "needed" typo fix
cffa19709 fix typos and spelling
268af0001 chunked: drop host dedup feature
b64cfb4f4 Document the pull_options
17fccdc2d Clearup inheritance rules for storage.conf
3c76f174d Tell users who change graphroot location to fix the SELinux labels
```

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-01 14:15:13 +00:00
Pavel Zhukov
fd1010ef24 python3-docker: Update to 7.0.0
Update package to fix compatibility fix docker from the layer.

Signed-off-by: Pavel Zhukov <pavel@zhukoff.net>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-01 14:15:13 +00:00
Bruce Ashfield
c39840a3bd rpi: linux-yocto: move bbappend to 6.1
Moving the rpi to 6.6 to enable extended testing.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-24 02:17:12 +00:00
Bruce Ashfield
cd448b3de6 kernel/cfg: change CONFIG_TUN to module
Currently Xen expected a tun module to be packaged. We need
a better way to resolve dependencies such as this (perhaps
by the kernel providing the package requested when functionality
is built in).

But for now, without a compelling need for criu to have tun
built in, we tweak this config to match and keep the xen builds
happy and with no conditional package requirements.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-23 19:24:18 +00:00
Peter Kjellerstedt
a0ad18ea28 containerd-opencontainers: Use RDEPENDS:${PN} instead of RDEPENDS:${BPN}
The original purpose of using BPN vs PN in the RDEPENDS was due to
32bit multilib issues. Those problems are no longer present, so we
can adjust this recipe to use the standard PN in rdepends.

This change avoids the following warning:

  WARNING: .../containerd-opencontainers_git.bb: Variable key
  RDEPENDS:${PN} (...) replaces original key
  RDEPENDS:containerd-opencontainers
  (  ${VIRTUAL-RUNTIME_container_runtime}).

if, e.g., RDEPENDS:${PN}:append = " ..." is used in a bbappend or
bbclass.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:43:37 +00:00
Bruce Ashfield
5bd48ee74f buildah: update to 1.33.3
Bumping buildah to version v1.33.3-1-g5ca83472c, which comprises the following commits:

    21e754fd3 [release-1.33.2] Bump Buildah to v1.33.3
    b44d6bd56 [release-1.33.2] Bump c/common to 0.57.2 and c/image to 5.29.1
    7fffb3366 [release-1.33.2] Bump to v1.33.2

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:38:36 +00:00
Chen Qi
b3e5c517bf buildah: fix branch name
The branch 1.33.2 is not there any more. The correct branch for now
is 1.33.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:38:30 +00:00
Bruce Ashfield
0650f659fd xen: fix virtual RDEPENDS warnings
oe-core has started to warn when virtual/ is used outside of
the DEPENDS (build) context.

We tweak our rprovides/rdepends to use virtual- instead to
avoid the warning:

  WARNING: RDEPENDS is set to virtual/xenstored, the substring 'virtual/' holds no meaning in this context. It is suggested to use the 'virtual-' instead.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:29:24 +00:00
Bruce Ashfield
5ebfe50161 xen-tools/4.18: fix python 3.12 build
The introduction of xen-tools 4.18 missed a required patch to
build against python 3.12. We grab the one from 4.17 to fix
the failure.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:29:24 +00:00
Bruce Ashfield
528c2892fe libvirt: update to 10.0.0
Bumping libvirt to version v10.0.0-17-g3a45455558, which comprises the following commits:

    1899d7df34 Release of libvirt-10.0.0
    5ed420d845 NEWS: mention nbdkit config option
    493b49d67f news: document auto-selection of VFIO variant drivers
    5167d3825e NEWS: Document my contributions for upcoming release
    10042f0253 ci: Do more as part of .qemu-build-template
    9cf0faac48 ci: Fix .integration_tests_upstream_qemu
    a6f73c69a7 NEWS: Mention migration fixes and iothread mapping
    924ba34af9 Translated using Weblate (Finnish)
    2bc06d5c0e Translated using Weblate (Korean)
    60923b8265 Translated using Weblate (Swedish)
    9ef6fee129 conf: domain_conf: cleanup def in case of errors
    6fa82fd8e2 apparmor: Allow access to /sys/devices/system/node/*/cpumap for libnuma
    9e555699a2 virsh: Command completion, add comp-methods with zlib and zstd
    0e120bc431 Update translation files
    c27b795e2a Translated using Weblate (Swedish)
    9cbda34e98 qemu: Be less aggressive when dropping channel source paths
    7cb03e6a28 rpc: fix race in waking up client event loop
    024d6dc263 qemu: tighten semantics of 'size' when resizing block devices
    784d90fe68 po: Refresh potfile for v10.0.0
    f913c7a77b ci: Add notes for integration jobs
    88169d35dd ci: Move upstream-qemu job to Fedora 39
    c65862fbac ci: Fix upstream-qemu job definitions
    c9866358e1 tests: Add capabilities for QEMU 8.2.0 on aarch64
    2be35bc4b7 tests: Don't use features with vexpress machine
    377e30087a NEWS: Mention postcopy-preempt migration capability
    8d693d79c4 qemu: Enable postcopy-preempt migration capability
    61e34b0856 qemu: Add support for optional migration capabilities
    efc26a665d qemu: Rename remoteCaps parameter in qemuMigrationParamsCheck
    c941106f7c qemu: Use C99 initializers for qemuMigrationParamsFlagMap
    ff128d3761 qemu: Document qemuMigrationParamsFlagMapItem fields
    e41ed93834 Translated using Weblate (Swedish)
    ee334337a0 tests: Add xml->argv and xml->xml tests for the new iothread mapping feature
    397218c433 qemu: Implement support for configuring iothread to virtqueue mapping for disks
    0cb7b1b2c3 conf: Add possibility to configure multiple iothreads per disk
    ee7121ab8e qemu: capabilities: Introduce QEMU_CAPS_VIRTIO_BLK_IOTHREAD_MAPPING
    08a7fc834c util: xml: Return GPtrArray from virXMLNodeGetSubelement
    765edaf171 qemucapabilitiesdata: Add data for the qemu-9.0 development cycle
    82e2fac297 qemu: automatically bind to a vfio variant driver, if available
    8b93d78c83 conf: support manually specifying VFIO variant driver in <hostdev> XML
    956e1ca6aa tests: remove explicit <driver name='vfio'/> from hostdev test cases
    9363c1cb69 xen: explicitly set hostdev driver.name at runtime, not in postparse
    b9a1e7c436 conf: replace virHostdevIsVFIODevice with virHostdevIsPCIDevice
    bb1acb9ca2 conf: use new common parser/formatter for hostdev driver in network XML
    195522ae87 conf: split out hostdev <driver> parse/format to their own functions
    8bc3f01080 conf: use virDeviceHostdevPCIDriverInfo in network and networkport objects
    e04ca000bd conf: put hostdev PCI backend into a struct
    e7d31d8b00 conf: normalize hostdev <driver> parsing to simplify adding new attr
    a435e7e6c8 conf: move/rename hostdev PCI driver type enum to device_conf.h
    deefaf8f1c schema: consolidate RNG for all hostdev <driver> elements
    568efef729 util: properly deal with VFIO module name vs. driver name
    8a743a598b tests: Ensure test files are newline-terminated
    2439e7135c tests: Drop some unused qemunbdkit data files
    72b76cf9bb libvirt.spec: Fix nbdkit selection logic on mingw and old rhel
    3a85755f66 qemuxml2argvtest: Add checker that all input files are used
    91116e35b6 qemuxml2argvtest: Mark 'nbdkit' tests as skipped if nbdkit is not compiled in
    ec4d36e558 qemuxml2argvtest: Add test cases covered only by qemuxml2xmltest - part 2
    72d13d37e3 virnetworkportxml2xmltest: Add simple versions of bridge/network tests
    b5664c73b3 qemuxml2argvtest: Enable 'graphics-listen-network' case
    dbe85bd095 qemuxml2xmltest: Introduce fake network driver
    1948244461 qemuxml2argvmock: Mock virNetDevSetMTU
    2da71d8e43 qemu: process: Separate setup of network device objects
    8ea1aba680 qemuxml2xmltest: Delete 'interface-driver' case
    41badebf16 qemuxml*test: Improve 'vhost_queues' test case
    aa4c190733 qemuxml2*test: Add specific test case for interface link state
    44ee6d67ae qemuxml2xmltest: Move 'graphics-listen-network2' case go genericxml2xmltest
    9dcdca2692 qemuxml2argvtest: Add test cases covered only by qemuxml2xmltest - part 1
    b448abd972 qemuxml2argvmock: Mock qemuInterfaceBridgeConnect
    f9a4d24b24 qemuxml2argvtest: Check for duplicate invocation of tests
    014515eb4e qemuxml2argvtest: Remove duplicated invocations of tests
    2b9875d766 qemuxml2argvdata: Move 'smbios-multiple-type2' case to genericxml2xmltest
    cd6a58e747 qemuxml2argvtest: Reinstate 'pseries-vio-address-clash' case
    e991dc3487 qemuxml2argvtest: Fix and use 'disk-network-ssh-key' case
    3cc147cce4 qemuxml2argvtest: Reinstate 'console-compat-chardev' and 'pci-serial-dev-chardev'
    9eabf14afb qemu: add runtime config option for nbdkit
    a43fb797b5 node_device: udevGetStringSysfsAttr() to void
    0e37f55bb1 node_device: udevTranslatePCIIds() to void
    d05cdd1879 virprocess: virProcessGetNamespaces() to void
    88903f9abf conf: virDomainNetUpdate() to void
    270e363046 lxc: virLXCControllerAddConsole() to void
    bce48d99a7 rpc: virnetserver: virNetServerAddService() to void
    46c9458654 cpu: : virCPUx86DataAddItem() to void
    dd2f36d66e qemu_driver: Don't handle the EOF event if vm get restarted
    392897d9b0 ci: Update Alpine and Fedora and regenerate
    c330890f63 ci: integration: Switch upstream integration tests to Fedora 39
    c9056e682a conf: Restore setting default bus for input devices
    419ad1ab49 docs: fix typo in qemu-passthrough-security
    fbf5fc0fb2 Improve error message in remoteGetUNIXSocket
    de49ec50b8 qemucapabilitiesdata: Final update of 'caps_8.2.0_x86_64'
    8a7b3ded60 ci: Switch from FreeBSD 12.0 to FreeBSD 14.0
    dddee4199d Translated using Weblate (Georgian)
    0368de23e6 Translated using Weblate (Georgian)
    7e9455e342 Translated using Weblate (Swedish)
    b72d7c46e5 qemu: Replace the deprecated short-formed option "unix"
    9fc140c72d Translated using Weblate (Korean)
    83a2a73421 Translated using Weblate (Swedish)
    c3a8d04980 conf: fix integer overflow in virDomainControllerDefParseXML
    49f1406de8 remote: DeserializeDomainDiskErrors: remove dead code
    405f479d0e apparmor: Add capabilities for PCI passthrough to virtxend profile
    19ce02c773 qemuDomainBlockPeek: Fix format checking logic
    0d03ca17b1 docs: virtiofs: add section about ID remapping
    1a4412f568 qemu: virtiofs: auto-fill idmap for unprivileged use
    2ef4be0a3e util: add virGetSubUIDs
    42edb10f17 qemu: allow running virtiofsd in session mode
    d27b6e5f49 qemu: virtiofs: do not force UID 0
    bdf96a0f72 qemu: format uid/gid map for virtiofs
    6de2068dd6 conf: add idmap element to filesystem
    d8904561d9 conf: move idmap parsing earlier
    ec475e39dc conf: move idmap definition earlier
    641ed83e3d qemuDomainBlockResize: Properly resize disks with storage slice
    d552d02265 virStorageSourceSliceFree: Export function
    48704d4605 qemu: block: Format storage slice properties optionally
    a2cc772031 qemu: block: Make 'slice' layer effective for 'raw' storage source
    d09f46a9fb qemuDomainBlockResize: Implement VIR_DOMAIN_BLOCK_RESIZE_CAPACITY
    04adeac76e virDomainBlockResize: Introduce VIR_DOMAIN_BLOCK_RESIZE_CAPACITY
    a7b357fd5c vsh: Introduce simple version of VSH_ALTERNATIVE_OPTIONS_EXPR
    59ec4c6619 qemuDomainBlockResize: Agregate all checks at the beginning
    b600b69f82 qemu: Use qemuBlockStorageSourceIsLUKS/qemuBlockStorageSourceIsRaw
    04b94593d1 qemu: block: Introduce helpers for properly testing for 'raw' and 'luks' images
    aded3c622f qemu: migration: Automatically fix non-shared-storage migration to bigger block devices
    814069bd56 qemu: Move and export qemuDomainStorageUpdatePhysical and dependencies
    426eeb0d3c qemu: migration: Rename qemuMigrationDstPrecreateStorage to qemuMigrationDstPrepareStorage
    f0fe94605c qemuDomainStorageOpenStat: Remove unused 'driver' argument and untangle callers
    6a38559092 qemu: migration: Improve handling of VIR_MIGRATE_PARAM_DEST_XML with VIR_MIGRATE_PERSIST_DEST
    7c1244f3a5 qemuMigrationDstPrecreateStorage: Fix and clarify logic
    9864486966 qemuMigrationDstPrecreateStorage: Refactor cleanup
    16832e0dd2 qemuMigrationDstPrecreateStorage: Improve error messages
    cecbaa87d5 Translated using Weblate (Swedish)
    ff8c5c523f Translated using Weblate (Swedish)
    1a2f33cb59 remote: Fix cached hypervisor type
    fba411a805 Translated using Weblate (Swedish)
    06e344f762 virNodeDeviceCapStorageDefFormatBlocksize: Report sector size and count together
    9f855b149a virNodeDeviceCapStorageDefFormat: Extract formatting of block size data
    73c1e87e6a virNodeDeviceCapStorageDefFormat: Don't check argument for virBufferEscapeString
    a2f98b6b8c virsh: migrate: Fix logic bug in interlock of --copy-storage-synchronous-writes flag
    831c55ae3e virsh: migrate: Interlock '--copy-storage-all' and '--copy-storage-inc'
    b99c709d8d qemu: migration: Validate migration XML
    d96858b0e8 security_util: fix log in virSecurityMoveRememberedLabel
    d17474a5f1 network: convert virFileLinkPointsTo to return bool
    a949a53e13 test: remove redundant cpuTestGuestCPUID test
    3b45fcd6b6 rpc: don't try to spawn non-existant daemon
    da1057c8eb Translated using Weblate (Swedish)
    a3129ae6df qemuDomainChangeNet: Reflect trustGuestRxFilters change
    d6169ad739 qemuMonitorJSONQueryRxFilter: Allow @filter to be NULL
    cab49d394f qemu: Relax check for memory device coldplug
    b41f730c33 qemu: Move memory device coldplug into a separate function
    6beeca77be vir-qemu-sev-validate: Use string() method in xpath
    fa14b4a1a6 ci: Stop passing --nodeps to rpmbuild
    417bd41cba ci: Refresh generated files
    dca48ec74c rpm: Drop BuildDepends on passt
    6adbc1dd6c rpm: Drop BuildDepends on scrub
    eb131d30d6 rpm: Add Requires on scrub
    6aa2fa38b0 meson: Stop looking for passt at build time
    58b17ce789 meson: Stop looking for scrub at build time
    5b4d1a68b2 meson: Stop looking for udevadm at build time
    e8d149614b rpm: Drop MinGW BuildRequires on libgcrypt/libgpg-error
    57395ea9eb docs: Mention use of DuckDuckGo
    a8e3bae5b1 docs: Use DuckDuckGo for website/wiki search
    3aade50055 gitpublish: Tweak prefix
    7ec4e6e3b5 vircpi: Decrease scope of VIR_PCI_DEVICE_ADDRESS_FMT macro
    cc9f439be9 qemu_command: Don't open code virPCIDeviceAddressAsString()
    58292bae47 virpci: Decrease scope of VIR_PF_PHYS_PORT_NAME_REGEX macro
    f1a950379d Translated using Weblate (Swedish)
    cca4b0463d test_driver: Remove unused variable in testDomainAttachDeviceLiveAndConfig()
    cd65b895dd test_driver: Support for hotplug/hotunplug of PCI devices
    d8de4f2770 NEWS: Fix indentation
    86fd3eec66 NEWS: Fix vertical spacing
    ce7d0a7db4 Post-release version bump to 10.0.0
    2cf755d168 Release of libvirt-9.10.0
    c43b69fea3 rpcgen: Skip generator tests on macOS
    1f3fe268eb scripts/rpcgen: fix 64 unsigned int test on macOS
    fb48e1633c rpcgen: Pass 3 arguments to xdrproc_t calls
    10b354f913 ci: Refresh generated files
    a12e13bdc3 rpcgen: Reformat meson files
    233e74e3bf rpcgen: Skip tests if tests are disabled
    688aedf2eb rpcgen: Organize meson tests into suites
    4a01a0bc25 rpcgen: Don't skip all tests when pytest is missing
    f7110f8201 Translated using Weblate (Korean)
    bf89c546f0 Update translation files
    e85d61f17a Translated using Weblate (Swedish)
    2b148748c2 NEWS: Mention image probing, snaphsot and hotplug fixes
    69880584e6 qemuProcessStartWithMemoryState: Don't start qemu with '-loadvm SNAP' and '-incoming defer' together
    94ded36b3f rpcgen: tests: Run cleanly on platforms where char is unsigned
    dec02f101e rpcgen: tests: Allow running test_demo from anywhere
    944fe54b6e ch: Don't leak ch_driver->chCaps
    f3573b5efa rpm: Drop rpcgen Build-Requires once again
    6f11304849 po: Refresh potfile for v9.10.0
    0728bc47af qemuMigrationSrcNBDStorageCopyBlockdevPrepareSource: Don't setup 'raw' layer for migration NBD connection
    734e4e9783 qemu: block: Remove unused qemuBlockStorageSourceDetachOneBlockdev
    e534d19b5d qemuMigrationSrcNBDCopyCancel: Use qemuBlockStorageSourceAttachRollback to detach migration NBD blockdevs
    9ec0e28e87 qemuBlockReopenAccess: prepare for removal of 'raw' format layer
    dee5b3fb8e qemu: block: Absorb qemuBlockReopenFormatMon into qemuBlockReopenAccess
    abd1e08c42 testQemuMonitorJSONBlockdevReopen: Don't use qemuBlockReopenFormatMon
    7e66ff4fd1 qemu: monitor: Sanitize arguments of qemuMonitorBlockdevReopen
    24b667eeed qemu: block: Absorb logic from qemuBlockReopenFormat to qemuBlockReopenAccess
    214794c9c7 qemu: block: Extract logic from qemuBlockReopenReadWrite/ReadOnly
    834d283bcf qemuBlockStorageSourceGetEffectiveNodename: Prepare for missing 'format' driver
    6ab5ee9a9a qemuDomainPrepareStorageSourceBlockdevNodename: Restructure code to allow missing 'format' layer
    813ccd553b qemuBlockStorageSourceDetachPrepare: Prepare for possibly missing 'format' layer
    10cc057074 qemuBlockStorageSourceAttachPrepareBlockdev: Prepare for optionally missing format layer
    b27e8b5a0b qemuBlockStorageSourceGetBlockdevStorageSliceProps: Allow turning the slice layer into effective blockdev layer
    7f19a55a9e qemu: block: Introduce helper for deciding when a 'format' layer is needed
    aaf828d3d4 qemu: block: Use qemuBlockStorageSourceNeedsStorageSliceLayer only for setup
    05326395a9 qemu: block: Introduce qemuBlockStorageSourceGetSliceNodename
    156ddb43b1 storage_file_probe: Treat qcow2 images with protocol drivers in backing store field as raw
    6fe9e35610 virstoragetest: Add test cases for QCOW2 files with a protocol name as backing file format
    7e158006b6 virstoragetest: Format detected/unprocessed backing store format into output files
    bc54376f09 virstoragetest: Use strings for storage type and format in output data
    60df39abc8 storage_file_probe: Remove BACKING_STORE_OK,BACKING_STORE_INVALID states
    943c5758b0 virStorageFileProbeGetMetadata: Do not partially skip probing of the image
    77ef7ede16 storage_file_probe: Remove unused state 'BACKING_STORE_ERROR'
    d9a1fe8ac4 bhyve: Add missing enum member to switch() in bhyveBuildSoundArgStr()
    b6471a9191 Translated using Weblate (Swedish)
    ebd5ec21a2 Translated using Weblate (Russian)
    7278a8c6a4 NEWS: Document pipewire audio backend
    10594bb311 qemu: Generate cmd line for pipewire audio backend
    c472ce024b conf: Introduce pipewire audio backend
    9694d1ca6a virnuma: Avoid integer overflow in virNumaGetPages()
    0a1d2b43e0 qemu: block: Don't try to merge bitmaps into 'raw' images
    94f1883c89 qemu: hotplug: Detect disk backing images before setting up security access
    a6fec3881c qemu_domain: Drop qemuCheckMemoryDimmConflict()
    b475dbecb9 virDomainMemoryDefCheckConflict: Validate dimm slot too
    3c2cb7d7b3 virDomainMemoryDefCheckConflict: Check dimm & nvdimm models too
    3d017fb651 domain_validate: Move memdevice address conflict check into a separate function
    784a63c189 Fix cpu-host-model test data
    6562669388 cpu_map: Add missing vmx features from MSR 0x491
    a155693a40 cpu_map: Add missing vmx features from MSR 0x490
    2e49a26158 cpu_map: Add missing vmx features from MSR 0x48F
    848e2d0949 cpu_map: Add missing vmx features from MSR 0x48E
    23f509c102 cpu_map: Add missing vmx features from MSR 0x48D
    102f6335b9 cpu_map: Add missing vmx features from MSR 0x48C
    94eacd5a5f cpu_map: Add missing vmx features from MSR 0x48B
    a1862e3de2 cpu_map: Add missing vmx features from MSR 0x485
    3590bb344e cpu_map: Add missing vmx features from MSR 0x480
    e18075b27e cpu_map: No longer ignore vmx- features in sync_qemu_features_i386.py
    77d7c2ce36 cpu_map: Add missing feature "amx-complex"
    20c4a99fc5 cpu_map: Add missing feature "gds-no"
    5dff94115c syntax-check: Forbid use of qsort()
    cfcbba4c2b lib: Replace qsort() with g_qsort_with_data()
    97457cdf65 build-aux: Refresh list of nonreentrant functions
    717790adde ci: Build RPMs on MinGW
    eb6552d98b rpm: Introduce with_native
    3c840e50d9 rpm: Introduce with_mingw32/with_mingw64
    48a34b7afa rpm: Split call to mingw_debug_package
    3df8cc658e rpm: Shuffle BuildRequires around
    894c6c5c16 qemu: hotplug: Don't try to setup disk image when hotplugging empty cdrom drive
    fe42189d76 qemuDomainAttachDeviceDiskLiveInternal: Add missing jump to 'cleanup' on error
    16f8daf2df qemuDomainAttachDeviceDiskLiveInternal: Fix jumps on error
    a1f7faa402 qemu: validate: Reword error message when CCW addresses are not supported for a machine
    7f31ee5cf5 gitlab: adjust url to Coverity tools
    a585ef905a src: reject empty string for 'dname' in migrate APIs
    66e84b8a95 conf: virDomainDiskSourceFormat: check for srcpool presence correctly
    1fdca3083b lib: Replace xmlKeepBlanksDefault() with virXMLParseWithIndent()
    69958ba310 virxml: Introduce parsing APIs that keep indentation
    1beb69df87 virXMLParseHelper: Store XML parsing flags in a variable
    7a5f232be2 virxml: include <libxml/xmlsave.h> for xmlIndentTreeOutput declaration
    d1f58b10f6 vbox_snapshot_conf: Keep indent in snapshot XML
    d8cb1cd50c vbox_snapshot_conf: Parse XMLs without net access
    b31380c758 kbase: More info on firmware change for existing VMs
    65bf8fc9cf rpc: Pass GPG_TTY and TERM environment variables
    3ad5817053 qemu_snapshot: fix reverting to inactive snapshot
    03a9a39c42 qemu_snapshot: fix snapshot deletion that had multiple children
    1d456e18c7 virDomainDeviceInfoCheckABIStability: Implement proper check for CCW addresses
    658a024127 qemucapabilitiestest: Update capabilities data for 8.2 dev cycle on x86_64
    bdb516901c qemuxml2argvtest: Add '8.1.0' variants of 'cpu-host-model*' tests
    f90675087f qemuxml2argvtest: Add complementary 'kvm/tcg' test cases for cpu-host-model*
    3b1e855505 qemuxml2argvtest: Rename 'cpu-host-model' tests according to emulation type
    c0ed248b78 tests: qemumigparamsdata: Drop deprecated fields
    f0643a5759 qemumigrationcookiexmltest: Don't crash when parsing of status XML fails
    85f5871186 systemd: More tweaks to Description and Documentation lines
    9953ab321e rpcgen: use proper operators when comparing types
    72723b2b90 rpm: Add libxml2 BuildRequires for xmllint
    96240eb37a rpm: Explain a couple of BuildRequires
    de40cdf3ab rpm: Rename module-init-tools -> kmod
    19bf2e64de rpm: Explicitly enable NLS support
    28b8a67765 rpm: Disable expensive tests for MinGW builds
    b6eab588b5 ci: Drop macOS 12
    cff934754a ci: Add macOS 14
    c1b78e1162 ci: Add macOS 13
    8895d59688 ci: Drop rpcgen override from macOS $PATH
    2fd2385d9d ci: Update generated files
    ccfda7052d Translated using Weblate (Korean)
    bbe4ac2682 Update translation files
    a06e7d6503 Translated using Weblate (Georgian)
    bd6ec6258f Translated using Weblate (Russian)
    69cdb11fba virhostmem: Get total memory on macOS properly
    bbb2332f7e ci: workaround broken opensuse leap 15.5 tirpc
    a1d92b93c5 ci: drop mipsel on Debian Sid
    9231566146 build: suppress "ignoring duplicate libraries" warning on macOS
    501825011c remote: use g_auto for client RPC return parameters
    154495a0c0 admin: use g_auto for client RPC return parameters
    91f3acec5b rpc: use g_auto for client RPC return parameters
    086fa214bb rpcgen: add g_auto function support
    a62486b95f build: switch over to new rpc generator code
    ac9e6ff649 rpcgen: define entrypoint for running new rpcgen impl
    40cbaa8fbe rpcgen: add test case for XDR serialization
    8ec79e5e14 rpcgen: add a C code generator for XDR protocol specs
    518af85344 rpcgen: define a visitor API for XDR protocol specs
    ca3f025011 rpcgen: add an XDR protocol parser
    031efb691f rpcgen: add an XDR protocol abstract syntax tree
    8c8b97685b rpcgen: add an XDR protocol lexer
    a24ab56da8 build-aux: introduce 'black' tool for python formatting
    72a5ccedf0 build-aux: skip E203 and W503 flake8 checks
    07e18c18a4 rpcgen: drop type-puning workarounds
    3d9019e64f tests: ignore $__CF_USER_TEXT_ENCODING in env during commandtest
    4f4a8dce94 qemu_process: fix crash in qemuSaveImageDecompressionStart
    abb6906260 rpc: Make rpcgen produce ANSI C code
    47ee78048c qemu: block: Remove unused flags QEMU_BLOCK_STORAGE_SOURCE_BACKEND_PROPS_ flags
    620ef445ce qemuBlockStorageSourceGetBackendProps: Remove unused logic for (auto-)read-only flags
    fc18e01e52 qemuBlockStorageSourceGetBackendProps: Use qemuBlockStorageSourceAddBlockdevCommonProps
    3ad5d7b2bb qemuBuildHostdevSCSIAttachPrepare: Use "effective node" mode for getting blockdev props
    ec936526c2 qemuBlockStorageSourceGetBackendProps: Introduce QEMU_BLOCK_STORAGE_SOURCE_BACKEND_PROPS_EFFECTIVE_NODE
    80494dfb74 qemu: block: Use qemuBlockStorageSourceAddBlockdevCommonProps for storage slice
    ce153ef2ad qemu: block: Add helper to add common properties for -blockdev configuration
    84df50dc87 qemuBlockStorageSourceGetBackendProps: Unify ordering of fields
    a175dfc487 virDomainDiskGetDetectZeroesMode: Return proper type
    16e57a98d0 qemuBlockStorageSourceGetBackendProps: Unify cases for '!onlytarget' and '!legacy'
    ca4cb3d7dc src: Remove duplicated VIR_REQUIRE_FLAG_GOTO() call
    e7facdca25 logging: lockdown the systemd service configuration
    bfcf4be172 Post-release version bump to 9.10.0
    d2d4dd859e Release of libvirt-9.9.0
    fb9df53960 docs: update search form to use hyperkitty search
    2c01e2d75b gitpublish: update for new devel mailing list address
    e9fd5c93e8 docs: update docs pointing to old mailing list addrs
    012e70c923 src: update log/error messages pointing to old mailing list addr
    9ca910488c qemu: Setup host side of VDPA device for block copy
    98dd641e86 qemu: hotplug: Setup host side of VDPA device for disk hotplug
    61baeb1152 qemu: process: Extract host setup of disk device into helpers
    64e98bd853 docs: formatdomain: Clarify that the SLIC ACPI table config is available for all modes
    197fc3723f qemublocktest: testBackingXMLjsonXML: Drop 'legacy' mode
    35815b1e75 qemublocktest: Fix logical bug in TEST_JSON_FORMAT macro
    eda1649752 qemublocktest: Drop 'sheepdog' and 'vxhs' test cases
    49e613bf50 qemucapabilitiestest: Update capabilities data for 8.2 dev cycle on x86_64
    ae4477bce4 po: Refresh potfile for v9.9.0
    4242a94816 meson: Rename build_tests -> tests_enabled
    87f14badd0 meson: Disable all tests when tests are disabled
    8ce0decc37 meson: Make -Dexpensive_tests depend on -Dtests
    5904228f92 meson: Handle -Dtests=enabled with Clang
    44711485b1 meson: Move all handling of test options together
    ed90d36224 meson: Do less when not building from git
    5d95617ed9 ci: Disable optimizations on macOS
    3653eb5dcf tests: Fix some test cases on macOS
    b9a5541b49 qemublocktest: Use "target only" mode in 'testJSONtoJSON' and 'testBackingXMLjsonXML'
    e60c3057cc qemuBlockStorageSourceGetBlockdevGetCacheProps: Return the cache object rather than appending it
    4cf223962a qemuDomainDiskCachemodeFlags: Simplify usage
    91661eb19f virStorageSource: Use proper type for shadow copies of iomode/cachemode/discard/detect_zeroes
    5ac61e7c15 conf: Move definition of some disk type enums to a common header
    01e35b452b qemuBlockStorageSourceGetBackendProps: Remove unnecessary indent for non-nbdkit code path
    d38f32cb4e qemuBuildDriveSourceStr: Absorb only use of qemuDiskSourceGetProps
    682db64417 qemu: migration: No longer avoid 'auto-read-only' option for migration
    829d9ed829 qemuxml2(argv|xml)test: Add network backed disk type='sd'
    4bdadede24 news: document `virsh console --resume` and `virsh (start|create) --console`
    03785fef92 meson: Fix XDR check for GNU/Hurd
    d3bdfa0911 systemd: Tweak service definitions
    e73b0a1209 systemd: Make service_extra_in/socket_extra_in required
    95e6615cd2 systemd: Set service_extra_in/socket_extra_in everywhere
    ee86c2add3 systemd: Allow comments at the top of units
    28b85e0374 systemd: Introduce systemd_service_oomscoreadjust_extra_in
    5c83da1dfd systemd: Introduce systemd_service_limitmemlock_extra_in
    13de087237 systemd: Introduce systemd_service_tasksmax_extra_in
    3b16a13f14 systemd: Introduce systemd_service_limitnofile_extra_in
    c8ae549cd5 systemd: Accept multiple files for service_extra_in/socket_extra_in
    b1aeca5db0 systemd: Support merging multiple units
    9b26834305 systemd: libvirtd doesn't need @sockprefix@
    0eca9ba316 Improve `virsh create --console` behavior
    a99ed65db2 Improve `virsh start --console` behavior
    49e3e7f9e8 virsh: add `console --resume` support
    1622012cc4 specfile: use correct option for nbdkit in mingw build
    6be0d1a0d3 ch: support serial and console devices in parallel
    2c1f34a2bb ch: use payload api to send kernel details
    9df1e7d814 util:hostcpu: Report physical address size based on Architecture
    8ff149516f lxc: fix lxcContainerMountAllFS() DEREF_BEFORE_CHECK
    bc06cfa1cd qemu: Send event on persistent config modification
    a97b428208 selinux: Drop dead code in virSecuritySELinuxSetImageLabelInternal()
    c80f0852ca examples: Fix printf format string in event-test.c
    11839c8cc1 conf: Rename 'nodeformat' field of virStorageSource to 'nodenameformat'
    e0e834a55d qemu: driver: Use 'format' nodename accessors for disk resize
    8848362196 qemu: migration: Use 'format' nodename accessors in dirty bitmap migration
    032edf2f11 qemu: Convert migration setup code to use 'format' layer node name accessors
    1baf16fe04 qemu: command: Use 'format' nodename accessors for 'pflash' backend setup
    abab5130f8 qemu: Use 'format' nodename accessors for block dirty bitmap operations
    ac6cd5869a qemu: driver: Convert disk stats code to use 'format' nodename accessors
    6eb41dff95 qemu: Convert disk backend setup code to use 'format' nodename accessors
    d63221a889 tests: Use 'format' layer nodename accessors in test code
    c888784a24 qemu: domain: Use 'format' layer node name accessors for nodename setup code
    67600bd00d qemu: block: Use 'format' nodename accessors in '-blockdev' setup code
    90fc8ef2a3 qemu: blockjob: Use 'format' nodename accessors for job naming
    47bd985ebb qemu: backup: Use format nodename accessors
    11567c1e50 qemuBlockStorageSourceGetFormatProps: Use new frontend name accessor
    ef0e0c61b2 qemu: block: Add accessors for storage source effective nodename
    239772a035 qemu: block: Add accessors for format layer node names
    02ea7182c2 conf: Rename 'nodestorage' field of virStorageSource to 'nodenamestorage'
    3645db2ad0 qemuDomainSetBlockThreshold: Use 'storage' node name accessor
    4526067bad qemuDomainGetStatsBlockExportDisk: Use 'storage' node name accessors
    3781988107 qemu: Refactor storage backend 'storage' layer helepr object setup
    b00ce640ec qemu: Refactor storage backend attach/detach setup code to use 'storage' nodename accessors
    3bb5d48055 qemu: domain: Rework assignment of 'storage' nodenames to use new accessors
    9ee19273e6 qemu: block: Convert disk 'storage' backend JSON props generator to new accessors
    1f7f5b01cb qemu: domain: Convert the status XML code for 'storage' nodenames to new accessors
    e7c7af19d0 qemu: block: Use proper accessors for image formatting/creation code
    f22ede7017 qemuDomainVirStorageSourceFindByNodeName: Use proper accessor
    4f78275f89 tests: Use 'storage' layer nodename accessors in tests
    84c85337ad qemu: block: Add accessors for protocol/storage node names
    2568e9d29e qemu: block: Rename qemuBlockStorageSourceGetBlockdevProps
    d354750521 qemu: block: Refactor logic in qemuBlockStorageSourceGetBlockdevProps
    8bc0d3fb7a qemu: domain: Identify blockjobs by storage nodename in VM status XML
    37d5a141b6 tests: qemucapabilitiesdata: Add test data for qemu-8.2 dev cycle on x86_64
    be96fd77a9 security: apparmor: Use translated disk definitions for disk type=volume
    433f0d2b9a conf: Save translated disk definition for disk type='volume' to status XML
    9f49bd6452 qemustatusxml2xmltest: Demonstrate use of VIR_DOMAIN_DEF_(PARSE|FORMAT)_VOLUME_TRANSLATED
    19b1c0d319 qemu: domain: Allow preserving translated disk type='volume' data into XML if needed
    4ebb454231 virDomainDiskTranslateSourcePool: Don't re-translate already translated defs
    d8fd9904ff virDomainDiskSourcePoolDefParse: Refactor cleanup
    31274a1eda virStorageSourcePoolDef: Turn 'mode' member into proper enum type
    3822424459 Translated using Weblate (Korean)
    2a88b51edf virSecretLoad: Simplify cleanup path
    7cb31974ec virSecretLoadAllConfigs: Use g_autofree for @path
    28602827e9 virfile: Drop virBuildPathInternal()
    394533f69f lib: Replace virBuildPath() with g_build_filename()
    0c5f37364f virDomainMemoryDefValidate: Skip the same device on validation on memory device update
    8eb09a2bb9 qemuMonitorJSONHandleTrayChange: Properly handle if 'devAlias' is missing
    25685ebe7c docs: testtck: Expand the 'Run TCK' section on making use of ci/jobs.sh
    3266cd9f25 docs: testtck: Add a clear note on libvirt + Perl bindings dependency
    0b8309af98 docs: testing: Adjust the docs on how to run container workloads locally
    5fc4c1b1a1 docs: testtck: Improve the documentation on how to get a VM from lcitool
    1c0bf6d00f docs: testtck: Tweak the Avocado command to run TCK test suite
    9f64891590 docs: ci: Update the description on the integration CI GitLab variables
    688776c373 docs: ci-runners: Add a note on a new runner registration process
    bb673117d5 util: vircommand: fix redundant if
    d448eccf69 NEWS: document support for reverting external snapshots
    b5becaea31 capabilities: report full external snapshot support
    819ae888ec qemu_snapshot: correctly load the saved memory state file
    2300e38e18 qemu_snapshot: fix reverting external snapshot when not all disks are included
    2f3e582a1a qemuProcessStartWithMemoryState: make it possible to use without data
    8a88d3e586 qemuProcessStartWithMemoryState: add snapshot argument
    6a88060d32 qemuProcessStartWithMemoryState: allow setting reason for audit log
    6c0f30b37e qemu_saveimage: move qemuSaveImageStartProcess to qemu_process
    df41a1a00f qemu_saveimage: introduce helpers to decompress memory state file
    71163e78b7 qemu_saveimage: extract starting process to qemuSaveImageStartProcess
    c1d8eb579f docs: Fix typos
    081a24d113 Translated using Weblate (Swedish)
    7cbd8c4230 meson: Improve nbdkit configurability
    70f09acda4 qemu: DomainGetGuestVcpusParams: reduce scope of tmp
    f7b7c17dfa virsh: Account for return values in virNodeGetFreePages
    95a53a04a4 test: Fix testNodeGetFreePages
    85e893a836 util: fix success return for virProcessKillPainfullyDelay()
    67e3164ecd systemd: Move Documentation lines
    12003a66d1 systemd: Improve and unify unit descriptions
    deda1a0791 systemd: Add RemoveOnStop=yes to all sockets
    826931e95a systemd: Add Also between sockets
    e248711ca4 systemd: Drop Before=foo.service from sockets
    a475d4f9cf systemd: Drop Before=libvirtd from virtlogd/virtlockd
    2ca96a810e systemd: Augment Requires/Wants with After
    087a619877 systemd: Downgrade read-only/admin sockets to Wants
    e708f4af97 systemd: Replace Requires with BindTo+After for main socket
    f90b9b199e systemd: Make modular daemons conflict with libvirtd
    b5cdfb2e43 systemd: Drop parametrization from libvirtd sockets
    523ebccb6f systemd: Drop @deps@
    3d257c7656 systemd: Drop libvirtd_socket*_in values
    8e4a4e09e7 systemd: Switch virtproxyd to common templates
    0f09223fc5 systemd: Switch virtqemud to common templates
    08287d8869 systemd: Switch virtlxcd to common templates
    c8b11f2724 systemd: Switch virtxend to common templates
    540d5b9691 systemd: Switch virtchd to common templates
    092656811c systemd: Switch virtvzd to common templates
    6453fae2da systemd: Switch virtvboxd to common templates
    e6331394e5 systemd: Switch virtstoraged to common templates
    78f2a26a94 systemd: Switch virtnetworkd to common templates
    22d218d51c systemd: Switch virtsecretd to common templates
    89b12310ae systemd: Switch virtnwfilterd to common templates
    9f2ca1478f systemd: Switch virtinterfaced to common templates
    cae35da54d systemd: Switch virtnodedevd to common templates
    3b73d377af systemd: Use common templates by default
    e86390c9b4 systemd: Introduce common templates
    80ee76218c systemd: Provide all input files explicitly
    d51c2e08a8 systemd: Introduce temporary libvirtd_socket*_in values
    cbe04f1a56 systemd: Make @service_in@ optional
    7e37fe2728 systemd: Introduce service_in/service_out variables
    74c012c35e systemd: Drop Conflicts from virtproxyd sockets
    a319ef0115 gitpublish: Add suppresscc option
    bd011ff818 Post-release version bump to 9.9.0
    9804ded60f Release of libvirt-9.8.0
    e219eb3d5d Translated using Weblate (Korean)
    5c47ac6551 NEWS: Document my contributions for upcoming release
    3355695cb8 NEWS: Fix placement of network metadata entry
    53fe17bb23 qemu: Add VIR_FREE in ADD_BITMAP
    7831011058 Translated using Weblate (Ukrainian)
    8131b3a997 Translated using Weblate (Korean)
    52d1872e65 rpm: Drop with_vz define
    ffff04725c docs: Go bindings release at the same time as the C library
    dd403f8873 news: document nbdkit support for network disks
    6332ab2c07 news: document support for vdpa block devices
    d77cc21d4b systemd: Drop unnecessary uses of @sockprefix@
    1f78e9f910 systemd: Make @sockprefix@ optional
    6ed0cc1711 systemd: Drop unnecessary uses of @sockets@
    18a1b25c22 systemd: Only set @sockmode@ once
    e9d4dc9512 systemd: Rename @mode@ -> @sockmode@
    6922526dbb systemd: Rename socket_in_def -> socket_in_default
    48d7b77ecf systemd: Set @name@ for virtlogd/virtlockd
    934e298ee6 systemd: Set Type=notify for virtlogd/virtlockd
    ec51404924 systemd: Add missing Service for virtlogd/virtlockd
    06f12fd041 systemd: Add missing WantedBy for virtlogd/virtlockd
    4499eea524 systemd: Add missing Also for admin socket
    5e0cc6979e Update translation files
    c5ece7c4ba po: Refresh potfile for v9.8.0
    51a074e74c util: Fix error return for virProcessKillPainfullyDelay()
    57d084febe libxl: Fix connection to modular network daemon
    2ca94317ac interface: fix udev_device_get_sysattr_value return value check
    9783b2b3e5 docs: formatdomain: clarify support of some filesystem options
    a9ac674eda qemu: extend filesystem XML validation
    a1a3361e3c qemu: fix indentation in qemuValidateDomainDeviceDefFS
    3fd64fb0e2 virDomainMemoryDefValidate: Check for overlapping memory devices
    a1d6e18f00 virDomainMemoryDefValidate: Fix VIRTIO_MEM alignment check
    d54b70a7e4 domain_validate: Validate VIRTIO_PMEM address alignment
    1839c5c46e qemu: Improve error message for failed firmware autoselection
    e45240d37f test_driver: Implement virConnectGetDomainCapabilities()
    19484ccac5 virerror: Make virReportEnumRangeError() check for type mismatch
    83cb91ae3c virDomainVideoDefValidate: Use proper type in virReportEnumRangeError()
    57570b741c virNetDevVPortProfileOp8021Qbh: Use proper type in virReportEnumRangeError()
    4af0c1d60e virnetdevvportprofile: Turn virNetDevVPortProfileLinkOp enum into a proper typedef
    ed80ce426e qemu_nbdkit: fix possible null dereference
    b74fd210b3 ci: add libnbd to build
    b37e7b0811 rpm: update spec file for for nbdkit support
    3310b12d52 qemu: implement ssh-agent auth for ssh disks with nbdkit
    1195403c43 schema: add ssh-agent configuration for ssh disks
    68599168ea qemu: implement keyfile auth for ssh disks with nbdkit
    1e2fa6d524 schema: add keyfile configuration for ssh disks
    21b377a31b qemu: implement knownHosts for ssh disks with nbdkit
    e234fd5110 schema: add configuration for host verification of ssh disks
    36f591402f qemu: implement password auth for ssh disks with nbdkit
    cf88b13090 schema: add password configuration for ssh disk
    40935b395c qemu: try to connect to nbdkit early to detect errors
    447e09dfdb qemu: Monitor nbdkit process for exit
    8836f331d7 qemu: Add Taint for nbdkit restart failure
    0993f9f905 qemu: add test for authenticating a https network disk
    e7a9a2ae62 tests: add tests for nbdkit invocation
    f3942eece5 util: make virCommandSetSendBuffer testable
    3361cfd79e qemu: use nbdkit to serve network disks if available
    4f136a5f35 qemu: pass sensitive data to nbdkit via pipe
    545e16fab5 util: secure erase virCommand send buffers
    dfa657aa27 qemu: include nbdkit state in private xml
    d20a6eda44 qemu: split qemuDomainSecretStorageSourcePrepare
    b5b1e5a947 tests: add ability to test various nbdkit capabilities
    e04373794c qemu: log error output from nbdkit
    e498941476 qemu: move qemuProcessReadLog() to qemuLogContext
    b658b1a27e qemu: Extract qemuDomainLogContext into a new file
    abdc4f2092 Generalize qemuDomainLogContextNew()
    8d73929e04 qemu: add functions to start and stop nbdkit
    4a632de2ac qemu: query nbdkit module dir from binary
    1475c8c0d7 qemu: Add qemuNbdkitProcess
    0c00059a72 qemu: use file cache for nbdkit caps
    d0fd04556c qemu: implement persistent file cache for nbdkit caps
    9c0b83a9ed qemu: implement basic virFileCache for nbdkit caps
    b7e7ac14d0 util: Allow virFileCache data to be any GObject
    03afd10cd3 qemu: expand nbdkit capabilities
    6b7e6b73a9 qemu: Add functions for determining nbdkit availability
    7c5a5366ff schema: allow 'ssh' as a protocol for network disks
    417197a38f libxl: Fix Domain-0 ballooning logic
    4096a59e6e ci: jobs.sh: Define and create SCRATCH_DIR for local executions
    a2c3a3e038 ci: jobs.sh: run_integration: Print DAEMONS variable for debugging
    0c9603c858 ci: jobs.sh: integration: Execute commands via 'run_cmd[_quiet]' helpers
    e004458616 ci: jobs.sh: Introduce a quiet version of run_cmd
    a91e6f69f4 ci: jobs.sh: run_integration: Make POSIX-compliant
    a6b85e03d4 ci: jobs.sh: run_integration: Add/Rewrite/Reformat commentaries
    5c9dfa2091 ci: jobs.sh: integration: Use --quiet with virsh
    9847d3eda4 ci: jobs.sh: Drop comment about the need for Avocado 98.0
    b0061e77c8 ci: integration: Drop the 'install-deps' hidden job and reference
    82f4bfc34c ci: integration: Adjust the check for CentOS Stream version
    6e9bd600d7 ci: integration: Extract the integration CI main recipe to jobs.sh
    c222e37264 syntax-check: Drop the shell's 'check for minus' rule
    732c5f4270 src: Avoid needless checks before calling g_strdup()
    65558eb5cb NEWS: Documnet network metadata change event
    e9ffe9ad80 examples: Report network metadata change event
    f7091b0c01 network: Emit Emit network metadata change event
    601a931c46 test_driver: Emit network metadata change event
    faaa9c0065 remote: Implement client side of network netadata change event
    880274aace conf: Add methods to create Metadata change events
    95ee416a75 Define Network Metadata change event
    47230842aa bhyveBuildControllerArgStr: Fill in missing cases to switch() statement
    5bddeb8e37 virDomainDiskSourceNVMeParse: Use virXMLPropULongLong()
    452695926d virStorageNetHostDef: Convert 'transport' field to proper enum type
    2dd6369477 virDomainDeviceInfo: Convert 'type' field to proper enum type
    cc4bb25852 virDomainWatchdogDef: Convert 'action' field to proper enum type
    a6eadf00d2 virDomainWatchdogDef: Convert 'model' field to proper enum type
    b691d249d1 virDomainRNGDef: Convert 'backend' field to proper enum type
    53edfa23f1 virDomainRNGDef: Convert 'model' field to proper enum type
    27a653b893 virDomainControllerDef: Convert 'type' field to proper enum type
    44f0371c8c virDomainHostdevSubsys: Convert 'type' field to proper enum type
    c1afc835b0 virDomainHostdevCaps: Convert 'type' field to proper enum type
    7bdab79e40 virDomainHostdevDef: Convert 'mode' field to proper enum type
    2630d222ab virDomainHostdevSubsysSCSIVHost: Convert 'protocol' field to proper enum type
    d537f203b9 virDomainHostdevSubsysSCSI: Convert 'protocol' field to proper enum type
    f7534c2573 src: Drop needless typecast to virDomainDiskBus
    0041723233 qemu_domain_address: Drop needless typecast to virDomainDiskModel
    75cdb664d0 src: Drop needless typecast to virDomainDeviceType
    3926f1e688 qemu: Drop needless typecast to virDomainFSDriverType
    8435be3923 qemu_domain_address: Drop needless typecast in qemuDomainDeviceCalculatePCIConnectFlags()
    620b8ead8b src: Access hostdev->source.subsys iff VIR_DOMAIN_HOSTDEV_MODE_SUBSYS
    d406caefd1 lxc_controller: Access correct union member in virLXCControllerSetupHostdevCaps()
    f26c0018ba qemuxml2argvtest: Fix tests failing on none x86 host CPUs
    1f85f0967b ci: jobs.sh: Add back '--no-suite syntax-check --print-errorlogs'
    85205784e6 virStorageSourceClear: Clear 'vdpadev' field
    4ef2bcfd3f qemu: Implement support for vDPA block devices
    2efa9ba66a qemu: consider vdpa block devices for memlock limits
    0ebb416d7e qemu: make vdpa connect function more generic
    6cf7dbeff8 qemu: add virtio-blk-vhost-vdpa capability
    1df106cc20 conf: add ability to configure a vdpa block disk device
    78862b67e1 ci: Drop the now unused Makefile
    3bcf326150 ci: helper: Drop the _make_run method
    1e77c9c834 ci: helper: Drop the --meson-args/--ninja-args CLI options
    0f7e2b7468 ci: helper: Drop original actions
    eb41e45630 ci: helper: Add a job argparse subparser
    e4dc7deaaa ci: helper: Add an action to run the container workload via lcitool
    04b9118fe5 ci: helper: Rework _lcitool_run method logic
    4ad2f89244 ci: helper: Add a helper to create a local repo clone Pythonic way
    24319b2cca ci: helper: Add Python code hangling git clones
    05d65767cf ci: helper: Add a required_deps higher order helper/decorator
    a35b4e4e97 ci: helper: Add --lcitool-path CLI option
    f6f930b435 ci: helper: Don't make ':' literal a static part of the image tag
    5f78628fb6 ci: helper: Drop _lcitool_get_targets method
    2471a3b232 .gitlab-ci.yml: Convert the potfile job to the build.sh usage
    7f2adaa3d8 .gitlab-ci.yml: Convert the codestyle job to the build.sh usage
    6283e99edb .gitlab-ci.yml: Convert the website build job to the build.sh usage
    8a2866a4f6 .gitlab-ci.yml: Convert the cross build job to the build.sh usage
    f688a53a3e .gitlab-ci.yml: Convert the native build job to the build.sh usage
    3104dee434 .gitlab-ci.yml: Add 'after_script' stage to prep for artifact collection
    ed7aa04de4 ci: Rename build.sh -> jobs.sh
    5a2f2eb221 ci: build.sh: Drop MESON_ARGS definition from global level
    1460572b66 ci: build.sh: Drop direct invocation of meson/ninja commands
    56b37fe381 ci: build.sh: Drop changing working directory to CI_CONT_DIR
    fe9f788812 ci: build.sh: Add a wrapper function over the 'website' job
    da0a354476 ci: build.sh: Add a wrapper function over the 'rpmbuild' job
    07a8556076 ci: build.sh: Add a wrapper function over the 'potfile' job
    1b5f2d6b09 ci: build.sh: Add a wrapper function over the 'codestyle' job
    8e660c5286 ci: build.sh: Add a wrapper function over the 'test' job
    387553db48 ci: build.sh: Add a helper function to create the dist tarball
    5452ca9b1c ci: build.sh: Add a wrapper function over the 'build' job
    5ee2851481 ci: build.sh: Add a wrapper function over meson's setup
    6214ae55f6 ci: build.sh: Add a wrapper function executing 'shell' commands
    d3c6fb6a28 ci: build.sh: Don't mention that MESON_ARGS are available via CLI
    e61241d7f4 ci: build.sh: Add GIT_ROOT env helper variable
    470596b850 ci: build.sh: Add variables from .gitlab-ci.yml
    ca40725a21 manpage: virsh: Note that 'virsh undefine --remove-all-storage' doesn't remove backing images
    c96b3f5b5d virutil: Check retval of capng_apply()
    3222c9ca67 lxc_container: Check retval of capng_get_caps_process()
    efeaf5589c ch: Fix cloud-hypervisor version processing
    16ad37c119 virnetdevopenvswitch: Propagate OVS error messages
    32613cb695 Translated using Weblate (Korean)
    67c93cfae9 virsh-snapshot: Avoid passing NULL to qsort() in virshSnapshotListCollect()
    bfe53e9145 cpu_map: Add cpu model EPYC Genoa
    1504d677c2 cpu_map: Ignore all vmx-* features in sync_qemu_features_i386.py
    65c5c4db3d rpm: Install client-qemu with main package
    58d9fe7202 qemu: capabilities: Remove 'virQEMUCapsAddCPUDefinitions'
    14106524cc qemuxml2argvtest: Remove cpu model faking for fake-caps tests
    33f27cc978 qemu: capabilities: Unexport 'virQEMUCapsAddMachine'
    6c31cddd58 testutilsqemu: Unexport 'testQemuCapsInit'
    fd1c066de0 testutilsqemu: Drop infrastructure for fake-caps testing
    78ae89b856 qemustatusxml2xmltest: Remove capabilities infrastructure
    378d71ef7e testutilsqemu: Drop fake machine capability data for 'x86_64'
    54257ed51b qemuxml2argvtest: Modernize rest of the test cases
    fd1a18f645 qemuxml2argvtest: Modernize 'cpu-exact' cases
    f1e288f6d4 qemuxml2argvtest: Modernize 'cpu-(no)fallback' test
    36072d873e qemuxml2argvtest: Modernize 'cpu-strict' case
    457b6ee0c8 qemuxml2argvtest: Modernize 'cpu-minimum' cases
    dcad2c05f5 qemuxml2argvtest: Modernize 'cpu-Haswell' test cases
    dbd99066a4 qemuxml2argvtest: Modernize test cases using 'host-model' CPU
    e485f8bd4e qemuxml2argvtest: Consolidate and modernize CPU topology testing
    07e6396c6a qemuxml2argvtest: Modernize migration/restore tests
    035b9bde6a qemuxml2argvtest: Properly modernize 'clock-hpet-off' test case
    da68054702 qemuxml2argvtest: Assume QEMU_CAPS_QXL_VRAM64, QEMU_CAPS_(QXL|VGA)_VGAMEM for fake-caps tests
    84a14d1b76 qemuxml2argvtest: Assume QEMU_CAPS_USB_HOST_HOSTDEVICE and QEMU_CAPS_DEVICE_QEMU_XHCI for fake-caps tests
    c159cecd4c qemuxml2argvtest: Assume QEMU_CAPS_CPU_MIGRATABLE and QEMU_CAPS_SMP_DIES for fake-caps tests
    9e7907e78b qemuxml2argvtest: Assume QEMU_CAPS_DEVICE_PCIE_ROOT_PORT for fake-caps tests
    2516394892 qemuxml2argvtest: Assume QEMU_CAPS_PIIX3_USB_UHCI for all fake-caps tests
    28820bf5c0 qemuxml2argvtest: Consolidate testing of 'xhci' controllers
    136abdc992 qemuxml2argvtest: Improve default usb controller testing
    123f57c947 qemuxml2argvtest: Add tests for auto-added USB controllers
    2b8ccecbc3 qemuxml2argvtest: Consolidate tests for usb controllers
    a771b13e75 qemuxml2argvtest: Enable 'seccomp' sandbox in all fake caps tests
    eb7a6e4877 testutilsqemu: Always populate default ram id, default cpu, ACPI support for fake machines
    911b61299a qemuxml2argvtest: Modernize 'numatune' tests
    37ec346f3f qemuxml2argvtest: Modernize negative testing for hugepages
    ba3ee74987 virQEMUCapsAddCPUDefinitions: Fill in cpu type in data and node it's used only in tests
    42c7636aa3 qemuxml2argvtest: Enable JSON syntax for -device, -object, and -netdev for all fake-caps tests
    34b2b19f00 qemuxml2argvtest: Remove FLAG_SKIP_LEGACY_CPUS
    a1aa8c0e4f qemuxml2argvtest: Use real caps for 'cpu-host-model-nofallback' test case
    c075fa7b08 qemuxml2argvtest: Use real caps for 'cpu-host-model-fallback' test case
    c07f07c92d qemuxml2argvtest: Use proper version in negative 'virtio-options-memballoon-freepage-reporting' case
    42c1abc48d qemuxml2argvtest: Remove fake-caps invocations of tests which also real caps version
    07716fb36f qemuxml2argvtest: Remove duplicated test invocations
    a5531a05d2 qemuxml2argvtest: Simplify invocation of GIC tests
    907a2dfd5c qemuxml2argvtest: Remove old chardev tests
    78fd84c301 qemuxml2argvtest: Add missing versioned test cases for 'cpu-host-model'
    c9f3f578cd qemu_capabilities: Retire QEMU_CAPS_DEVICE_VFIO_PCI
    cbb3adde61 qemu: Always assume support for QEMU_CAPS_DEVICE_VFIO_PCI
    aaec42dbdf qemu: capabilities: Retire QEMU_CAPS_CPU_CACHE
    917cf3e164 qemu: Always assume support for QEMU_CAPS_CPU_CACHE
    3ea514ee30 qemuxml2argvtest: Drop 'monitor-json' case
    35ddb4d78f qemuxml2argvtest: testAddCPUModels: Remove non-x86_64 fake cpu models
    e8cd18a8e8 qemuxml2argvtest: Clean up host CPU if overriden
    748dc3b1d3 qemu: capabilities: Preserve location of the default machine type when stripping aliases for tests
    b816b41a65 qemu: capabilities: Retire QEMU_CAPS_ICH9_DISABLE_S* and QEMU_CAPS_ICH9_DISABLE_S* capabilities
    c225398015 qemu: Always assume support for QEMU_CAPS_PIIX_DISABLE_S* and QEMU_CAPS_ICH9_DISABLE_S*
    5e73c89d22 securityselinuxlabeltest: Convert to testQemuInsertRealCaps
    2dd1b04014 storage_util: Drop getDeviceType()
    abecd6633e ch: Use proper format directive for @i in virCHProcessSetupIOThreads()
    cf05b7fd97 ch: Use int for @niothreads in virCHMonitorGetIOThreads()
    e96db2ae01 ch: Use uint for @maxvcpus in virCHDomainRefreshThreadInfo()
    a3397370e8 fix virCgroupGetMemoryStat arguments order
    e95b81c2fd conf: Generate MAC address instead of keeping all zeroes
    c2e6897e54 build: Fix logic bug determining whether running with optimization
    d9c04cdc34 build: Fix assignment into 'stack_frame_size' when sanitizer is enabled
    b68faa99d9 build: Work around clang's stack size calculation without optimization
    0152aa5673 docs: compiling: Add a note about use of CFLAGS for optimization
    ead76d2ac7 syntax-check: Introduce a rule for one line error messages
    1201299699 tools: Reformat --help output of virsh and virt-admin
    ad8c4d9d6d bhyve: Feed hook scripts with domain XML
    4e73f50b1e docs: Document bhyve hook scripts
    4dffe53c5c docs: Document that libxl hooks are also given full domain XML
    a4935d01cf docs, passt: Clarify some niche passt usage
    42bc76cdb8 build: Decrease maximum stack frame size to 2048
    9e5f2fe402 nss: aiforaf: Decrease stack size by scoping off large buffers
    575e7fe963 nss: aiforaf: Drop unused buffer 'port'
    ad10701e79 nss: aiforaf: Remove unused 'ret' variable
    e861bb23ea nss: aiforaf: Format one argument/variable per line
    6caf51d527 virHostValidateBhyve: Heap allocate massive 'struct kld_file_stat'
    63caa5e71e virHostValidateBhyve: Declare one variable per line
    194c75f458 bhyve: Don't stack-allocate huge error buffers
    8d76c9390e virDomainFeaturesXENDefParse: Use virXMLNodeGetSubelementList
    ee7a005012 virDomainFeaturesKVMDefParse: Use virXMLNodeGetSubelementList
    6d338f2083 virDomainFeaturesCapabilitiesDefParse: Use virXMLNodeGetSubelementList
    03f7e2a0e5 virsh: domain: Refactor XML handling for disk changes
    d0ee4e39bf virNetworkDNSHostDefParseXML: Refactor parsing
    24b769a25b qemu: capabilities: Remove unused 'virQEMUCapsFilterByMachineType'
    d0601b4267 qemu: capabilities: Retire QEMU_CAPS_QUERY_HOTPLUGGABLE_CPUS
    4d82bce836 qemuDomainSupportsVcpuHotplug: Base return value on virQEMUCapsGetMachineHotplugCpus
    51daa85d7c qemuhotplugtest: Remove 'modern' field for cpu hotplug tests
    140ff3c514 tests: qemuhotplugtest: Fix arch-specific parts of 'ppc64' test XMLs
    a8f3d406e3 qemuxml2argvtest: Modernize 'cpu-hotplug-startup' case
    a9e71cb737 qemu: process: Probe machine type data on reconnect to qemu
    e0a5787bff qemu: capabilities: Export functions necessary for probing machine types
    c7a0a0fe11 qemu: Rename qemuDomainSupportsNewVcpuHotplug to qemuDomainSupportsVcpuHotplug
    1612aa4d4a conf, schema: Switch iothread/poll values to unsignedLong
    f9947f75b9 tools: Move error messages onto a single line
    d918ac2977 src: Move error messages onto a single line
    094d1e739d vz: Move error messages onto a single line
    8a21339e63 vmx: Move error messages onto a single line
    9e47d4a657 vmware: Move error messages onto a single line
    b7c3bb0a84 vbox: Move error messages onto a single line
    c34d9cb9ce util: Move error messages onto a single line
    67a89930c0 test: Move error messages onto a single line
    a3b1b2a6aa storage_file: Move error messages onto a single line
    5674fa48d1 storage: Move error messages onto a single line
    e0259b5752 security: Move error messages onto a single line
    cc6fb6e178 rpc: Move error messages onto a single line
    6c67e66c83 remote: Move error messages onto a single line
    895525db81 qemu: Move error messages onto a single line
    ab20f75345 openvz: Move error messages onto a single line
    9b10782bb7 nwfilter: Move error messages onto a single line
    4a09a89c4b node_device: Move error messages onto a single line
    b0daf7fa7c network: Move error messages onto a single line
    8e48b9a313 lxc: Move error messages onto a single line
    2fa5c92b09 locking: Move error messages onto a single line
    e0420aeda5 libxl: Move error messages onto a single line
    0e588509f2 hypervisor: Move error messages onto a single line
    c5235f68d6 esx: Move error messages onto a single line
    37ad746839 cpu: Move error messages onto a single line
    80178428ca conf: Move error messages onto a single line
    bfa322d6ce ch: Move error messages onto a single line
    34f5d89e40 bhyve: Move error messages onto a single line
    371835a2bb Translated using Weblate (Korean)
    8a0319fc7d tests: Remove unused symlink
    8471682c29 NEWS: Announcing Network Metadata APIs
    e2332fe72a ci: lcitool: Add libvirt-tck+runtime deps list
    32d1543ae9 Post-release version bump to 9.8.0
    8cb0572d7a Release of libvirt-9.7.0
    30be60dd76 virsh: Fix net-desc --config output
    0873d63b09 Revert "capabilities: report full external snapshot support"
    aa5895cbc7 rpm: Recommend libvirt-daemon for with_modular_daemons distros
    e7d26c5dcd rpm: Fix typo in daemon name
    d5ea77d7a6 Translated using Weblate (Ukrainian)
    9ee7ad06cb Translated using Weblate (Korean)
    c4d96fdd3c Don't set cur=inf RLIM_NOFILE on macOS
    120724bc6d tools: fix VMSA construction with explicit CPU family/model/stepping
    6b95437c17 tools: fix handling of CPU family/model/stepping in SEV validation
    d40c6cad64 ci: Fix quoting and option name
    b68d253c46 ci: Fix precedence between arguments passed to meson
    3ad1490c8b Update translation files
    848707072a po: Refresh potfile for v9.7.0
    b3715f6e0e NEWS: document support for VFIO variant drivers
    bbfcf18f50 docs: update description of virsh nodedev-detach --driver option
    18705b03c6 qemu: add support for discard_granularity
    96d8ee2cff conf: add support for discard_granularity
    c3934b2b6b docs: Improve documentation of <disk type='dir'>
    08339a34ed qemucapabilitiesdata: Final update of capability test data for qemu-8.1.0 release
    5912de7189 virsh-network: Drop unused variables in cmdNetworkMetadata()
    275d1520a4 Added bridge driver implementation
    9fb5234981 Add Test driver and testcase for Network Metadata change APIs
    472919d90e Add virNetworkObj Get and Set Methods for Metadata
    93d1989a3d virsh exposure of Network Metadata APIs
    7ab9d1ec88 Implementing Remote Protocol for Network Metadata
    5b6d41ccb0 Adding Public Get and Set APIs for Network Metadata
    742c87d453 Add <title> and <description> for Network Objects
    ab26247f46 qemuxml2xmltest: Merge DO_TEST macro into DO_TEST_CAPS_INTERNAL
    42c09b68df qemuxml2xmltest: Modernize rest of 'seclabel-*' tests
    cfb0294344 qemuxml2argvtest: Pass expected state via struct testQemuInfo's 'flags' member
    c2fd8c2b29 qemuxml2xmltest: Use DO_TEST_CAPS_ARCH_LATEST_FULL for arm GIC tests
    1522e7f9b7 qemuxml2xmltest: Rework file name generation in 'testInfoSetPaths'
    7ef2846f9b virschematest: Validate files in 'chxml2xmlin' and 'chxml2xmlout' directories
    27d1f9e404 tests: chxml2xmlin: Fix path format for fake paths
    10e8a518a0 qemu: turn two multiline log messages into single line
    24beaffec3 node_device: support binding other drivers with virNodeDeviceDetachFlags()
    928296b044 util: honor stubDriverName when probing/binding stub driver for a device
    2d9c9445b9 util: probe stub driver from within function that binds to stub driver
    6ce071f609 util: permit existing binding to VFIO variant driver
    222b66974e util: rename virPCIDeviceGetDriverPathAndName
    1bb9617971 util: add stub driver name to virPCIDevice object
    cd2843f546 util: use "stubDriverType" instead of just "stubDriver"
    de71573bfe capabilities: report full external snapshot support
    ec642b1efe capabilities: reword disksnapshot feature to mention creating snapshots
    24310b2b7f qemuValidateDomainVCpuTopology: Remove misconfiguration warning
    a3e19bf75a conf: add virDomainDiskBlockIoCheckABIStability()
    148b7aa7e2 virjsontest: Introduce a test case for an empty array
    f3a7b3e85b virMdevctlList: Don't check for !output
    035d5ed80c node_device_driver: Deduplicate mediated devices listing
    a3f0c3852e nodedevmdevctltest: Introduce a test case for empty mdevctl output
    4e00d7fb04 nodeDeviceParseMdevctlJSON: Accept empty string
    857efc74fe nodedevmdevctltest: Rename mdevctl-list-empty test case
    15ce9e888b src: Detect close_range syscall during virGlobalInit()
    520eb3e15b vircommand: Introduce virCommandMassCloseRange()
    dd2eeaad0b vircommand: Unify mass FD closing
    06d0a66292 virfile: Introduce virCloseFrom()
    d69237caa3 virfile: Introduce virCloseRange()
    6a0b645537 src: Rename some members of _virDomainMemoryDef struct
    7d01b67323 src: Move _virDomainMemoryDef target nodes into an union
    f23a991bea src: Move _virDomainMemoryDef source nodes into an union
    a03b6cedfd qemu_driver: validate mem->model on MEMORY_DEVICE_SIZE_CHANGE event
    29df55e74d conf: Compare memory device address in virDomainMemoryFindByDefInternal()
    10d38f46c7 qemu_hotplug: Don't validate inaccessible fields in qemuDomainChangeMemoryLiveValidateChange()
    0b7af96492 qemu_hotplug: validate address on memory device change
    f9dcf98bbd virt-aa-helper: Set label on VIRTIO_PMEM device too
    109ae46e4a virt-aa-helper: Rework setting virDomainMemoryDef labels
    2aa5c0789c run: add ability to set selinux context
    2bad705ebb qemu: remove pointless qemuDomainLogContextMode
    cb3bc96e67 qemu_snapshot: allow snapshot revert for external snapshots
    88d0e6748d qemu_snapshot: add checks for external snapshot deletion
    daf48171f1 qemu_snapshot: check only once if snapshot is external
    32cf4ed5cd qemu_snapshot: update backing store after deleting external snapshot
    47821b2ff5 qemuDomainGetImageIds: pass domain definition directly
    f879eae3e7 virdomainmomentobjlist: introduce virDomainMomentIsAncestor
    1392be7092 qemu_snapshot: remove revertdisks when creating new snapshot
    a68b849c51 qemu_snapshot: delete: properly update parent snapshot with revert data
    7c402396ec qemu_snapshot: add support to delete external snapshot without block commit
    d84538fbad qemu_snapshot: prepare data for non-active leaf external snapshot deletion
    a3152a506b qemu_snapshot: add merge to external snapshot delete prepare data
    b0876595a3 qemu_snapshot: extract external snapshot delete prepare to function
    443221bbf1 qemu_snapshot: rename qemuSnapshotDeleteExternalPrepare
    8e66473781 qemu_snapshot: introduce external snapshot revert support
    96fa494f88 qemu_snapshot: use VIR_ASYNC_JOB_SNAPSHOT when reverting snapshot
    537f9136b7 qemu_snapshot: move external disk prepare to single function
    a8f3e2f104 qemuSnapshotCreateQcow2Files: use domain definition directly
    9b94a9e8ab qemu_snapshot: introduce qemuSnapshotCreateQcow2Files
    db9e253fc4 qemu_snapshot: use virDomainDiskByName while updating domain def
    4edd9e297a qemu_snapshot: introduce qemuSnapshotDomainDefUpdateDisk
    8f9d96199d virDomainSnapshotAlignDisks: Allow overriding user-configured snapshot default
    206ff69832 snapshot_conf: introduce <revertDisks> metadata element
    a0853c89fe snapshot_conf: use alternate domain definition in virDomainSnapshotDefAssignExternalNames
    824e2a4a98 snapshot_conf: export virDomainSnapshotDiskDefClear
    aba6f2a941 libvirt_private: list virDomainMomentDefPostParse
    a3a6f23c09 qemuxml2xmltest: Modernize all remaining fake capability tests
    dddff1a01c qemuxml2xmltest: Modernize all 'net-' tests
    bbb5666d61 qemuxml2argvtest: Modernize 'net-*'
    c5ee3a0a70 qemuxml2xmltest: Modernize all 'video-*' cases
    0b58c4dbbe qemuxml2argvtest: Moderinze 'video-*' cases
    ba2b2ad1bb qemu: capabilities: Retire unused QEMU_CAPS_DEVICE_IVSHMEM
    dc7ca40a13 qemu: Retire 'ivshmem' device
    b76e4d53c6 qemuxml2(argv|xml)test: Modernize 'shmem' test cases
    3e6b39563b qemuxml2(argv|xml)test: Modernize 'fd-memory*' test cases
    4bc796a82f qemuValidateDomainVCpuTopology: Always validate vcpu count against topology
    67979c7a63 qemuxml2(argv|xml)test: Sanitize testing of default video type on x86_64
    90bb1069c2 qemuxml2(argv|xml)test: Modernize 'graphics-dbus*' tests
    7c13b99108 qemuxml2xmltest: Convert rest of 'DO_TEST_NOCAPS' cases to 'DO_TEST_CAPS_LATEST'
    5789bfae8e qemuxml2xmltest: Use real caps for 'vxhs' disk tests
    c2dfc3b863 virschematest: Improve detection of 'invalid' XMLs
    72a6c2ad9f qemuxml2xmloutdata: Workaround wrong detection of 'disk-cdrom-empty-network-invalid' in virschematest
    f83f864230 qemuxml2xmltest: Modernize all 'DO_TEST_NOCAPS' tests
    22c8efd32b testutilsqemu: Drop fake data for VIR_ARCH_I686
    e1f88be86d qemuxml2argvdata: Convert 'cpu' test cases to use 'x86_64'
    eb380372dc qemuxml2(argv|xml)test: Convert certain tests to DO_TEST_CAPS_LATEST
    2c17de67d0 qemuxml2argvdata: Replace 'qemu-system-i386' by 'qemu-system-x86_64' in most test files
    dbf34acc91 qemuxml2(argv|xml)test: Modernize 'net-many-models' case
    7428fe95c4 qemuxml2argvtest: Drop 'master-key' test case
    120a674f25 ci: lcitool: Maintain project package deps lists here
    07b6189ef4 NEWS: Mention fixes to firmware selection
    7c328b6cf4 tests: Reintroduce firmware-auto-efi-format-mismatch
    48e5fe7af4 tests: Rename firmware-auto-efi-format-loader-qcow2-nvram-path
    10a8997cbb conf: Don't default to raw format for loader/NVRAM
    b845e376a4 qemu: Match NVRAM template extension for new domains
    e96e322725 qemu: Filter firmware based on loader.readonly
    ccbb987707 qemu: Generate NVRAM path in more cases
    4a49114ff4 qemu: Don't overwrite NVRAM template for legacy firmware
    1b3e9c67e3 tests: Include microvm in firmwaretest
    da6b98394b tests: Drop tags from BIOS firmware descriptor
    a97c56888c tests: Update firmware descriptor files
    e930f62a02 tests: Add more tests for firmware selection
    87d91e9e24 tests: Add some more DO_TEST*ABI_UPDATE* macros
    ac76386eda qemu: Fix lookup against stateless/combined pflash
    d917883b30 qemu: Fix return value for qemuFirmwareFillDomainLegacy()
    4ba04107d9 tests: Rename firmware-auto-efi-nvram-path
    8627ec167c tests: Turn abi-update.xml into a symlink
    1773526224 tests: Consistently use /path/to/guest_VARS.fd
    5c129c8e7a tests: Use virt-4.0 machine type for aarch64
    8c326914d8 tests: Switch to firmware autoselection for hvf
    751b0e6dbf tests: Use DO_TEST_CAPS_*_ABI_UPDATE() for ppc64
    a771d7a5da test: qemu: Update qemu-8.1 test data on x86_64
    edfce77ba2 Translated using Weblate (Swedish)
    b07640bb43 qemu_domain: Drop unused variables from qemuDomainChrDefDropDefaultPath()
    8abc979bb0 qemu: Move channelTargetDir into stateDir
    d3759d3674 qemu: Generate shorter channel target paths
    5d8e842a0f Translated using Weblate (Swedish)
    bcc04f39ff ci: Udate FreeBSD-13 image with lcitool manifest
    f199dd50df ci: Introduce a new 'lcitool' data directory
    29ede88aa1 ci: Move Debian-11 workloads to Debian-12
    61360d91a7 ci: Add Debian-12 target
    ca083a49aa Translated using Weblate (Korean)
    9c9848f955 ci: build.sh: Join MESON_ARGS and MESON_OPTS
    6788b2d3cd ci: build.sh: Drop the CI prefix from the CI_{MESON,NINJA}_ARGS vars
    ed1a0a63ce ci: build.sh: Always assume -Dsystem=true
    b845c2fd3b ci: build.sh: Use 'meson setup' explicitly
    d95b6e993f ci: build.sh: Drop the commentary about CI_BUILD_SCRIPT
    1cd25886de gitlab-ci.yml: Use $HOME for rpmbuild's topdir instead of PWD
    99cc3f7aa9 gitlab-ci.yml: Replace all explicit calls to ninja with meson commands
    4e381c3e1d docs: index: Add a quick link to Submitting patches
    6d46808a0e ci: integration: Drop the Fedora 35 check
    85688f475f virsh: doMigrate: Require --copy-storage-(all|inc) with --migrate-disks
    1c2bd205ed virsh: doMigrate: Rework virsh option to migration flag conversion
    ba8ae0532b qemuMigrationSrcBeginPhase: Require storage migration when 'migrate_disks' parameter is specified
    deac6f017e qemuMigrationSrcBeginPhase: Properly report error when non-shared storage migration is requested over tunnel
    fa1a54baa5 virStorageBackendLogicalCheckPool: Properly mark empty logical pools as active
    831b5a6bd6 conf: fix error message
    11b767d110 lxc_container: Increase stack size for lxcContainerChild()
    3d2f3fb72b src: fix max file limits in systemd services
    3a45a4d78c daemon: Treat logging of VIR_ERR_MULTIPLE_INTERFACES same as VIR_ERR_NO_INTERFACE
    2b63b64ad9 virLXCProcessReportStartupLogError: Strip trailing newline from error
    1f8558cf9a virLXCProcessReadLogOutputData: Refill buffer after filtering out noise
    4b57c5fecf virLXCControllerSetupUsernsMap: Modify debug logging for clean startup errors
    1ca3c339a1 lib: Prefer sizeof(variable) instead of sizeof(type) in memset
    4f159d4269 lib: Finish using struct zero initializer manually
    b20a5e9a4d lib: use struct zero initializer instead of memset
    7ce0fbccf1 virnetdaemon.c: Use struct zero initializer instead of memset
    3b95df9eda virnetclient: Update comment about memset()
    3d7faaf712 virnetlink: Drop unused variable from virNetlinkCommand()
    ea5352334a virfirewalld: Drop useless memset() in virFirewallDApplyRule()
    258fc73cf0 remote_driver: Drop explicit memset(&sargs) in remoteAuthSASL()
    5aba198687 qemu: Don't reuse variable in processSerialChangedEvent()
    039b16e41e Decrease scope of some variables
    6b4ce69251 virt-aa-helper: Use struct zero initializer instead of memset
    33b7948983 tools: Fix vshControl declaration and initialization
    a8262cb331 qemu: don't add --mac-addr option to passt commandline
    99349ba18e Revert "qemu_passt: Precreate passt logfile"
    bc9a254dc7 Revert "qemu_passt: Actually use @logfd"
    98216cead9 domain_event: Drop virDomainEventMemoryDeviceSizeChangePtr
    fa048f88ef libvirt-guests: Remove unused variable 'libvirtd'
    b185dce64e Post-release version bump to 9.7.0

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:29:24 +00:00
Xiangyu Chen
cb84780339 criu: add cgroup-lite to RDEPENDS
criu needs cgroup-lite to init the cgroup configurations during system start.

Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:29:24 +00:00
Xiangyu Chen
664e3573d4 lxc: adjust the lxc-test-unpriv running order
Some of lxc test cases can not full clean the system environment, that cause
lxc-test-unpriv cannot execute successfully.

Since those code in lxc are using for tests, so just adjust the cases order.

Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:29:24 +00:00
Xiangyu Chen
e4e2072188 criu: add kernel configuration features
criu needs to turn on sock diag features in kernel to do the system dump[1].

Ref:
[1] https://criu.org/Linux_kernel

Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:29:24 +00:00
Ming Liu
f33765288d podman: add test instructions for podman system service
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:29:24 +00:00
Bruce Ashfield
c113138577 openvswitch: 3.2.1
Bumping ovs to version v3.2.1-42-gb3d094b4f, which comprises the following commits:

    b3d094b4f ovsdb-idl.at: Test IDL behavior during database conversion.
    a1935e962 python: idl: Handle monitor_canceled.
    946d5ef01 vconn: Count vconn_sent regardless of log level.
    7a307b356 backtrace: Fix error in log_backtrace() documentation.
    ab08bffa3 ovsdb: trigger: Do not allow conversion in read-only mode.
    4e74ac6da ovsdb: jsonrpc-server: Fix the DSCP value in default options.
    04fec86f7 jsonrpc: Sort JSON objects while printing debug messages.
    c4d655bc1 tests: ovsdb: Use diff -up format for replay test.
    4279901af ovsdb-server.at: Enbale debug logs in active-backup tests.
    8583cdb99 ovsdb: transaction: Don't try to diff unchanged columns.
    7d9662345 ovsdb: transaction: Avoid diffs for different type references.
    abf5ec410 ovsdb: Fix incorrect sharing of UUID and _version columns.
    a3a05b710 ci: Update the GitHub Ubuntu runner image to Ubuntu 22.04.
    ec1d73016 ovsdb-idl: Preserve change_seqno when deleting rows.
    36022655d system-dpdk: Wait for MTU changes to be applied.
    c1ee47eb6 tunnel: Do not carry source port from a previous tunnel.
    74626ad6b netdev-offload-tc: Fix offload of tunnel key tp_src.
    a49ebed1c ofp-ct: Return error for unknown property in CT flush.
    57916a78a cirrus: Update from FreeBSD 12 to 14.
    349e02766 dpdk: Use DPDK 22.11.3 release for OVS 3.2.
    a52d28b7e ovs-ofctl: Correctly mark the CT flush commands.
    319a97e41 mcast-snooping: Flush flood and report ports when deleting interfaces.
    d7e9117ca mcast-snooping: Test per port explicit flooding.
    0dd10cd80 flake8: Fix E721 check failures.
    c0275d6a1 build-aux: Enable flake8 checks for python extraction scripts.
    bc261b959 build-aux/extract-ofp-msgs: Fix flake8 and syntax errors.
    8e50fc793 build-aux/extract-ofp-fields: Fix flake8 and syntax errors.
    374a7bf63 build-aux/extract-ofp-errors: Fix flake8 and syntax errors.
    0634be942 build-aux/extract-ofp-actions: Fix flake8 and syntax errors.
    e76ecab43 automake: Move build-aux EXTRA_DIST updates to their own file.
    1b0c75320 netdev-offload: Fix Clang's static analyzer 'Division by zero' warnings.
    3919e61a7 ofp-table: Fix count_common_prefix_run() function.
    07e3598da vswitch.xml: Add entry for dpdkvhostuser userspace-tso.
    afc9bad24 vswitch.xml: Add dpdkvhostuser group status.
    dadbcdd83 readthedocs: Use dirhtml builder.
    1cdc76388 tests: Use ping timeout instead of deadline.
    19770fc30 tests/system-traffic: Ensure no name resolution for tcpdump.
    918351807 readthedocs: Add the configuration file.
    f344aa0b5 tc: Improve logging of mismatched actions.
    159e214c3 ofproto-dpif-upcall: Pause revalidators when purging.
    40b55d2e9 db-ctl-base: Fix memory leak of db commands.
    0ebd8cdbf Prepare for 3.2.2.
    cd5dee5b9 Set release date for 3.2.1.
    0f7907a76 netdev-dpdk: Document rx-steering status options.
    99fa50391 netdev-dpdk: Update docs for interface info.
    af98a39f0 netdev-dpdk: Document status options for VF MAC address.
    6cab4c6f9 netdev-offload-dpdk: Fix flushing of a physdev.
    a2c01c797 connmgr: Fix ofconn configuration on vswitchd startup.
    0d0e95cd2 ovsdb: Fix potential leak when making diff of conditions.
    25f11d058 python: idl: Fix last-id update from a monitor reply.
    b5c08719e netlink-conntrack: Fix partial match of entries with SCTP.
    00212562e ofproto-dpif-xlate: Fix recirculation with patch port and controller.
    0638b7b26 ofproto-dpif-xlate: Don't reinstall removed XC_LEARN rule.
    1d78a3f31 netdev-dpdk: Disable net/tap Tx L4 checksum offloads.
    8612f8cce tests/mfex: Don't require python cryptography.
    cf537b2c4 configure: Avoid deprecated AC_PROG_CC_C99 if possible.
    01dd0ab51 tests: Fix time dependency in overlapping flows modification test.
    0df9f974d netdev-dpdk: Clear IP packet type when no offload is requested.
    a4aa20251 python: Use build to generate PEP517 compatible archives.
    a8a31e653 python: Use twine to upload sdist package to pypi.org.
    3b3a7b50f python: Rename build related code to ovs_build_helpers.
    bf27c8b96 dpif-netdev: Fix length calculation of netdet_flow_key.
    74a64ac0a doc: Fix description of max_len for controller action.
    20f464527 docs: Fix rendering of VLAN Comparison Chart.
    da20390c7 fatal-signal: Drop logging of failed dummy backtrace.
    944809833 docs: Run tbl preprocessor in manpage-check rule.
    e2163f2ed docs: Add `nowarn` region option to tables.
    4e6bc7674 tests: Add clang-analyzer-results to gitignore.
    55d01136a ci: Add jobs to test -std=c99 builds.
    6af08f420 tests: Fix order of includes in barrier/id-fpool/mpsc-queue tests.
    4e475523c sflow: Always enable _BSD_SOURCE.
    b40af6194 compiler.h: Don't use asm and typeof with non-GNU compilers.
    e99e98655 Prepare for 3.2.1.
    f8d24583e Set release date for 3.2.0.
    cb7c6775c ovs.tmac: Fix troff warning in versions above groff-1.23.
    958278aa2 connmgr: Count unsent async messages.
    68ff50a9b system-traffic.at: Avoid names veth0/veth1 in SRv6 tests.
    150b0fb00 dpif-netdev: Fix dpif_netdev_flow_put.
    06c08b942 cirrus: Update to FreeBSD 13.2.
    900a68070 ci: Fix OPTS not being passed to OSX builds.
    2fe6a72a7 ovsdb-tool: Fix json leak while showing clustered log.
    303dd0130 ovsdb-server: Fix excessive memory usage on DB open.
    b9f6da302 tests: Add ovsdb execution cases for set size constraints.
    23569e337 ovsdb: relay: Fix handling of XOR updates with size constraints.
    cfd3c5c69 ovsdb: file: Fix diff application to a default column value.
    322f59f1d ovsdb: file: Fix inability to read diffs that violate type size.
    cdd5a0a65 ovs-tcpdump: Clear auto-assigned ipv6 address of mirror port.
    903a281ae ofproto-dpif: Fix removal of renamed datapath ports.
    1e9c40137 netdev-dpdk: Negotiate delivery of per-packet Rx metadata.
    9e0e43d8c ofproto-dpif-upcall: Mirror packets that are modified.
    a08180349 daemon.at: Correctly terminate ovsdb process in a backtrace test.
    59bd372a0 vswitchd: Wait for a bridge exit before replying to exit unixctl.
    f20980a19 Prepare for 3.2.0.
    07ce41da1 netdev-linux: Support 64-bit rates in tc policing.
    68ac6e9db netdev-linux: Refactor nl_msg_put_act_police.
    13e183da3 netdev-linux: Remove tc_matchall_fill_police.
    a86fea06f netdev-linux: Use 64-bit rates in htb tc classes.
    7edfac574 netdev-linux: Use 64bit rtab and burst calculations.
    b8f8fad86 netdev-linux: Use speed as max rate in tc classes.
    6240c0b4c netdev: Add netdev_get_speed() to netdev API.
    1ef3f4f78 AUTHORS: Add Felix Huettner.
    5392f89fe relay: Allow setting probe interval.
    ef4883a8d dpif-netdev: Remove pmd-sleep-max experimental tag.
    bc6a6f82e dpif-netdev: Add pmd-sleep-show command.
    395668a68 pmd.at: Add macro for checking pmd sleep max time and state.
    023dcdc7a dpif-netdev: Rename pmd-maxsleep config option.
    4d55a364f python: Add async DNS support.
    501f665a5 conntrack: Extract l4 information for SCTP.
    62f5aa42a shash, simap, smap: Add assertions to `*_count` functions.
    a5fdc45b8 netdev-dpdk: Fix build with experimental API.
    4829506b2 ofproto-dpif-xlate: Reduce stack usage in recursive xlate functions.
    f3e9d3004 AUTHORS: Add Chandan Somani.
    799f697e5 checkpatch: Print subject field if misspelled or missing.
    9a50170a8 checkpatch: Add suggestions to the spell checker.
    d25c6bd8d checkpatch: Reorganize flagged words using a list.
    f770b8c13 AUTHORS: Add James Raphael Tiovalen.
    b2d45921a ovs-vsctl: Fix crash when routing is enabled.
    e769387b4 file, monitor: Add null pointer assertions for old and new ovsdb_rows.
    e71f1a2da ovsdb: Assert and check return values of `ovsdb_table_schema_get_column`.
    00782baac AUTHORS: Add Sayali Naval.
    8e073791d bridge: Fix unexpected values for IPFIX enable-input/output-sampling.
    fc06ea9a1 netdev-dpdk: Add custom rx-steering configuration.
    a5669fd51 netdev-dpdk: Drop TSO in case of conflicting virtio features.
    b4c7009c2 system-offloads-traffic.at: Add vxlan gbp offload test.
    7f04588d7 netdev-tc-offloads: Probe for allowing vxlan gbp support.
    a2a3f1983 tc: Add vxlan encap action with gbp option offload.
    256c1e581 tc: Pass encap entirely to nl_msg_put_act_tunnel_key_set.
    a4332b5e6 tc: Add vxlan gbp option flower match offload.
    c39d7d06f netlink: Add new function to add NLA_F_NESTED to nested netlink messages.
    31baa7781 odp-util: Extract vxlan gbp option encoding to a function.
    8c3d5488d odp-util: Extract vxlan gbp option decoding to a function.
    affb9b818 tc: Pass tunnel entirely to tunnel option parse and put functions.
    c2433bdfc dpif-netdev: Lockless meters.
    2ece9c9ac ovsdb: raft: Fix RAFT paper link.
    9b4d2ad8e conntrack: Allow to dump userspace conntrack expectations.
    34ace16cb tests: Add macro to common file.
    d56932aac checkpatch: Ignore yml files when checking line lengths.
    903294cde dpif: Add coverage counters for dpif_operate() failures.
    c91867030 MAINTAINERS: Add Eelco Chaudron.
    07f6d6a0c Add editorconfig file.
    3337e6d91 userspace: Enable L4 checksum offloading by default.
    5d11c47d3 userspace: Enable IP checksum offloading by default.
    4433cc686 dpif-netdev: Show netdev offloading flags.
    22df63c38 Documentation: Document netdev offload.
    e3ba0be48 seq: Make read of the current value atomic.
    04f854f93 fatal-signal: Don't share signal fds/handles with forked process.
    469e98e16 ovsdb: monitor: Destroy initial change set when new columns added.
    759a29dc2 backtrace: Extend the backtrace functionality.
    474a179af cpu: Fix cpuid check for some AMD processors.
    106ef2186 tc: Fix crash on malformed reply from kernel.
    64cdc290e appveyor: Silence the git clone of pthreads4w.
    8bcc6d694 netdev-dpdk: Fix warning with gcc 13.
    359cabbd6 netdev-offload: Fix some typos.
    ef1da757f ovsdb: condition: Process condition changes incrementally.
    d56366bfa tests: Check ovsdb-server logs in OVSDB tests.
    1335af2f5 MAINTAINERS.rst: Move several people to emeritus status
    e3d0e84ed utilities/bashcomp: Fix PS1 generation on new bash.
    c3e410a03 netdev-offload-dpdk: Fix crash in debug log.
    9dad8dfd1 netdev-dpdk: Check rx/tx descriptor sizes for device.
    0af352b6d netdev-dpdk: Remove requested descriptors from get_config.
    59c908410 ofproto-dpif-upcall: Don't set statistics to 0 when they jump back.
    0826de990 stream-ssl: Disable alerts on unexpected EOF.
    d51a4ef0a tests: layer3-tunnels: Skip bareudp tests if not supported by kernel.
    68d6d2777 AUTHORS: Add yangchang.
    263fcdfdb ovs-fields: Modify the width of tpa and spa.
    701c2dbfb userspace: Add new option srv6_flowlabel in SRv6 tunnel.
    f328fd489 netdev-native-tnl: Add ipv6_label param in netdev_tnl_ip_build_header.
    eb8c19eba netdev-native-tnl: Add ipv6_label param in netdev_tnl_push_ip_header.
    ce8828a37 netdev-vport: RCU-fy tunnel config.
    0c4b299eb smap: Make argument of smap_add_ipv6 constant.
    be6f096fb netdev-vport: Fix unsafe handling of GRE sequence number.
    8045c0f8d tests: dpdk: Pass `--no-pci` to tests that do not use physical ports.
    5cb543bc5 MAINTAINERS.rst: Make myself an active maintainer
    965c2955e test-stream: Add ssl tests for stream open block.
    f3f3be682 tests-ovsdb: Switch OVSDB_START_IDLTEST to macro.
    64e4cca5c AUTHORS: Add Zhiqi Chen.
    ffb8b743b dpctl: Fix dereferencing null pointer in parse_ct_limit_zones().
    cd608cf96 netdev-offload: Fix deadlock/recursive use of the netdev_hmap_rwlock rwlock.
    14773af4b ofproto-dpif-xlate: Fix use-after-free when xlate_actions().
    1a1b3106d ci: Separate DPDK from OVS build.
    46240314a ovsdb-idl.at: Fix write-changed-only tests without change tracking.
    77d822898 tc: Fix cleaning chains.
    572e89f41 AUTHORS: Add Stefan, Luca and Max.
    b456b1a02 python-stream: Handle SSL error in do_handshake.
    c3559dffc dpif-netlink: Fix memory leak dpif_netlink_open().
    8d59ab31d ofp-parse: Check ranges on string to uint32_t conversion.
    3fa0fc582 util: Fix an issue that thread name cannot be set.
    36c8c101c doc: Fix the list of supported tunnels in README.
    70ba6e97d learning-switch: Fix coredump of OpenFlow15 learning-switch.
    07c27226e ovsdb: Monitor: Keep and maintain the initial change set.
    172c935ed ovsdb: Avoid converting database twice on an initiator.
    08449bb47 ovsdb: Perform conversion with no data for clustered databases.
    4d6cdd8e0 ovsdb: Allow conversion records with no data in a clustered storage.
    a73b0206b ovsdb: Check for ephemeral columns before writing a new schema.
    5575539f6 ovsdb-tool: Fix cluster-to-standalone for DB conversion records.
    d70688a72 system-offloads-traffic: Fix tc ingress pps check for meter offload.
    9fa612959 ovs-dpctl: Add new command dpctl/ct-[sg]et-sweep-interval.
    75eae6560 github: Test building Fedora RPMs.
    7864b380d AUTHORS: Add Songtao Zhan.
    8cba7a76d ovs-tcpdump: Stdout is shutdown before ovs-tcpdump exit.
    9d840923d ofproto-dpif-xlate: Always mask ip proto field.
    e41bdb176 conntrack-tp: Fix clang warning.
    b53547668 AUTHORS: Add Faicker Mo.
    f9507c1ea netdev-offload-tc: Del ufid mapping if device not exist.
    daeab9548 db-ctl-base: Partially revert b8bf410a5.
    0f34ecbd5 vswitch.xml: Add description of SRv6 tunnel and related options.
    306583b56 netdev-tc-offloads: Fix misaligned 8 byte read.
    7381fd440 odp: Add SRv6 tunnel actions.
    03fc1ad78 userspace: Add SRv6 tunnel support.
    349112f97 flow: Support rt_hdr in parse_ipv6_ext_hdrs().
    57b9fc50d tnl-ports: Support multiple nw_protos.
    0db74e0eb tests: Define new ADD_VETH_NS macro.
    b354cee2e ovs-thread: Fix cpus not read for the first 10s.
    79f936744 dpif-netlink: Always create at least 1 handler.
    d53ee36aa netdev-offload-tc: Fix parse_tc_flower_to_actions() reporting errors.
    b3935cf90 tests/mfex: Retain support for cryptography pre-v37.
    07cf5810d dpdk: Allow retaining CAP_SYS_RAWIO privileges.
    e90a0727f vswitch: Add missing documentation for "ct_flush" capability.
    ebe98c587 dpctl: Fix flush-conntrack with datapath as argument.
    a4cd2afea ofproto-dpif-upcall: Remove redundant time_msec() in revalidate().
    29720e378 ofproto-dpif-upcall: Wait for valid hw flow stats before applying min-revalidate-pps.
    51778134d system-traffic: Fix conntrack test cases which are failing with af_xdp.
    49e534cd3 route-table: Retrieving the preferred source address from Netlink.
    b801f1aa0 ovs-router: Introduce src option in ovs/route/add command.
    01acf09f7 ofproto: Fix man page for tunnel related commands.
    915f084b9 ovs-router: Cleanup parser for ovs/route/add command.
    de6589799 netdev-dummy: Support multiple IP addresses.
    f65d1951d AUTHORS: Add Fangrui Song.
    71ca8393b treewide: Remove uses of ATOMIC_VAR_INIT.
    e3c821f8c netdev-windows: Add checking when creating netdev with system type on Windows
    bfc0d5da3 ofproto-dpif-upcall: Include hardware offloaded flows in total flows.
    4d69c1900 ofproto-dpif-upcall: Reset ukey's last stats value if the datapath changed.
    489553b1c classifier: Fix missing masks on a final stage with ports trie.
    8bd688063 system-traffic.at: Add icmp error tests while dnatting address and port.
    5f0fdf5e2 test: Move check for tc ingress pps support to test script.
    f1f278f5e ipfix: Make template and stats interval configurable.
    b5313a8ce ofproto: Fix re-creation of tunnel backing interfaces on restart.
    cf288fdfe AUTHORS: Add Liang Mancang and Viacheslav Galaktionov.
    c156f9bc5 ofproto: Include flow cookies in bridge/dump-flows output.
    b0d9a1efc conntrack: Fix conntrack_clean may access the same exp_list each time.
    71e5669af ovs-actions: Correct typo in ovs-actions man page.
    2b1c70656 ofproto-ipfix: Use per-domain template timeouts.
    564dc0f2c MAINTAINERS: Move myself to emeritus status.
    481e3fa69 AUTHORS: Add Miika Petäjäniemi.
    a6195e2c4 netdev-linux: Add jitter parameter to the netem qos options.
    f3c6cb907 AUTHORS: Add Vladislav Odintsov.
    4f27d5a02 utilities: Add support to set umask in ovs-ctl.
    1f47d7399 Set release date for 3.1.0.
    cd1cf6a24 test: Remove duplicate test from system-offloads-traffic.at.
    6c24851f4 ofproto-dpif-upcall: Use last known stats ukey stats on revalidate missed dp flows.
    0a7587034 conntrack: Properly unNAT inner header of related traffic.
    fc3d5e1da sparse: Fix build with DPDK and GCC 12.
    5f219af8b ovsdb-server: Fix handling of DNS name for listener configuration.
    7bb0c33d7 tests: Comment currently failing TC system-traffic tests.
    594d1fee5 tests: Fix reading of OpenFlow byte counters in GRE test cases.
    a08a589ce netdev-offload-tc: If the flow has not been used, report it as such.
    d57299fc6 odp-util: Make odp_flow_key_from_flow__ nlattr order the same as the kernel.
    25b6f5585 test: Fix 'conntrack - Multiple ICMP traverse' for tc case.
    3655ddb4f test: Tc does not support conntrack timeout, skip the related test.
    b292cce2f netdev-offload-tc: Conntrack ALGs are not supported with tc.
    7a176f963 test: Flush datapath when changing rules on the fly.
    564d09ef5 netdev-offload-tc: Fix tc conntrack force commit support.
    320928710 test: Do not use MPLS implicit null label in test cases.
    f68e757ef tests: Include working system-traffic tests into the system-offloads-testsuite.
    5dfc8309d ofproto-dpif-upcall: New ukey needs to take the old ukey's dump seq.
    e85e8a754 hash: Avoid 64bit crc intrinsics on 32bit aligned data.
    4339e7b19 dp-packet: Allocate on cacheline boundary with DPDK.
    531c17023 netdev-dummy: Allocate dummy_packet_stream on cacheline boundary.
    b1f58f507 netdev-offload-tc: Preserve tc statistics when flow gets modified.
    d6501c660 sparse: Fix numa.h for libnuma >= 2.0.13.
    4fd2d46c0 AUTHORS: Add wangchuanlei.
    e22e1f672 dpctl: Add support to count upcall packets.
    e1e5eac5b tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().
    3f85b11d5 system-offloads-traffic: Skip tests if nc is not present.
    6e5661d17 system-traffic: Remove unnecessary dependency on nc.
    9117f4d54 netdev-offload-tc: Fix misaligned access to ct label.
    3beff0a6b dpif-netdev-perf: Add metric averages when no iterations.
    7db18054f dpif-netdev-perf: Remove not a number stat value.
    4f0a728a5 system-traffic.at: Skip the 'ICMP6 Related' test if nc is missing.
    6ad35dd80 utilities: Add revalidator measurement script and needed USDT probes.
    c3ed0bf34 tests/mfex: Silence Blowfish/CAST5 deprecation warnings.
    e5b3cb999 revalidator: Allow min-revalidator-pps to be 0.
    ebaee4462 netdev-dpdk: Free mbufs in bulk.
    b7f540129 ovsdb: Don't convert unchanged columns during database conversion.
    e0e4266a9 ovsdb-types: Add functions to compare types for equality.
    948767a18 dpif-netdev: Set PMD load based sleep start/inc to 1 us.
    f62629a55 dpif-netdev: Set timer slack for PMD threads.
    e24b68fa7 netdev-dpdk: Fix deadlock due to virtqueue stats retrieval.
    7402dae8f ovsdb: Fix database statistics during the database replacement.
    b02356ebb Prepare for post-3.1.0 (3.1.90).

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-19 14:29:24 +00:00
Bruce Ashfield
fb67ee2b7a kernel: drop 6.5 support
6.6 will be the default in oe-core and 6.5 removed, so we
follow with our support

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
c56d8448e6 kernel: add v6.6 support
Adding support for the 6.6 kernel series as testing has been
completed against linux-yocto v6.6/*

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Ming Liu
8891c1e02c docker-compose: introduce pkgconfig docker-plugin
This allows docker-compose choose to be built as a docker plugin or a
standalone binary, in the later case, docker-compose does not have to
rdepends on docker, so nother container tools like podman can also use
it.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
33a48549d6 cloud-init: update to 23.4.1
Bumping cloud-init to version 23.4.1, which comprises the following commits:

    2c452ebfb Release 23.4.1
    af28f4bb7 fix: Handle systemctl commands when dbus not ready (#4681)
    6e04a2c54 Release 23.4
    90825eb30 tests: datasourcenone use client.restart to block until done (#4635)
    a84d7884f tests: increase number of retries across reboot to 90 (#4651)
    efb97f45a fix: Add schema for merge types (#4648)
    fe144a58e feat: Allow aliyun ds to fetch data in init-local (#4590)
    30761d528 azure: report failure to eject as error instead of debug (#4643)
    10281c815 bug(schema): write network-config if instance dir present (#4635)
    e4d178f20 test: fix schema fuzzing test (#4639)
    191b5fe88 Update build-on-openbsd dependencies (#4644)
    cd35cadc5 fix(test): Fix expected log for ipv6-only ephemeral network (#4641)
    16ad372ca refactor: Remove metaclass from network_state.py (#4638)
    05f039c9c schema: non-root fallback to default paths on perm errors (# 4631)
    2fb656fd9 fix: Don't loosen the permissions of the log file (#4628)
    86a6973cd Revert "logging: keep current file mode of log file if its stricter than the new mode (#4250)"
    26ad42d22 ephemeral: Handle link up failure for both ipv4 and ipv6  (#4547)
    fddde8124 fix(main): Don't call logging too early (#4595)
    f5b0bad10 fix: Remove Ubuntu-specific kernel naming convention assertion (#4617)
    00b4967a2 fix(log): Do not implement handleError with a self parameter (#4617)
    798f8ee0c fix(log): Don't try to reuse stderr logger (#4617)
    2a815c779 feat: Standardize logging output to stderr (#4617)
    00ec7ab42 chore: Sever unmaintained TODO.rst (#4625)
    ce48aadd6 test: Skip failing tests
    44bf4ce99 distros: Add suse
    074541b41 test: Add default hello package version (#4614)
    ddafa5d83 fix(net): Improve DHCPv4 SUSE code, add test
    7c4d05ab3 net: Fix DHCPv4 not enabled on SUSE in some cases
    424bacc71 fix(schema): Warn if missing dependency (#4616)
    0c9fd4e77 fix(cli): main source cloud_config for schema validation (#4562)
    88ff75795 feat(schema): annotation path for invalid top-level keys (#4562)
    cce2e48d7 feat(schema): top-level additionalProperties: false (#4562)
    498a7bb55 test: ensure top-level properties tests will pass (#4562)
    0449fe249 fix(schema): Add missing schema definitions (#4562)
    e92f3f42d test: Fix snap tests (#4562)
    be8ed188f azure: Check for stale pps data from IMDS (#4596)
    9c6bbc327 test: Undo dhcp6 integration test changes (#4612)
    5496745b3 azure: update diagnostic from warning level to debug
    047d51202 azure/imds: remove limit for connection errors if route present (#4604)
    0b90fbf5b [enhancement]: Add shellcheck to CI (#4488)
    8c275a1f7 chore: add conventional commits template (#4593)
    29ed5f5b6 Revert "net: allow dhcp6 configuration from generate_fallback_configuration()" (#4607)
    745fbf6d1 azure: workaround to disable reporting IMDS failures on Azure Stack
    9def422ee cc_apt_pipelining: Update docs, deprecate options (#4571)
    3f5153871 test: add gh workflows on push to main, update status badges (#4597)
    87b89014e util: Remove function abs_join() (#4587)
    4182851c1 url_helper: Remove unused function retry_on_url_exc() (#4587)
    a11bde5a8 cc_resizefs: Add bcachefs resize support (#4594)
    0cb0b80fa integration_tests: Support non-Ubuntu distros (#4586)
    86d27724a fix(cmdline): fix cmdline parsing with MAC containing cc:
    bf177fa13 azure/errors: include http code in reason for IMDS failure
    ee1e71b77 tests: cloud-init schema --system does not return exit code 2
    37175dd45 github: allow pull request to specify desired rebase and merge
    c756b8eb7 tests: fix integration test expectations of exit 2 on schema warning
    d78ff3780 tests: fix schema test expected cli output Valid schema <type>
    d9436adae fix(schema cli): check raw userdata when processed cloud-config empty
    d1be23b09 azure: report failure to host if ephemeral DHCP secondary NIC (#4558)
    74e3e76ba man: Document cloud-init error codes (#4500)
    70acb7f2a Add support for cloud-init "degraded" state (#4500)
    7f5caeafa status.json: Don't override detail key with error condition (#4500)
    40b54bfef status: Remove duplicated data (#4500)
    fa065e0c7 refactor: Rename exported_errors in status.json (#4500)
    d62c00ebe test: Remove stale status.json value (#4500)
    a6f858b28 tools/render-template: Make yaml loading opt-in, fix setup.py (#4564)
    92fe106eb Add summit digest/trip report to docs (#4561)
    a78e11102 doc: Fix incorrect statement about `cloud-init analyze`
    76972b4a3 azure/imds: ensure new errors are logged immediately when retrying (#4468)
    c1272f324 Clarify boothook docs (#4543)
    1ab5f9baf boothook: allow stdout/stderr to emit to cloud-init-output.log
    7be024562 summit-notes: add 2023 notes for reference in mailinglist/discourse
    5012d77bd fix: added mock to stop leaking journalctl that slows down unit test (#4556)
    99b6f6443 tests: maas test for DataSourceMAASLocal get_data
    7c1f2c26d maas tests: avoid using CiTest case and prefer pytest.tmpdir fixture
    5df30894a MAAS: Add datasource to init-local timeframe
    ff377cfef Ensure all tests passed and/or are skipped
    b2ee332e1 Support QEMU in integration tests
    7f3c2c684 fix(read-dependencies): handle version specifiers containing [~!]
    6326af40d test: unpin pytest
    db0fd2dda schema: network-config optional network key. route uses oneOf (#4482)
    bbd01621d schema: add cloud_init_deepest_matches for best error message (#4482)
    ee86a37fe network: warn invalid cfg add /run/cloud-init/network-config  (#4482)
    ff3beb3fd schema: add network-config support to schema subcommand (#4482)
    40a0120ff Update version number and merge ChangeLog from 23.3.3 into main (#4553)
    afc75849b azure: check for primary interface when performing DHCP (#4465)
    14b76c444 Fix hypothesis failure
    9a401b4a2 subp: add a log when skipping a file for execution for lack of exe permission (#4506)
    7377c7774 azure/imds: refactor max_connection_errors definition (#4467)
    c541a3aea chore: fix PR template rendering (#4526)
    2ab1f3404 fix(cc_apt_configure): avoid unneeded call to apt-install (#4519)
    b2f8683c0 comment difference between sysconfig and NetworkManager renderer (#4517)
    8114ce21c Set Debian's default locale to be c.UTF-8 (#4503)
    422018c94 Convert test_debian.py to pytest (#4503)
    4edc5c357 doc: fix cloudstack link
    b73950eda doc: fix development/contributing.html references
    e6f3484b9 doc: hide duplicated links
    d0f00bd54 Revert "ds-identify/CloudStack: $DS_MAYBE if vm running on vmware/xen (#4281)" (#4511)
    2cf2aa20d Fix the missing mcopy argument
    c84369ac4 tests: Add logging fix (#4499)
    a0f53bd12 Update upgrade test to account for dhcp6
    0cf010e6c Remove logging of PPID path (#4502)
    928b7e37f Make Python 3.12 CI test non-experimental (#4498)
    de5fc365f ds-identify: exit 2 on disabled state from marker or cmdline (#4399)
    2ba7946eb cloud-init-generator: Various performance optimizations (#4399)
    ec7dde804 systemd: Standardize cloud-init systemd enablement (#4399)
    5368ef3f8 benchmark: benchmark cloud-init-generator independent of ds-identify (#4399)
    c5cd17d71 tests/integration_tests: add cloud-init disablement coverage (#4399)
    2244a9838 doc: Describe disabling cloud-init using an environment variable (#4399)
    36b7f48d7 fix: cloud-init status --wait broken with KERNEL_CMDLINE (#4399)
    d113ed6ef azure/imds: retry on 429 errors for reprovisiondata (#4470)
    f780cf9ca cmd: Don't write json status files for non-boot stages (#4478)
    9fde06955 ds-identify: Allow disable service and override environment (#4485)
    3267098e8 Update DataSourceNWCS.py (#4496)
    5c46995b7 Add r00ta to CLA signers file
    b1e659c74 Fix override of systemd_locale_conf in rhel
    46fb87ec8 ci(linkcheck): minor fixes (#4495)
    4dcd72a8d integration test fix for deb822 URI format (#4492)
    33d1f0a1a test: use a mantic-compatible tz in t/i/m/test_combined.py (#4494)
    abbcfc00f ua: shift CLI command from ua to pro for all interactions
    5f57c861b pro: avoid double-dash when enabling inviddual services on CLI
    518047aea net: allow dhcp6 configuration from generate_fallback_configuration() (#4474)
    2a730844e tests: apt re.search to match alternative ordering of installed pkgs
    527839d46 apt: doc apt_pkg performance improvement over subp apt-config dump
    271ec8b3e Tidy up contributing docs (#4469)
    3d629fc92 [enhancement]: Automatically linkcheck in CI (#4479)
    6ed6b69ee Revert allowing pro service warnings (#4483)
    d0312faa9 Export warning logs to status.json (#4455)
    376af8e3e Fix regression in package installation (#4466)
    893b89a97 schema: cloud-init schema in early boot or in dev environ (#4448)
    4bea707dd schema: annotation of nested dicts lists in schema marks (#4448)
    506e70fa1 feat(apport): collect ubuntu-pro logs if ubuntu-advantage.log present (#4443)
    494bb1ae8 apt_configure: add deb822 support for default sources file (#4437)
    d9cdc2980 net: remove the word "on instance boot" from cloud-init generated config (#4457)
    c1f6f59e9 style: Make cloudinit.log functions use snake case (#4449)
    ae9f3bf83 Don't recommend using cloud-init as a library (#4459)
    3a031a75e vmware: Fall back to vmtoolsd if vmware-rpctool errs (#4444)
    dfe6170c2 azure: add option to enable/disable secondary ip config (#4432)
    226ba2582 Allow installing snaps via package_update_upgrade_install module (#4202)
    55c13f5cf docs: Add cloud-init overview/introduction (#4440)
    015543d30 apt: install software-properties-common when absent but needed (#4441)
    d18c9cc0b sources/Azure: Ignore system volume information folder while scanning for files in the ntfs resource disk (#4446)
    a3b9a1eff refactor: Remove unnecessary __main__.py file
    e8ea89de8 style: Drop vi format comments
    107aa74ac cloudinit.log: Use more appropriate exception (#4435)
    de472d050 cloudinit.log: Don't configure NullHandler (#4435)
    6bbbfbbb0 Simplify root logger configuration (#4435)
    b0326156b cloudinit.log: Remove unnecessary module function and variables (#4435)
    40bfa351c cloudinit.log: Remove unused getLogger wrapper (#4435)
    0044c8351 cloudinit.log: Standardize use of cloudinit's logging module (#4435)
    461f2610d Remove unnecessary logging wrapper in Cloud class (#4435)
    67bb6aa31 integration test: allow pro service warnings (#4447)
    5be5f587b integration tests: fix mount indentation (#4445)
    86185638c sources/Azure: fix for conflicting reports to platform (#4434)
    e9224e578 docs: link the cloud-config validation service (#4442)
    13938f749 Fix pip-managed ansible on pip < 23.0.1 (#4403)
    e9cdd7e39 Install gnupg if gpg not found (#4431)
    97e09dfea Add "phsm" as contributor (#4429)
    349ca1e10 cc_ubuntu_advantage: do not rely on uaclient.messages module (#4397)
    461e08049 tools/ds-identify: match Azure datasource's ds_detect() behavior (#4430)
    5023e9f9c Refactor test_apt_source_v1.py to use pytest (#4427)
    76b7b3814 sources: do not override datasource detection if None is in list (#4426)
    be7f64d76 feat: check for create_hostname_file key before writing /etc/hostname (SC-1588) (#4330)
    0d9f149a3 Pytestify apt config test modules (#4424)
    efcd006b5 upstream gentoo patch (#4422)
    937e84c4d Work around no instance ip (#4419)
    436e6717b Fix typing issues in subp module (#4401)
    fd214a124 net: fix ipv6_dhcpv6_stateful/stateless/slaac configuration for rhel (#4395)
    80e460835 Release 23.3.1
    f6bb55302 apt: kill dirmngr/gpg-agent without gpgconf dependency
    b79dacd8f integration tests: fix mount indentation (#4405)
    816e05d48 Use grep for faster parsing of cloud config in ds-identify (#4327)
    b826731ba doc: fix instructions on how to disable cloud-init from kernel command line (#4406)
    dec3b65e4 doc/vmware: Update contents relevant to disable_vmware_customization
    40c9fe4f6 Bring back flake8 for python 3.6 (#4394)
    60b50dd4f integration tests: Fix cgroup parsing (#4402)
    10ce8ad56 summary: Update template parameter descriptions in docs
    dc7c48b9b Log PPID for better debugging (#4398)
    8761fe8c5 integration tests: don't clean when KEEP_* flags true (#4400)
    06a678856 clean: add a new option to clean generated config files
    72949eede pep-594: drop deprecated pipes module import
    3b5883575 Release 23.3 (#4388)
    ac3c9d7c8 Bump pycloudlib to 1!5.1.0 for ec2 mantic daily image support (#4390)
    b06f6f5fb Fix cc_keyboard in mantic
    980f69003 ec2: initialize get_instance_userdata return value to bytes (#4387)
    b05517fbc cc_users_groups: Add doas/opendoas support (#4363)
    b417b2181 Fix pip-managed ansible
    f7a2c48f2 status: treat SubState=running and MainPID=0 as service exited
    b669f31c3 azure/imds: increase read-timeout to 30s (#4372)
    9436569e2 collect-logs fix memory usage (SC-1590) (#4289)
    327759039 cc_mounts: Use fallocate to create swapfile on btrfs (#4369)
    3473bba3f Undocument nocloud-net (#4318)
    440465a38 feat(akamai): add akamai to settings.py and apport.py (#4370)
    7263cb489 read-version: fallback to get_version when git describe fails (#4366)
    842d04524 apt: fix cloud-init status --wait blocking on systemd v 253 (#4364)
    f69a6f3b3 integration tests: Pass username to pycloudlib (#4324)
    90b015972 Bump pycloudlib to 1!5.1.0 (#4353)
    cda82fe4c cloud.cfg.tmpl: reorganise, minimise/reduce duplication (#4272)
    4f09548b4 analyze: fix (unexpected) timestamp parsing (#4347)
    1e1624ff8 cc_growpart: fix tests to run on FreeBSD (#4351)
    0c17a341b subp: Fix spurious test failure on FreeBSD (#4355)
    10d6f303b cmd/clean: fix tests on non-Linux platforms (#4352)
    8a70dbc49 util: Fix get_proc_ppid() on non-Linux systems (#4348)
    0cfc5c613 cc_wireguard: make tests pass on FreeBSD (#4346)
    37c2a66be unittests: fix breakage in test_read_cfg_paths_fetches_cached_datasource (#4328)
    b90a0a8e8 Fix test_tools.py collection (#4315)
    8d9da9024 cc_keyboard: add Alpine support (#4278)
    b1f4a27b7 Flake8 fixes (#4340)
    11a4fd1f8 cc_mounts: Fix swapfile not working on btrfs (#4319)
    7949bb3de ds-identify/CloudStack: $DS_MAYBE if vm running on vmware/xen (#4281)
    658837389 ec2: Support double encoded userdata (#4276)
    9cc3b8f54 cc_mounts: xfs is a Linux only FS (#4334)
    4a37eaaa5 tests/net: fix TestGetInterfaces' mock coverage for get_master (#4336)
    441d8f818 change openEuler to openeuler and fix some bugs in openEuler (#4317)
    e2ae75542 Replace flake8 with ruff (#4314)
    d41264cb4 NM renderer: set default IPv6 addr-gen-mode for all interfaces to eui64 (#4291)
    9fdc7a9cd cc_ssh_import_id: add Alpine support and add doas support (#4277)
    7cbe0f647 Release 23.2.2 (#4300)
    4b342918b sudoers not idempotent (SC-1589)  (#4296)
    02c826a9e Added support for Akamai Connected Cloud (formerly Linode) (#4167)
    a31370afe Fix reference before assignment (#4292)
    ee9078a77 Overhaul module reference page (#4237)
    a608fbc81 replaced spaces with commas for setting passenv (#4269)
    4a6a9d3f6 DS VMware: modify a few log level (#4284)
    1f1ca55c0 tools/read-version refactors and unit tests (#4268)
    5509b7900 Ensure get_features() grabs all features (#4285)
    5ed70cc09 Don't always require passlib dependency (#4274)
    297d1719a tests: avoid leaks into host system checking of ovs-vsctl cmd (#4275)
    fda2ec6f5 Fix NoCloud kernel commandline key parsing (#4273)
    86c700713 testing: Clear all LRU caches after each test (#4249)
    f755bad5d Remove the crypt dependency (#2139)
    a0e4ec15a logging: keep current file mode of log file if its stricter than the new mode (#4250)
    9d815c6f5 Remove default membership in redundant groups (#4258)
    d409e80b7 doc: improve datasource_creation.rst (#4262)
    392346ccd Remove duplicate Integration testing button (#4261)
    6543c88e0 tools/read-version: fix the tool so that it can handle version parsing errors (#4234)
    ce7d597a6 net/dhcp: add udhcpc support (#4190)
    862a6e0ec DS VMware: add i386 arch dir to deployPkg plugin search path
    7d82c481a LXD moved from linuxcontainers.org to Canonical
    ebd7b2b69 cc_mounts.py: Add note about issue with creating mounts inside mounts (#4232)
    c38337ec5 lxd: install lxd from snap, not deb if absent in image
    b88e09704 landscape: use landscape-config to write configuration
    1c9b1f314 Add deprecation log during init of DataSourceDigitalOcean (#4194)
    e2adc9725 doc: fix typo on apt.primary.arches (#4238)
    cf474da7f Inspect systemd state for cloud-init status (#4230)
    7f933d4d0 instance-data: add system-info and features to combined-cloud-config (#4224)
    b3c9b6a79 systemd: Block login until config stage completes (#2111)
    7b46837ef tests: proposed should invoke apt-get install -t=<release>-proposed (#4235)
    66a70c5ea cloud.cfg.tmpl: reinstate ca_certs entry (#4236)
    e2a7178a5 Remove feature flag override ability (#4228)
    317a0232a tests: drop stray unrelated file presence test (#4227)
    7f1d841bf Update LXD URL (#4223)
    39b6aa774 schema: add network v1 schema definition and validation functions
    3a320b439 tests: daily PPA for devel series is version 99.daily update tests to match (#4225)
    59fd01d68 instance-data: write /run/cloud-init/combined-cloud-config.json
    e371d63e0 mount parse: Fix matching non-existent directories (#4222)
    8836c7824 Specify build-system for pep517 (#4218)
    c68305a91 Fix network v2 metric rendering (#4220)
    5674a7dc8 Migrate content out of FAQ page (SD-1187) (#4205)
    c70ea0178 setup: fix generation of init templates (#4209)
    cce37f69f docs: Correct some bootcmd example wording
    16b7097e6 fix changelog
    e5a617fea Release 23.2.1 (#4207)
    2125cc758 tests: reboot client to assert x-shellscript-per-boot is triggered
    0e374f83a nocloud: parse_cmdline no longer detects nocloud-net datasource (#4204)
    d8960054b Add docstring and typing to mergemanydict (#4200)
    529e108ca BSD: add dsidentify to early startup scripts (#4182)
    e6c069d47 handler: report errors on skipped merged cloud-config.txt parts
    4538a2ec4 Add cloud-init summit writeups (#4179)
    5267ebbf3 tests: Update test_clean_log for oci (#4187)
    df2a053be gce: improve ephemeral fallback NIC selection (CPC-2578) (#4163)
    d1268cdf6 tests: pin pytest 7.3.1 to avoid adverse testpaths behavior (#4184)
    06a147577 Ephemeral Networking for FreeBSD (#2165)
    8615c240c Clarify directory syntax for nocloud local filesystem. (#4178)
    a1f375095 Set default renderer as sysconfig for centos/rhel (#4165)
    ae43cc883 Test static routes and netplan 0.106
    98fd7fb74 FreeBSD fix parsing of mount and mount options (#2146)
    25f4c85cd test: add tracking bug id (#4164)
    57d29d046 tests: can't match MAC for LXD container veth due to netplan 0.106 (#4162)
    4014f82e1 Add kaiwalyakoparkar as a contributor (#4156)
    3d0ad7c35 BSD: remove datasource_list from cloud.cfg template (#4159)
    51431af3d launching salt-minion in masterless mode (#4110)
    ee1e7b3d2 tools: fix run-container builds for rockylinux/8 git hash mismatch (#4161)
    32e61372c fix doc lint: spellchecker tripped up (#4160)
    95364bbf7 Support Ephemeral Networking for BSD (#2127)
    78650806d Added / fixed support for static routes on OpenBSD and FreeBSD (#2157)
    71d667c5f cc_rsyslog: Refactor for better multi-platform support (#4119)
    afdba1e1b tests: fix test_lp1835584 (#4154)
    d8cc29885 cloud.cfg mod names: docs and rename salt_minion and set_password (#4153)
    84d9a83ae tests: apt support for deb822 format .sources files on mantic
    4f0f4396a vultr: remove check_route check (#2151)
    321fe7b2d Update SECURITY.md (#4150)
    9689e3d44 Update CONTRIBUTING.rst (#4149)
    5da6d7bd0 Update .github-cla-signers (#4151)
    e0a96d78c Standardise module names in cloud.cfg.tmpl to only use underscore (#4128)
    29a4edbdc tests: update test_webhook_reporting
    f109955bf Modify PR template so autoclose works
    dd24c21eb doc: add missing semi-colon to nocloud cmdline docs (#4120)
    d48530ed3 .gitignore: extend coverage pattern (#4143)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
9aa5037060 cloud-init: fix sysvinit script install
cloud-init has dropped all RPM based distros sysvinit reference
scripts.

We switch to debian to keep sysvinit working (although very
lightly tested).

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
a3da99e3ff podman-tui: update to v0.14.0
Bumping podman-tui to version v0.9.0-207-gc545dbd7, which comprises the following commits:

    c545dbd7 Bump to v0.14.0
    ac61433c container create dialog - user/groups category options
    c3274937 Bump github.com/containers/common from 0.57.0 to 0.57.1
    7227ec91 Bump actions/stale from 8 to 9
    808dc504 Bump actions/setup-python from 4 to 5
    d4121000 Bump actions/setup-go from 4 to 5
    1df86623 Bump github.com/containers/podman/v4 from 4.8.0 to 4.8.1
    9822b029 container create dialog - environment category options
    7f698267 container create options (privileged, timeout)
    b985d1fa Bump to v0.14.0-dev
    c0bf2daa Bump to v0.13.0
    74103352 running golangci-lint on ui/containers package
    6fad611b Bump github.com/containers/podman/v4 from 4.7.2 to 4.8.0
    717e859a running golangci-lint on ui/images package
    e9207835 Bump golang.org/x/crypto from 0.15.0 to 0.16.0
    0ab99d84 running golangci-lint on ui/dialogs package
    f19ddfc2 running golangci-lint on ui/networks package
    f99918f6 running golangci-lint on ui/pods package
    068b7c00 running golangci-lint on ui/system package
    e27eaf42 running golangci-lint on ui/utils package
    c5f1711c running golangci-lint on app package
    b94bfa90 running golangci-lint on config package
    ce5905bd running golangci-lint on cmd package
    56190b2a github action update
    05f7e7ab adding container create mount inputfield option
    8cfb6130 use inputfield for container create volume option
    76e6d03a Bump github.com/navidys/tvxwidgets from 0.4.0 to 0.4.1
    7a7897c6 Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1
    ef812d9c Bump github.com/containers/storage from 1.50.2 to 1.51.0
    ae72e400 EPEL rpm package
    e62199b1 docs update - add Gentoo in packaged versions
    35468621 Bump to v0.13.0-dev
    15759448 Bump to v0.12.0
    28e8a2d5 Bump github.com/containers/buildah from 1.31.2 to 1.32.2
    5ce10afe Bump github.com/containers/podman/v4 from 4.6.2 to 4.7.2
    1e56294d gh action update
    226be72d using github.com/distribution/reference
    38ed7d29 Bump github.com/docker/distribution
    00759199 Bump github.com/docker/docker
    d61975c8 Bump google.golang.org/grpc from 1.57.0 to 1.57.1
    8231c9ca Bump golang.org/x/net from 0.13.0 to 0.17.0
    c42e4015 Bump golang.org/x/crypto from 0.13.0 to 0.15.0
    4cca7cae update ginkgo cli version to 2.11.0
    03ad465a Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
    0b5ff67e running codespell
    8cfaf08d Bump github.com/rs/zerolog from 1.30.0 to 1.31.0
    f5e6f7ed Bump github.com/containers/storage from 1.48.0 to 1.50.2
    fa255fdc Bump github.com/navidys/tvxwidgets from 0.3.0 to 0.4.0
    2d854793 Bump github.com/containers/podman/v4 from 4.6.1 to 4.6.2
    c132c0e6 Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4
    e4643785 Bump github.com/docker/docker
    f05f381b Bump golang.org/x/crypto from 0.12.0 to 0.13.0
    78ce8c9d Bump actions/checkout from 3 to 4
    de8383d9 Bump tim-actions/commit-message-checker-with-regex from 0.3.1 to 0.3.2
    11f9b244 Bump to v0.12.0-dev
    33d9be57 Bump to v0.11.0
    74360a37 fix missing volume list created time column
    c532db41 Bump github.com/containers/podman/v4 to 4.6.1
    65b96aa3 Vagrantfile update (fedora-38 image)
    78e96572 Bump github.com/containers/buildah from 1.31.1 to 1.31.2
    af0700f2 Bump github.com/containers/common from 0.55.2 to 0.55.3
    a6c67e96 Bump golang.org/x/crypto from 0.11.0 to 0.12.0
    83f9b0f0 Bump github.com/docker/docker
    bd51d4bd Bump github.com/rs/zerolog from 1.29.1 to 1.30.0
    f1e9e1fb Bump github.com/containers/buildah from 1.30.0 to 1.31.1
    24ff42f2 Bump github.com/containers/common from 0.53.0 to 0.55.2
    6e9ce1bc Bump golang.org/x/crypto from 0.10.0 to 0.11.0
    efdfbe48 Bump github.com/containers/storage from 1.46.1 to 1.48.0
    e99a7b0e Bump golang.org/x/crypto from 0.9.0 to 0.10.0
    98c6660a Bump github.com/BurntSushi/toml from 1.2.1 to 1.3.2
    cc2eedf9 Bump github.com/docker/docker
    dbe94d6c Bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3
    4479d607 Bump github.com/containers/podman/v4 from 4.5.0 to 4.5.1
    22e1da63 Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2
    661d46e4 Bump github.com/docker/distribution
    3f90e76b Bump github.com/sigstore/rekor from 1.1.0 to 1.2.0
    9ab5f1fa Bump tim-actions/get-pr-commits from 1.2.0 to 1.3.0
    ee3cfd11 Bump github.com/containers/common from 0.52.0 to 0.53.0
    9596156d Bump to v1.5.0-dev
    53e2d8af Bump to v1.4.0
    ef699e43 Bump github.com/rs/zerolog from 1.29.0 to 1.29.1
    3213a478 Bump github.com/containers/podman/v4 from 4.4.0-rc1 to 4.5.0
    55bdd266 Bump github.com/containers/common
    24231629 Bump github.com/docker/docker
    84ae09ed podman update to v4.4.4
    d7314c7a Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
    d8d12e1a Bump github.com/containers/storage from 1.45.4 to 1.46.0
    c8141ba5 packit update - remove centos stream build
    449d8f48 golangci-lint system package
    b0d20b2a Bump actions/stale from 7 to 8
    613d18f4 ui/styles - applying golint
    78395235 ui/infobar - applying golint
    745a331d ui/help - applying golint
    4c27c3de ui/volumes code improvement and golint
    02740c14 adding container attach command to container page/view
    6b5beb41 fix container create error without health options
    705bc347 Bump actions/setup-go from 3 to 4
    cf4509ed Add container health options to the container create dialog
    d79883ea Add packit configurtion to build RPM as part of PR tests
    ba02fb57 Update unit tests and github workflow for running the tests
    4e3889f0 fix container create error when volume is selected
    0af3e47b update github workflow golang version to 1.18.8
    f572f481 Golangci-lint update to v1.51.1
    c2932fc2 fix vendor + codepsell
    1e35d9af Bump golang.org/x/crypto from 0.6.0 to 0.7.0
    bb17bbc5 unit tests fix
    13286688 Bump to v0.10.0-dev
    28f800cd Bump github.com/onsi/ginkgo/v2 from 2.8.4 to 2.9.0

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
01a60446c5 podman: update to v4.8.2
Bumping libpod to version v4.8.2-2-g0ec4c8b1d, which comprises the following commits:

    4aab4e3fe bump release to v4.8.3-dev
    aa546902f v4.8.2
    a9b20a4a2 [CI:DOCS] Update RELEASE_NOTES.md for v4.8.2
    775054343 Kube Play - set ReportWriter when building an image
    1864ea94f Fix user-mode net init flag on first time install
    3c0d66d83 bump c/common to v0.57.1
    b0e2ffc51 bump version to v4.8.2-dev
    ef6e5ac40 v4.8.1
    0b72d1bf2 Update RELEASE_NOTES.md for v4.8.1
    2d20d2e5c Handle symlinks when checking DB vs runtime configs
    6bbbfaa05 libpod: Detect whether we have a private UTS namespace on FreeBSD
    a8b8dc570 pkg/bindings: add new APIVersionError error type
    86bb91001 fix podman-remote exec regression with v4.8
    9c9d2fcaf sqlite: fix issue in ValidateDBConfig()
    1e5a1336f sqlite: fix missing Commit() in RemovePodContainers()
    429080f02 sqlite: set busy timeout to 100s
    a72c39a53 Fix locking error in WSL machine rm -f
    a7c522dfe Gating test fixes
    a62b81d90 If API calls for kube play --replace, then replace pod
    70ba64f4c Fix wsl.conf generation when user-mode-networking is disabled
    e627de1b4 Bump to v4.8.1-dev
    c4dfcf148 Bump to v4.8.0
    0efc6ea30 Update release notes for 4.8.0
    4b95c6c30 Add notes on upcoming deprecations to release notes
    1c1477ddf [v4.8] Bump to Buildah v1.33.2
    f02155142 [CI:DOCS] Update release notes
    697e66c78 machine applehv: create better error on start failure
    53f176732 Bump to v4.8.0-dev
    ac1d54e68 Bump to v4.8.0-rc1
    66cba2794 Create release notes for v4.8.0
    ac290f446 Update release notes from v4.7 branch
    883ce7704 Cirrus: Update operating branch
    9ea390191 rootless_tutorial: modernize
    ee1654622 Bump Buildah to v1.33.1
    3d86a9658 Bump Buildah to v1.33.0
    60d9f9b80 Update to libhvee 0.5.0
    d32f61d91 vmtypes names cannot be used as machine names
    d0b32255e Add support for --compat-auth-file in login/logout
    a3d5814e0 Update tests for a c/common error message change
    ced07a55f Update c/image and c/common to latest, c/buildah to main
    a10b88cb2 CI: test overlay and vfs
    da899b92d [CI:DOCS] Add link to podman py docs
    d2a4ec867 Test fixes for debian
    23ead49de pasta tests: remove some skips
    d711c3f46 VM images: bump to 2023-11-16
    5f3f8a3ca fix(deps): update module k8s.io/kubernetes to v1.28.4 [security]
    3d88f614f [CI:DOCS] Machine test timeout env var
    e35fc92c0 Quadlet - add support for UID and GID Mapping
    dc709e4d7 Quadlet - Allow using symlink on the base search paths
    7b826b230 [skip-ci] Update dessant/lock-threads action to v5
    ea89eaa1c Avoid empty SSH keys on applehv
    33ddd79e2 qemu,parseUSB: minor refactor
    669829447 fix(deps): update module github.com/gorilla/handlers to v1.5.2
    49b152f49 docs: fix relabeling command
    5dc807487 Pass secrets from the host down to internal podman containers
    047da19b5 (Temporary) Emergency CI fix: quay search is broken
    e1f3ae0d8 Update podman-stats.1.md.in
    6fa4a975c [CI:BUILD] packit: handle builds for RC releases
    bd375058c Quadlet test - add case for multi = sign in mount
    5e0471ba7 set RLIMIT_NOFILE soft limit to match the hard limit on mac
    d636ce8d7 rootless: use functionalities from c/storage
    6b5b39912 CI: e2e: fix a smattering of test bugs that slipped in
    d07263f34 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.1
    fbd1ba68f vendor: update c/storage
    956c0d6ec Improve the documentation of quadlet
    39d647a2f Fix socket mapping socket mapping nits
    5388836c1 fix(deps): update module golang.org/x/tools to v0.15.0
    60f67eec7 fix(deps): update github.com/containers/libhvee digest to 9651e31
    9cd975d59 [skip-ci] Update github/issue-labeler action to v3.3
    b8d59030c Document --userns=auto behaviour for rootless users
    c23963d7a machine: qemu: add usb host passthrough
    4a75a2b3c fix(deps): update module golang.org/x/net to v0.18.0
    1c5bc7e09 fix(deps): update module github.com/onsi/gomega to v1.30.0
    b2c56365b Refactor Ignition configuration for virt providers
    81dc3f183 [CI:BUILD] rpm: disable GOPROXY
    78798cab0 Automatic code cleanups - JetBrains
    a45ba06d0 Refactor key machine objects
    1c969219d systests: add [NNN] prefix in logs, NNN = filename
    92cd7b25f systests: add a last-minute check for db backend
    d44f71c13 applehv: allow virtiofs to mount to /
    c2de6d34c Run codespell on podman
    8f5c46c9e update completion scripts for cobra v1.8.0
    28f3e9fe3 Fix man page display of podman-kube-generate
    8effb7825 Try to fix the broken formatting of man podman‐kube‐apply(1).
    3eb2d5ceb fix(deps): update module golang.org/x/text to v0.14.0
    108d2bc43 docs: make CNI removal explicit
    c1fe1f9d3 fix(deps): update module github.com/gorilla/mux to v1.8.1
    e78288344 fix(deps): update module github.com/spf13/cobra to v1.8.0
    0824e45c8 fix(deps): update module golang.org/x/sync to v0.5.0
    da897bd04 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.18
    420316ef6 Podman push --help should reveal default compression
    942bcf34b Update container-device-interface (CDI) to v0.6.2
    375b0cc13 fix: adjust helper string in machine_common
    9e05fb14a fix: adjust helper string in machine_common
    607aff55f remote,test: remove .dockerignore which is a symlink
    6b7d7f6fb [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.2
    b5f854458 fix: adjust helper string in machine_common
    ce334ed9d vendor: update github.com/coreos/go-systemd/v22 to latest main
    2a17baa29 CI: default to sqlite
    33753db47 vendor: update c/common
    613f50c7a check system connections before machine init
    ea4775ec9 Consume OCI images for machine image
    d2a37222b freebsd: drop dead code
    06a07c98e libpod: make removePodCgroup linux specific
    e4f1c87ea containers: drop special handling for ErrCgroupV1Rootless
    0b6abfe1e compose: fix compose provider debug message
    aefa9abf4 image: replace GetStoreImage with ResolveReference
    03419d6da vendor: bump c/image to 373c52a9466f
    ce9c1b9b8 Refactor machine socket mapping
    f6ec210f3 AppleHV: Fix machine rm error message
    af0ef47f0 Add status messages to podman --remote commit
    3241b3259 End-of-Life policy for github issues
    390e9ddc9 fix(deps): update module github.com/shirou/gopsutil/v3 to v3.23.10
    18d6bb40d Support passing of Ulimits as -1 to mean max
    78765b14d fix(deps): update github.com/docker/go-connections digest to 0b8c1f4
    ffb96ad8b fix(deps): update github.com/crc-org/vfkit digest to f3c783d
    7153124f9 Log gvproxy and server9 to file on log-level=debug
    d9c388e2f Change to using gopsutil for cross-OS process ops
    642fa9897 Initial addition of 9p code to Podman
    b332ca7a0 libpod: fix /etc/hostname with --uts=host
    89d7b2735 systests: stty test: retry once on flake
    6b94c8fd3 systests: pasta: avoid hangs
    4c67a6aed Fix secrets scanning GHA Workflow
    2193bb8fc [skip-ci] Update dawidd6/action-send-mail action to v3.9.0
    e9dd41183 docs: clarify systemd cgroup mount
    a1577ec7b podman build --remote URI Dockerfile shoud not be treated as file
    95a5ad258 Small fixes for wacko CI environments
    c6d410cc3 Do not add powercap mask if no paths are masked
    3743955d6 compose: try all possible providers before throwing an error
    91df369ae podman kube play --replace should force removal of pods and containers
    3ce62d3cc Sort kube options alphabetically
    e966c86d9 container.conf: support attributed string slices
    91ccd7cd2 CI: podman farm tests cleanup
    be7dd128e Mask /sys/devices/virtual/powercap
    05a607f14 Update module github.com/google/uuid to v1.4.0
    6a0b2c680 fix(deps): update module github.com/docker/docker to v24.0.7+incompatible
    6badb659c fix(deps): update module go.etcd.io/bbolt to v1.3.8
    9e3363c5e CI: systest: safer random_rfc1918_subnet
    c841fa9e9 CI: e2e: safer GetPort()
    fd5140d87 Fix broken code block markup in Introduction.rst
    d0ce60c63 chore(deps): update module google.golang.org/grpc to v1.57.1 [security]
    15969a60b chore: remove npipe const and use vmtype const for checking
    2158e1540 Update module github.com/onsi/gomega to v1.29.0
    c0fb8fe59 CI: try to fix more networking flakes
    c21f28813 fix: check wsl npipe when executing podman compose
    9ea1ed6d4 [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.1
    76cca08f8 Quadlet - explicit support for read-only-tmpfs
    c13b8e3c9 compat API: fix image-prune --all
    0e15861c5 Makefile - allow more control over Ginkgo parameters
    ebe01ca29 Add e2e tests for farm build
    989afd910 vendor c/{buildah,common}: appendable containers.conf strings, Part 1
    dd8f57a3b Add podman farm build command
    2e88d580a Add emulation package
    06b726497 Use buildah default isolation when working with podman play kube
    0a2aae119 docs(API): Fix compat network (dis-)connect
    1b466ccbd test/e2e: do not import buildah
    8a0968baa pkg/specgen: remove config_unsupported.go
    cb9dfeb8e pkg/parallel/ctr: add !remote tag
    d4a67cf45 pkg/domain/filters: add !remote tag
    9cecae8c2 pkg/ps: add !remote tag
    1d1630990 pkg/systemd/generate: add !remote tag
    bad25da92 libpod: add !remote tag
    abb5c86b6 pkg/autoupdate: add !remote tag
    01a750699 vendor latest c/common
    3615af903 libpod: remove build support non linux/freebsd
    1850670f1 Fix typo
    2e57746ff test/apiv2: adapt apiv2 test on cgroups v1 environment
    c3ba0221e ginkgo setup: retry cache pulls
    ee6070888 Support size option when creating tmpfs volumes
    8876380af not mounted layers should be reported as info not error
    85cc4092f CI: stop using registry.k8s.io
    a8e1a5ed1 fix(deps): update module github.com/vbatts/git-validation to v1.2.1
    6d99cb5cd test fixes for c/common tag chnages
    dfdd93323 vendor latest c/common
    d6f44d956 hyperV: Update lastUp time
    1ac110835 [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.0
    9e648a1f5 lint: disable testifylint
    29273cda1 lint: fix warnings found by perfsprint
    64f43fed4 lint: fix warnings found by inamedparam
    c21f42a4e lint: fix warnings found by protogetter
    03947ab03 libpod: skip DBUS_SESSION_BUS_ADDRESS in conmon
    936e30f68 Use node hostname in kube play when hostNetwork=true
    bd953fdc7 cirrus setup: special-case perl unicode
    ca9efb0cd network: document ports and macvlan interaction
    f2bc63894 quadlet: document cgroupv2 requirement
    e8183e836 [skip-ci] Update actions/checkout digest to b4ffde6
    1d2589c3f Revert "Emergency workaround for CI breakage"
    f48a706ab remote: exec: do not leak session IDs on errors
    ad1ab71b8 fix(deps): update github.com/containers/storage digest to 79aa304
    d1086281b fix(deps): update module k8s.io/kubernetes to v1.28.3
    657029da7 System tests: fix broken silence127
    b72bb1162 Add TERM iff TERM not defined in container when podman exec -t
    44ed415b2 Emergency workaround for CI breakage
    d4d76479c Kill gvproxy when machine rm -f
    cad4d0ee9 Fix path for omvf vars on Darwin/arm64
    285718915 Allow systemd specifiers in User and Group Quadlet keys
    caef657c5 libpod: rename confusing import name
    efe5e98d0 use FindInitBinary() for init binary
    1d3ec78e0 vendor latest c/common
    fa19e1baa exec: do not leak session IDs on errors
    1efcd1ecf systests: cp test: lots of cleanup
    2d65e57ae Define better error message for container name conflicts with external storage.
    9b8e01efd Quadlet - support ImageName for .image files
    64171043a test/system: ignore 127 if it is the expected rc
    c65d1c02b test/apiv2/20-containers.at: fix NanoCPUs tests on cgroups v1
    831844b59 image history: fix walking layers
    ad5319025 fix(api): Ensure compatibality for network connect
    e0561301c [CI:DOCS] Add cross-build target info.
    dc705d370 machine set: document --rootful better
    bbd6281ec libpod: restart+userns cleanup netns correctly
    3b6a4ac37 Minor log and doc fixes
    f875ae317 Quadlet man page - discuss volume removal explicitly
    5d5facbd7 Quadlet - add support for KubeDownForce
    6ba67ba96 System Test - Quadlet kube oneshot
    9637fed2f Fix output of podman --remote top
    dcb421bc5 buildah-bud: test relative TMPDIR
    c8604081e Fix handling of --read-only-tmpfs flag
    1b0be2f34 Vendor common and buildah main
    5db3b753a remote,build: wire unsetlabels
    331e47acb test: build with TMPDIR as relative
    6cf3dd493 docs: add unsetlabel
    64ff14932 vendor: bump buildah to v1.32.1-0.20231012130144-244170240d85
    74ed1d6e7 fix(deps): update module github.com/vbauerster/mpb/v8 to v8.6.2
    b9f2c4d17 fix: pull error response docker rest api compatibility
    29f5c563e Show client info even if remote connection fails
    52112fc5c fix(deps): update github.com/containers/libhvee digest to e51be96
    cb53bcf23 Run codespell
    987dc2b8b SetLock for all virt providers
    61e0b64b9 Machine: Teardown on init failure
    99a14332e healthcheck: make sure to always show health_status events
    7b84b55da Apply suggestions from code review
    ca518888e [CI:DOCS]rtd: implement v2 build file
    702f15528 Quadlet - support oneshot .kube files
    3cc9db862 libpod: fix deadlock while parallel container create
    2301320f6 fix(deps): update module golang.org/x/net to v0.17.0
    8b46e852e api: add `compatMode` paramenter to libpod's pull endpoint
    76fec1227 api: break out compat image pull
    40f897653 fix(deps): update module github.com/cpuguy83/go-md2man/v2 to v2.0.3
    29ae51600 use sqlite as default database
    8a52e638e vendor latest c/common
    acd0a93c3 fix(deps): update module github.com/nxadm/tail to v1.4.11
    d18369ee8 Check for image with /libpod/containers/create
    8ac2aa793 container: always check if mountpoint is mounted
    787b1b25c fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
    9beb3a972 vendor: update c/storage
    36bf90518 api: drop debug statement
    d321d427d Quadlet - add support for global arguments
    732cec794 Add system test
    10aa39068 fix(deps): update module golang.org/x/tools to v0.14.0
    3fdb6ee2d Don't ignore containerfiles outside of build context
    b3209dc5d fix(deps): update github.com/containers/libhvee digest to fcf1cc2
    eda275820 fix(deps): update module golang.org/x/term to v0.13.0
    da6c86dfc Update module golang.org/x/sys to v0.13.0
    1c0780097 [CI:DOCS] Add updating version on podman.io to release process
    362eca669 containers.conf: add `privileged` field to containers table
    6cb10425d Implement secrets/credential scanning
    106abd13b Cirrus: Execute Windows podman-machine e2e tests
    338e4f590 vendor: bump c/storage
    8807243cc Update module golang.org/x/sync to v0.4.0
    2168f0745 [CI:DOCS] update swagger version on docs.podman.io
    0414f88b3 Create Qemu command wrapper
    df6a00026 Adjust to path name change for resolved unit
    2a38f30b6 Revert "Fix WSL systemd detection"
    f622a2a54 [CI:BUILD] rpm/copr: gvforwarder recommends for RHEL
    27f58803d [CI:DOCS] update kube play delete endpoint docs
    3fc7c42e1 [CI:DOCS] Remove dead link from README
    1b3cedbf3 test/system: --env-file test fixes
    617af9bea Revert "feat(env): support multiline in env-file"
    5f340487e Revert "docs(env-file): improve document description"
    9599589f1 Revert "fix(env): parsing --env incorrect in cli"
    7e6e26732 Filter health_check and exec events for logging in console
    0443c5166 inspect: ignore ENOENT during device lookup
    b576b7932 test, manifest: test push retry
    cbca39529 Fix locale issues with WSL version detection
    b988eadaf vendor: update module github.com/docker/distribution to v2.8.3+incompatible
    1ebd22303 vendor: bump c/common to v0.56.1-0.20231002091908-745eaa498509
    8b647cdb5 Update github.com/containers/libhvee digest to e9b1811
    cc946daff windows: Use prebuilt gvproxy/win-sshproxy binaries
    979c77f10 Volume create - fast exit when ignore is set and volume exists
    874e4466a Update golang.org/x/exp digest to 9212866
    22a1d015c Update github.com/opencontainers/runtime-spec digest to c0e9043
    229734c10 remove selinux tag as not needed anymore
    049a5fb92 [skip-ci] Improve podmansh(1)
    85ed9edde Build applehv for Intel Macs
    7ef8519f4 Revert "GHA Workflow: Faster discussion-locking"
    59e0919bc update vfkit vendored code
    17cebb3ff Add DefaultMode to kube play
    ba788c1bb Fix broken podman images filters
    9b3964111 Remove `c.ExtraFiles` line in machine
    f21c1d238 podman: run --replace prints only the new container id
    bcfd9f340 New machines should show Never as LastUp
    94818f594 podman machine: disable zincati update service
    b284128d7 Revert "cirrus setup: install en_US.UTF-8 locale"
    b28188de2 Cirrus: CI VM images w/ newer automation-library
    2b9c0555f CI VMs: bump to f39 + f38
    ecd7b3802 [CI:DOCS] Update podman load doc
    58b5ae22e Update mac installer to latest gvproxy release
    5b990c383 Fix WSL systemd detection
    be823b388 Add documentation for the vrf option on netavark
    fda028ca0 fix(deps): update github.com/containers/common digest to 9342cdd
    6306e8985 fix: typos in links, path and code example
    ccb7da52c e2e: ExitCleanly(): manual special cases
    611db19b3 e2e: ExitCleanly(): the final fron^Wcommit
    149d3f7ad [CI:DOCS] Add win-sshproxy target to winmake
    0d4526e61 wsl: enable machine init tests
    455d16549 Update docs/source/markdown/options/rdt-class.md
    bfbd0c896 move IntelRdtClosID to HostConfig
    4853320ce use default when user does not provide rdt-class
    77336de8f Add documentation for Intel RDT support
    24b2f829b Add test for Intel RDT support
    40d3c3b9b Add Intel RDT support
    295439265 [CI:DOCS] Fix podman form update --help examples
    f0eb45667 Quadlet container mount - support non key=val options
    0b5ea1e6e test/e2e: default to netavark
    4ed9dc1ad [skip-ci] Update dawidd6/action-send-mail action to v3.9.0
    48ea4b9ec fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.7.1
    90eb73629 fix(deps): update github.com/containers/common digest to 4619314
    172494423 applehv: enable machine tests for start
    2ff43429f applehv: machine tests for stop and rm
    127ebe2b2 Update machine tests README
    995a6a8ac Add podman socket info to machine inspect
    80952db0b Fix podman machine info test for hyperV
    7ade97210 libpod: pass entire environment to conmon
    e4b7455b7 e2e: ExitCleanly(): manual fixes to get tests working
    dbd946a93 e2e: ExitCleanly(): a few more
    59ffea80d FCOS+podman-next: correct GHA conditional syntax
    8bad842a4 pkg/machine/e2e: wsl stop
    217c4d546 wsl: machine tests for inspect
    e4bfcfc25 wsl: machine tests for ssh
    5636d0219 fix(deps): update github.com/containers/common digest to e18cda8
    a112ee895 wsl: machine start test
    d3d5011dc wsl machine tests: set
    cc4917d81 wsl: machine tests
    ec68a7489 Skip proxy test for hyperV
    33a92aa00 Enable machine e2e test for applehv
    65ce03486 hyperV: Respect rootful option on machine init
    52ba1bfff [CI:BUILD] FCOS image: enable nightly build
    ffd67cf75 e2e: use safe fedora-minimal image
    41e51f473 hyperv: machine e2e tests for set command
    59e295f2a podman build: correct default pull policy
    6293ec2e2 fix handling of static/volume dir
    26b5b1dd3 unbreak CI: useradd not found
    08936db35 hyperv: set more realistic starting state
    2bef573f3 hyperv: use StopWithForce with remove
    f52b02f40 Fix all ports exposed by kube play
    cd4f61181 Fix setting timezone on HyperV
    172369b54 fix(deps): update github.com/containers/gvisor-tap-vsock digest to 97028a6
    e0b44bcf3 Fix farm update to check for connections
    d8e305716 Adjust machine CPU tests
    8188a6fcf Bump version on main
    e65874903 [CI:BUILD] Packit: show SHORT_SHA in `podman --version` for COPR builds
    96142c2f7 Vendor c/common
    af2665c28 pod rm: do not log error if anonymous volume is still used
    4916f7d77 e2e: ExitCleanly(): manual fixes to get tests passing
    8e743fa1d e2e: ExitCleanly(): a few more
    c66aa3b7b fixes for pkg/machine/e2e on hyperv
    83b6975d1 test: fix rootless propagation test
    6c2493f78 [CI:BUILD] packit: tag @containers/packit-build team on copr build failures
    92f4dcb09 Enable disk resizing for applehv
    5b3801776 Various updates for hyperv and machine e2e tests
    682ca6b2e test: update fedoraMinimal version
    8d3010d06 specgen, rootless: fix mount of cgroup without a netns
    39ba5ff24 Automatically remove anonymous volumes when removing a container
    24d3347ed Use ActiveServiceDestination in ssh remoteConnectionUsername
    b6ea49f5a fix(deps): update github.com/containers/gvisor-tap-vsock digest to 9298405
    c69873d67 e2e: ExitCleanly(): generate_kube_test.go
    841cfa802 e2e: generate kube -> kube generate
    d1f86d524 e2e: ExitCleanly(): generate_kube_test.go
    f3e9a6369 windows cannot "do" extra files
    62e13bec7 e2e: ExitCleanly(): Fixes for breaking tests
    09c3ac48f play kube -> kube play
    e83ced8a0 e2e: ExitCleanly(): play_kube_test.go
    eb9283c6f introduce pkg/strongunits
    6d8b3047d Makefile equiv Powershell script
    4652a2623 pass --syslog to the cleanup process
    73dc72f80 vendor of containers/common
    1cbe692de fix --authfile auto-update test
    8e5adde0b compat API: speed up network list
    8c95aa402 Change priority for cli-flags for remotely operating Podman
    befdb4199 libpod: remove unused ContainerState() fucntion
    0ec63abca [CI:BUILD] Packit: Enable failure notifications for cockpit tests
    0ac98176b e2e: ExitCleanly(): more low-hanging fruit
    a50fb7e06 e2e: ExitCleanly(): more low-hanging fruit
    1908663f1 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1
    38f5ead33 Enable machine e2e tests for WSL
    ff07abea4 systests: tighter checks for unwanted warnings
    618f846ed GHA Workflow: Faster discussion-locking
    289be0c01 [CI:BUILD] FCOS + podman-next image: pull in wasm
    649539519 [CI:BUILD] rpm: remove gvproxy subpackage
    b0f7072ac [CI:DOCS] Tweak podman to Podman in a few farm man pages
    8afffa1aa Docs on sig-proxy are wrong, we support TTY
    4fca726f7 e2e: ExitCleanly(): low-hanging fruit, part 2
    64c46c429 e2e: ExitCleanly(): low-hanging fruit, part 1
    113b41b6f Buildtag out unix commands for common OS files
    aec58f515 systests: clean up after tests; fix missing path in logs
    fa7150451 [CI:BUILD] followup PR for fcos with podman-next
    289e59ee1 Implement gvproxy networking using cmdline wrapper
    e68e37136 fix, test: rmi should work with images w/o layers
    e9b98510d vendor: bump c/common to v0.56.1-0.20230919073449-d1d9d38d8282
    50a685bd1 Quadlet Image test - rearrange test function
    e6cf09b68 e2e: continuing ExitCleanly() work: manual tweaks
    d78221545 e2e: continuing ExitCleanly() work
    47160da7a [CI:DOCS] Improve podman-tag man page
    ef553fb0d [CI:DOCS] Improve podman-build man page
    93dc30e1e [CI:DOCS] Include precheck to release process
    a80a908df [CI:DOCS] consistentize filter options in man pages
    55ca571e5 Quadlet - add support for .image units
    41beb5374 --env-host: use default from containers.conf
    0b7142f4a error when --module is specified on the command level
    deba3b80a man page crossrefs: add --filter autocompletes
    03dd5f256 Fix specification of unix:///run
    98e6dda69 Add label! filter and tests to containers and pods
    6f4f94137 Add test for legacy address without two slashes
    336055fe3 Use url with scheme and path for the unix address

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
695a4ca0a4 netavark: update to v1.9.0
Bumping netavark to version v1.9.0-20-g167e2e4, which comprises the following commits:

    3faf33f fix(deps): update rust crate tokio to 1.35
    4759152 dhcp-proxy: return actual error instead of generic one
    f571e31 dhcp-proxy: skip set gateway if missing
    63c34a5 chore(deps): update rust crate once_cell to 1.19.0
    ff45e22 fix(deps): update rust crate nispor to 1.2.15
    c85d844 fix(deps): update rust crate serde to 1.0.193
    3bbc9fd fix(deps): update rust crate clap to ~4.4.10
    4f27552 aardvark: show error if process is in wrong netns
    a4e082d aardvark: remove unessesary unlock lockfile calls
    4c58983 fix(deps): update rust crate url to 2.5.0
    f588f1d Bump working version to v1.10.0-dev
    1ac6900 v1.9.0 Release
    d688bdc v1.9.0 Release notes
    2f31a95 test: fix syntax problem in helpers.bash
    530c911 run cargo update
    d49f979 use OsString/Path over String for file paths
    c6f48d6 chore(deps): update dependency containers/automation_images to v20231116
    8e943b5 firewalld-reload: fix CI tests
    2172205 firewalld-reload: prevent race which could leak fw rules
    6aee10f fix(deps): update rust crate clap to ~4.4.8
    74ed450 CI: skip broken firewalld test
    e281e9b fix(deps): update rust crate http to 0.2.11
    708bd43 rpm: add netavark-firewalld-reload.service to spec
    b5d7510 firewalld-reload: add integration tests
    268a927 firewall/state: make sure to ignore enoent on read
    0449ba5 firewall-reload: integrate actual logic to reload rules
    13b2133 firewall/state: improve error messages
    d2eeaab firewall: add state functions to serialize configs
    cd1114c firewalld: fix lint errors with rust v1.73
    28c48ce firewall: do not use full Network in NetworkStruct
    aebb5da firewall: add dns_port to SetupNetwork
    cb5aa2e add firewalld-reload subcommand
    3df3c88 fix(deps): update rust crate http to 0.2.10
    9a3266b fix(deps): update rust crate env_logger to 0.10.1
    a063151 fix(deps): update rust crate tokio to 1.34
    dce15ba Update rust container build files
    730e1bf bridge: force static mac on bridge interface
    fca4999 fix(deps): update rust crate futures-core to 0.3.29
    6291f27 fix(deps): update rust crate serde to 1.0.190
    e7a4435 fix(deps): update rust crate serde_json to 1.0.108
    b4ca3e0 fix(deps): update rust crate sysctl to 0.5.5
    9d9f600 fix(deps): update rust-futures monorepo to 0.3.29
    78b4fea CI: Drop CI VM distro name
    116d565 chore(deps): update dependency containers/automation_images to v20231004
    f42b296 fix(deps): update rust crate tokio to 1.33
    881828f build-sys: Filter to tier 2 Linux declaratively
    f29b03f fix(deps): update rust crate sha2 to 0.10.8
    a54db5d fix podman.io community link
    33a4c86 Bump to v1.9.0-dev
    837f1f3 Release v1.8.0
    046b4cf update release notes for v1.8.0
    11db130 run cargo update
    4b6d5ab Add vrf support for bridges
    d211c7a Packit: switch to @containers/packit-build team for copr failure notification comments
    6989cda fix(deps): update rust crate nispor to 1.2.14
    40df9d9 [CI:BUILD] Packit: tag @lsm5 on copr build failures
    b8671a6 chore(deps): update rust crate chrono to 0.4.31
    2904dc1 fix(deps): update rust crate serde_json to 1.0.107
    bc383f2 rust io safety: convert RawFd to BorrowedFd<>
    61b8e62 bump nix to 0.27.1
    156073b chore(deps): update rust crate chrono to 0.4.30
    521e490 fix(deps): update rust crate serde_json to 1.0.106
    b9441cf chore(deps): update rust crate chrono to 0.4.29
    8c6c7fd fix(deps): update rust crate netlink-packet-route to 0.17.1
    f5d0a95 Bump tonic and prost
    70cc3e9 Update container image to F38
    3806d9a Add ACCEPT rules in firewall for bridge network with internal dns.
    d9961dc chore(deps): update rust crate tonic-build to 0.10
    7d581d2 fix(deps): update rust crate nispor to 1.2.13
    ddbfc60 fix(deps): update rust crate serde to 1.0.188
    96368f4 Fix clippy warnings about formatting
    4b0b499 update chrono crate
    be29339 fix(deps): update rust crate url to 2.4.1
    bcd1ebc Add protoc dependency to README
    9c840e9 [CI:BUILD] rpm: spdx compatible license field
    a19bf24 fix(deps): update rust crate tokio to 1.32
    4636b22 chore(deps): update dependency containers/automation_images to v20230816
    735ea2f fix(deps): update rust crate serde_json to 1.0.105
    719ded6 fix(deps): update rust crate tokio to 1.31
    3b5ce46 fix(deps): update rust crate log to 0.4.20
    60d6185 run cargo update
    ab90b2b update tonic-build to 0.9.2
    fcdacab bump rust edition to 2021
    845fbdf iptables: drop invalid packages
    080a814 fix(deps): update rust crate tokio to 1.30
    6caef06 docs: Convert markdown with go-md2man instead of mandown
    bb22c34 fix(deps): update rust crate clap to 4.3.21
    00c05a6 packit: Build PRs into default packit COPRs
    2f44e50 chore(deps): update dependency containers/automation_images to v20230807
    c5df890 fix(deps): update rust crate serde to 1.0.183
    be2a8ea fix(deps): update rust crate serde to 1.0.181
    067bbde fix(deps): update rust crate serde to 1.0.180

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
f6f61282bf aardvark-dns: update to v1.9.0
Bumping aardvark-dns to version v1.9.0-10-gf1c946c, which comprises the following commits:

    e4785bd Release v1.9.0
    e406f83 v1.9.0 Update release notes
    8880d68 run cargo update
    864fa96 chore(deps): update dependency containers/automation_images to v20231116
    a8642b3 fix(deps): update rust crate tokio to 1.34.0
    b154c3b fix(deps): update rust crate async-broadcast to 0.6.0
    5ee6646 update trust-dns to hickory
    f516597 fix(deps): update rust crate futures-util to 0.3.29
    20ab8f5 fix(deps): update rust crate trust-dns-server to 0.23.2
    d9f023a fix(deps): update rust crate trust-dns-proto to 0.23.2
    645fb12 tmt: initial enablement
    3633db0 aardvark main: change error reporting
    7820735 chore(deps): update dependency containers/automation_images to v20231004
    dc1ef13 fix(deps): update rust crate trust-dns-proto to 0.23.1
    085608c fix(deps): update rust crate trust-dns-client to 0.23.1
    ceca55b clippy: some format fixes
    9c90865 fix(deps): update rust crate tokio to 1.33.0
    3391c8d Bump to v1.9.0-dev
    1ed9402 Release v1.8.0
    a9e95ca update release notes for v1.8.0
    1730fef run cargo update
    2a3415e Packit: switch to @containers/packit-build team for copr failure notification comments
    82752dd [CI:BUILD] Packit: tag @lsm5 on copr build failures
    0356081 chore(deps): update rust crate chrono to 0.4.31
    0d831cf cargo: bump chrono to 0.4.30
    ea06d05 test: IPv6 format is changed in v1.72.0
    d2a7527 bump nix to 0.27.1
    20e5b56 vendor: bump trust_dns_proto and trust_dns_client to 0.23.0
    cce63be fix(deps): update rust crate trust-dns-server to 0.23.0
    c81a038 [CI:BUILD] rpm: spdx compatible license field
    cae27d7 fix(deps): update rust crate anyhow to 1.0.75
    b46553e fix(deps): update rust crate tokio to 1.32.0
    1d8d421 chore(deps): update dependency containers/automation_images to v20230816
    f8bdbf1 fix(deps): update rust crate tokio to 1.31.0
    88e847d fix(deps): update rust crate anyhow to 1.0.74
    3f74fdc fix(deps): update rust crate anyhow to 1.0.73
    17ca8a1 fix(deps): update rust crate log to 0.4.20
    70ad545 chore(deps): update dependency containers/automation_images to v20230809
    cb2b0e6 fix(deps): update rust crate tokio to 1.30.0
    def4232 fix(deps): update rust crate clap to 4.3.21
    cd85a71 packit: Build PRs into default packit COPRs
    4df6054 chore(deps): update dependency containers/automation_images to v20230807
    a713fa6 fix(deps): update rust crate anyhow to 1.0.72
    dc36e6b fix(deps): update rust crate signal-hook to 0.3.17
    62cd6e2 fix(deps): update rust crate clap to 4.3.19
    7f3c50d fix(deps): update rust crate clap to 4.3.15
    8821976 fix(deps): update rust crate signal-hook to 0.3.16
    75a7b92 [CI:BUILD] Packit: remove pre-sync action
    1e54ac4 fix(deps): update rust crate clap to 4.3.11
    389a189 fix(deps): update rust crate tokio to 1.29.1
    836a441 fix(deps): update rust crate clap to 4.3.10
    c81743a [CI:BUILD] RPM: cleanup spec and fix eln builds
    2703165 bump to v1.8.0-devel

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
ba9cbc0914 skopeo: update to 1.14.0
Bumping skopeo to version v1.14.0-10-ga85eaac9, which comprises the following commits:

    48d11dac fix(deps): update golang.org/x/exp digest to 6522937
    87eef310 DOCS: add Gentoo in install.md
    f50dc204 DOCS: Update to add Arch Linux in install.md
    9f52e728 fix(deps): update module golang.org/x/term to v0.15.0
    efd76e74 Bump to v1.14.1-dev
    6abf96bb Bump to v1.14.0
    14496ba4 fix(deps): update module github.com/containers/common to v0.57.0
    fa85e47b chore(deps): update dependency containers/automation_images to v20231116
    e4b67e78 fix(deps): update module github.com/containers/image/v5 to v5.29.0
    edefdb66 Add documentation and smoke tests for the new --compat-auth-file options
    518181e5 Update c/image and c/common to latest
    56b96a4d fix(deps): update module github.com/containers/storage to v1.51.0
    a8e7d94e fix(deps): update module golang.org/x/term to v0.14.0
    50cffa38 fix(deps): update module github.com/spf13/cobra to v1.8.0
    0c2cca96 [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.2
    6b2a26f1 [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.1
    6ef8acff fix(deps): update github.com/containers/common digest to 3e5caa0
    5d4e89cc chore(deps): update module google.golang.org/grpc to v1.57.1 [security]
    5307dd66 fix(deps): update module github.com/containers/ocicrypt to v1.1.9
    03c94252 Update github.com/klauspost/compress to v1.17.2
    91611a3a chore(deps): update module github.com/docker/docker to v24.0.7+incompatible [security]
    a9c7c505 Fix ENTRYPOINT documentation, drop others.
    70551db8 Remove unused environment variables in Cirrus
    a2eb508b [CI:DOCS] Update dependency golangci/golangci-lint to v1.55.0
    1fa360a6 chore(deps): update dependency containers/automation_images to v20231004
    fa3e62f2 chore(deps): update module golang.org/x/net to v0.17.0 [security]
    dc4fa672 copy: Note support for `zstd:chunked`
    538dd6f3 fix(deps): update module golang.org/x/term to v0.13.0
    611db7c3 fix(deps): update module github.com/docker/distribution to v2.8.3+incompatible
    43e1a96e fix(deps): update github.com/containers/common digest to 745eaa4
    5fad766c Packit: switch to @containers/packit-build team for copr failure notification comments
    d8b3a17f Packit: tag @lsm5 on copr build failures
    57034826 vendor of containers/common
    7db8fbde fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
    4d921585 fix(deps): update module github.com/containers/common to v0.56.0
    9e89e18f Cirrus: Remove multi-arch skopeo image builds
    32c8a05a fix(deps): update module github.com/containers/image/v5 to v5.28.0
    679615f5 Increase the golangci-lint timeout
    c1e7c974 fix(deps): update module github.com/containers/storage to v1.50.2
    9563e3b8 fix(deps): update module github.com/containers/storage to v1.50.1
    427e58f5 fix(deps): update golang.org/x/exp digest to 9212866
    7c39f363 Fix a man page link
    897619f6 fix(deps): update github.com/containers/image/v5 digest to 58d5eb6
    2976f4f8 GHA: Closed issue/PR comment-lock test
    46979914 fix(deps): update module github.com/containers/common to v0.55.4
    3249973d fix(deps): update module github.com/containers/storage to v1.49.0
    b87a1b3e rpm: spdx compatible license field
    b0d587a9 chore(deps): update dependency golangci/golangci-lint to v1.54.2
    7ced0fb0 chore(deps): update dependency containers/automation_images to v20230816
    4b952d61 Packit: set eln target correctly
    6b827fa7 packit: Build PRs into default packit COPRs
    fec950c2 DOCS: Update Go version requirement info
    449ac9bb DOCS: Add information about the cross-build
    78187ca8 fix(deps): update module github.com/containers/ocicrypt to v1.1.8
    df117e28 fix(deps): update module github.com/containers/common to v0.55.3
    4ee2946b Update c/image after https://github.com/containers/image/pull/2070
    0e3efc64 chore(deps): update dependency golangci/golangci-lint to v1.54.1
    46fcbd3a chore(deps): update dependency containers/automation_images to v20230809
    e98561e2 fix(deps): update golang.org/x/exp digest to 352e893
    4f5ba65a chore(deps): update dependency containers/automation_images to v20230807
    5abce03c Update to Go 1.19
    276b8095 fix(deps): update module golang.org/x/term to v0.11.0
    60ee543f Update c/image for golang.org/x/exp
    ab892075 RPM: define gobuild macro for rhel/centos stream
    f236b5ef Fix handling the unexpected return value combination from IsRunningImageAllowed
    c40f1485 Close the PolicyContext, as required by the API
    e90ad861 Use globalOptions.getPolicyContext instead of an image-targeted SystemContext
    a4aa15f4 Packit: remove pre-sync action
    a0a340a1 fix(deps): update module github.com/containers/common to v0.55.2
    f7dc0847 proxy: Change the imgid to uint64
    a39972ca [CI:BUILD] Packit: install golist before updating downstream spec
    2945e9e0 Update module golang.org/x/term to v0.10.0
    5f87f6ab Bump to v1.14.0-dev
    cb1e9012 Bump to v1.13.0

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
8c6303bb83 crun: update to v1.12
Bumping crun to version 1.12-19-g90b21dd, which comprises the following commits:

    49f439d ctx: drop no_subreaper bool
    b5ad30f krun: fix use of uninitialized integer
    7c5a32a criu: do not set CLOEXEC on fds to inherit
    c9e23a8 criu: fix error return value
    501aa98 handlers: Fix -Werror=unused-parameter build error for spin
    c9014f8 src: use O_CLOEXEC with pipes
    3ad89be src: use O_CLOEXEC for all open/openat calls
    0f0d5be src: close std streams on exec
    08b7d33 build(deps): bump uraimo/run-on-arch-action from 2.5.1 to 2.6.0
    2ad31d4 linux: fix error string
    ce429cb NEWS: tag 1.12
    08d9fea preconfigure cpuset with required resources
    a18356e README.md: update the correct Nix channel
    da991db utils: try attr/<lsm>/* before attr/*
    616aea7 feat: add spin handler
    172bbd0 container: move dereference after check
    2cc04ea systemd: fallback to system bus

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
bf3b7371a3 moby: update to v24.0.7-tip
Bumping moby to version v24.0.7-9-gafcd2cde95, which comprises the following commits:

    d0b5a5a8a5 integration/TestLiveRestore: Wait for process to exit
    f0b5ca47fb liverestore: Don't remove `--rm` containers on restart
    bfbb1dd890 update containerd binary to v1.7.9
    8a9a6702d0 update containerd binary to v1.7.8
    56d9d85c99 Dockerfile: update github.com/tc-hib/go-winres v0.3.1
    6d5c35c0ce update runc binary to v1.1.10
    05d7386665 daemon: daemon.containerRestart: don't cancel restart on context cancel

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
08ec5a182d buildah: update to 1.33.2
Bumping buildah to version v1.33.2-1-g8be6786d5, which comprises the following commits:

    7fffb3366 [release-1.33.2] Bump to v1.33.2
    7add02a3b Update minimum to golang 1.20
    b92ad028b fix(deps): update module github.com/fsouza/go-dockerclient to v1.10.0
    20565e530 fix(deps): update module github.com/moby/buildkit to v0.12.3
    bd0ae2aff Bump to v1.33.2-dev
    38d6d5f11 Bump to v1.33.1
    6d66008b6 Bump to v1.31.2-dev
    f18868d06 Bump to v1.31.1
    f6cb3e474 fix(deps): update module github.com/moby/buildkit to v0.11.4 [security]
    7aa395489 test,heredoc: use fedora instead of docker.io/library/python:latest
    8fb826177 Bump to v1.33.1-dev
    98da6c8d6 Bump to v1.33.0
    2087848c3 Never omit layers for emptyLayer instructions when squashing/cwing
    3a61cc099 Add OverrideChanges and OverrideConfig to CommitOptions
    bbb55b8b8 buildah: add heredoc support for RUN, COPY and ADD
    69f52f805 vendor: bump imagebuilder to v1.2.6-0.20231110114814-35a50d57f722
    fadc0ba08 conformance tests: archive the context directory as 0:0 (#5171)
    3c61dfd4f blobcacheinfo,test: blobs must be resued when pushing across registry
    19d9a6bc0 Bump c/storage v1.51.0, c/image v5.29.0, c/common v0.57.0
    b2b761573 pkg/util.MirrorToTempFileIfPathIsDescriptor(): don't leak an fd
    1fab39559 StageExecutor.Execute: force a commit for --unsetenv, too
    4cf16730b Increase a copier+chroot test timeout
    57d863dfd Add support for --compat-auth-file in login/logout
    dcfbe69a3 Update existing tests for error message change
    5fc64afe1 Update c/image and c/common to latest
    eebecc94d fix(deps): update module github.com/containerd/containerd to v1.7.9
    fe9bdce86 build: downgrade to go 1.20
    4f3876d8e Add godoc for pkg/parse.GetTempDir
    00e73de71 conformance tests: use go-dockerclient for BuildKit builds
    0a85c0629 Make TEE types case-insensitive
    bc59f69c0 fix(deps): update module golang.org/x/crypto to v0.15.0
    10c0222d4 Tweak some help descriptions
    8df9b760b Stop using DefaultNetworkSysctl and use containers.conf only
    99cad6ee1 Implement ADD checksum flag #5135
    1d30520e8 vendor of openshift/imagebuilder #5135
    7e0d66483 Pass secrets from the host down to internal podman containers
    8f86c5784 Update cirrus and version of golang
    61de02b0f image: replace GetStoreImage with ResolveReference
    1306a64cd vendor: bump c/image to 373c52a9466f
    af394a83d pkg/parse.Platform(): minor simplification
    d1bfccf22 createConfigsAndManifests: clear history before cw-specific logic
    9f1c9a8ee Use a constant definition instead of "scratch"
    6552b619c conformance: use require.NoErrorf() more
    acf60abbe fix(deps): update module golang.org/x/term to v0.14.0
    4a470feec fix(deps): update module golang.org/x/sync to v0.5.0
    e8ae12013 fix(deps): update module github.com/spf13/cobra to v1.8.0
    fc74d5071 fix(deps): update module golang.org/x/sys to v0.14.0
    892014df1 fix(deps): update github.com/containers/common digest to 8354404
    2f118fe61 fix(deps): update module github.com/opencontainers/runc to v1.1.10
    ef439b8ad fix(deps): update github.com/containers/luksy digest to b5a7f79
    934c40e73 Log the platform for build errors during multi-platform builds
    3b96b1caf Use mask definitions from containers/common
    34ac2cc4f Vendor in latest containers/common
    2779e7062 fix(deps): update module github.com/containerd/containerd to v1.7.8
    52d48d720 fix(deps): update module go.etcd.io/bbolt to v1.3.8
    02f781b35 container.conf: support attributed string slices
    2b2a4bed8 fix(deps): update module sigs.k8s.io/yaml to v1.4.0
    03b004224 Use cutil.StringInSlice rather then contains
    48a9c4371 Add --no-hostname option to buildah containers
    c536048ca vendor c/common: appendable containers.conf strings, Part 1
    a9e06a64d fix(deps): update module github.com/onsi/gomega to v1.28.1
    2a3a956cb chroot.setupChrootBindMounts: pay more attention to flags
    a4f0d7dec chore(deps): update dependency containers/automation_images to v20231004
    7c8b51068 Vendor containers/common
    0f0ca0cfc chore(deps): update module golang.org/x/net to v0.17.0 [security]
    9c99d7ca8 run: use internal.GetTempDir with os.MkdirTemp
    7704ca6d3 fix(deps): update module github.com/containerd/containerd to v1.7.7
    07d955f27 imagebuildah,multi-stage: do not remove base images
    6fd4f0373 gitignore: add mkcw binary
    9c57af8d1 mkcw: remove entrypoint binaries
    b97f887ca fix(deps): update module golang.org/x/crypto to v0.14.0
    4e6c2b2cd fix(deps): update module golang.org/x/sys to v0.13.0
    f99de537e fix(deps): update module golang.org/x/sync to v0.4.0
    5bfc7d9a4 Update some comments related to confidential workload
    c48a459ea Use the parent's image ID in the config that we pass to imagebuilder
    2d4896f6e fix(deps): update github.com/containers/common digest to 8892536
    065c8d43e fix(deps): update github.com/containers/luksy digest to 6df88cb
    249e30c98 bug: Ensure the mount type is always BindMount by default
    ad3211c26 Protocol can be specified with --port. Ex. --port 514/udp
    a3d2c3125 fix(deps): update module github.com/onsi/gomega to v1.28.0
    8b63fa37b build,config: add support for --unsetlabel
    91f54ed54 tests/bud: add tests
    351012792 [CI:BUILD] Packit: tag @containers/packit-build on copr build failures
    ae5f11e45 stage_executor: allow images without layers
    4c6255679 vendor of containers/common
    b3084b5f4 Removing selinux_tag.sh as no longer needed after 580356f [NO NEW TESTS NEEDED]
    9dd66e4cb add/copy: make sure we handle relative path names correctly
    68ffd1e97 fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
    abc57f8df Bump to v1.33.0-dev
    b574b806e imagebuildah: consider ignorefile with --build-context

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Bruce Ashfield
a6ed7b60ff containerd: update to 2.0-beta
We refresh our GO_FLAGS patch for new context, and drop the install
of v1 or unversioned shims as the runtime-v1 has been dropped

Bumping containerd to version v2.0.0-beta.0-88-g87bf39a7f, which comprises the following commits:

    96aaf5a3b Add core and internal root packages
    c0363754f sandbox: get runtime info from sandbox or container
    95d2a3b7c upgrade: add cri upgrade test case
    0bc963341 runtime/v2: net.Dial gRPC shim sockets before trying grpc
    e1b495866 sandbox: keep rootDir and stateDir compatible
    b0fef6738 sandbox: migrate sandbox_mode to sandboxer
    c8012b6d7 sandbox: make a clear dependency of cri plugins
    2ead89509 Support gzip and zstd HTTP transport compression to fetch remote resources
    8e567aa58 mv pkg/process cmd/containerd-shim-runc-v2/process
    a813097dc Bump up github.com/fsnotify/fsnotify to v1.7.0
    c384e3717 containerd-stress: use config address for CRI test
    d4c828c2c integration: add new binary upgrade case
    8e91edb71 fix(pkg/dialer): minor fix on dialer function for windows
    ad3f8c563 tomlext.Duration add MarshalText method
    6da015284 go.mod: github.com/containerd/continuity v0.4.3
    cd348e6ef .golangci.yml: remove directories that don't exist
    4b556a6e0 Bump up golangci-lint to v1.55.2
    c51d4f9b6 push: always inherit distribution sources from parent
    e15c24655 Move CRI image service into a separate plugin
    80dd779de remotes/docker: close connection if no more data
    7f410ae05 integration: reproduce #9347
    2e9686c05 fix: deflake TestCRIImagePullTimeout/HoldingContentOpenWriter
    4aa932337 CI: update Fedora to 39
    f6c4de6b5 fix: podsandbox depends on Lease plugin
    1b65fe264 fix ticker leak
    1af0cba1a Update documentation for containerd v2.0 packages
    4f42da416 adopters.md: remove Eliot project
    01c442147 Enhance container image unpack client logs
    e7390d4ed vendor: upgrade OpenTelemetry to v1.19.0 / v0.45.0
    1a1bd6d0a runtime/v2/shim: use structured log for plugin ID
    71fd85f5e runtime/v2/shim: run(): remove unused "name" argument
    0a59c33be runtime/v2/shim: rename var that shadowed package var
    be22e12d5 services/server: use structured log for plugin ID
    09de4f1fc services/server: rename var that collided with import
    14e621cf9 services/server: gofumpt
    32bf805e5 sandbox: add a sandboxService interface to criService
    25a4c3d23 sandbox: remove SandboxersServicePlugin
    0cf48bab2 sandbox: podsandbox init its own client
    7d65a4563 Move runc shim implementation to cmd
    e682da76c fix labels in pod sandbox
    64c41162c update tests to use labels from cri/labels
    7e79225ce refactor labels used in cri server
    274a16282 update runc binary to v1.1.10
    2e014fa2a cri: fix update of pinned label for images
    cb555fa16 golangci-lint: enable depguard to prevent re-introducing libcontainer
    dac056fe7 integration: deflake TestIssue9103
    7b9fcfd7c add default enable unprivileged icmp/ports
    a7cd49c68 expected and actual field position adjustment
    e099717f9 validate kernel version for unprivileged icmp/port
    76049170b document runtime and shim configuration and selection
    2fab240f2 integration: init release upgrade test
    2af6db672 switch back from golang.org/x/sys/execabs to os/exec (go1.19)
    a596d09ec cri: add deprecation warning for configs
    35924bccc cri: add deprecation warning for auths
    d7cb25d77 cri: add deprecation warning for mirrors
    58cc275eb cri: add ability to emit deprecation warnings
    68cac3f62 client: remove obsolete ErrCheckpointRWUnsupported
    df19888f8 add warning use inheritable Capabilities
    411e2bce4 Remove plugins package
    9db21401c Switch to github.com/containerd/plugin
    a48ddf4a2 Don't allow io_uring related syscalls in the RuntimeDefault seccomp profile.
    2dfae4c4b Prepare release notes for v2.0.0-beta.0
    6ca4b5260 Update mailmap
    a67efe88d Add tests cases
    f1d659dc5 Update package name in Makefile
    0ffc3e987 Handle ArgsEscaped for new Sb Server
    b85df264e Rename opt to avoid stutter
    261e01c2a Move client to subpackage
    b6adf43d4 test: use 'Autoclear: ture' in TestRwLoop and add Autoclear test
    124d3a20a Sync ops.md, update CLI --help output to be consistent in descriptions
    5fdf55e49 Update go module to github.com/containerd/containerd/v2
    abfc8be53 Fix lint in integration/client
    ddd73ad30 Move protofiles generated into v2 directory
    638b474c8 Temporarily remove imgcrypt in CRI to fix circular dependency
    192168038 Temporarily remove integration/client submodule
    4e3fbd36e vendor: github.com/klauspost/compress v1.17.2
    856d1053f vendor: google.golang.org/grpc v1.58.3
    466ee870d Check scheme and host of request on push redirect
    3fff8b4f6 ctr: new deprecations command
    079383dbe dynamic: record deprecation for dynamic plugins
    260e71abc server: add ability to record config deprecations
    bc861b66f pull: record deprecation warning for schema 1
    9aab44673 introspection: add support for deprecations
    57c897f10 api/introspection: deprecation warnings in server
    240733ce2 warning: new service for deprecations
    aff5b809c deprecation: new package for deprecations
    d48ceb606 Avoid TLS fallback when protocol is not ambiguous
    ed759bae3 Update go fuzz to directly instantiate server
    09e40511a fix bug that using invalid token to retry fetching layer
    2fea521d0 Disable windows-2019 integration test temporarily
    9fc407d8c ci: bump up golangci-lint to v1.55.0
    8b4f9656d sandbox: remove ValidateMode as it is not used
    337cc2171 pkg/cri: should ignore no sandbox bucket
    f515cd5c5 Reorder fields when writing bootstrap params
    3d53fbe85 Fix CRI integration tests
    f76eaf5a6 Fix 'not a directory' error when restoring bootstrap.json
    cf75cfa32 Add more logs around shim restore
    8061cb023 Save bootstrap.json instead of address file
    e03bf32b8 Switch runc to v3
    7a2d801d6 Expose shim instance version
    f66c46806 Bridge task service v2
    daaf67662 Switch runc shim to task v3
    bb64e6a8e Initialize sandbox controller list on CRI server creation
    03d81f595 Use cri streaming pkg from k8s staging
    b006f1c15 integration/client: replace hardcoded strings for OCI-spec consts
    d3f5e0c90 images/archive: replace hardcoded strings for OCI-spec consts
    8e7c10c6d CRI: enhance ImageFsInfo() to support multiple snapshotters
    e4639ad18 Add exports to proxy plugin config
    3986f80c3 go.mod: bump up github.com/opencontainers/image-spec to v1.1.0-rc5
    f7c9e9942 vendor: golang.org/x/net v0.17.0
    c3652540c vendor: golang.org/x/text v0.13.0
    ff602c213 vendor: golang.org/x/sys v0.13.0
    39b168cdb vendor: google.golang.org/grpc v1.57.1
    930ee552e Fix typos
    3ef300ca7 sandbox: remove global variable of podsandbox controller
    7bca70c0c sandbox: do not call Connect when loadShim
    d2d434b7d sandbox: add all sandbox information to Create method
    0707f6869 sandbox: ignore not found error when remove sandbox
    2951fb6dc sandbox: support more sandbox controllers
    8b3597685 sandbox: add Sandboxer field to sandbox metadata
    69e501e7c sandbox: change SandboxMode to Sandboxer
    f372b3501 sandbox: add sandboxer field of sandbox requests
    a782fd6da Use LOOP_CONFIGURE when creating loop devices
    771237563 Add a new image label if it is docker schema 1
    5ad6f3432 CRI: use (snapshotter_id, snapshot_key) to uniquely identify snapshots
    41b2b2a7b go.mod: bump up github.com/klauspost/compress from v1.17.0 to v1.17.1
    4febb0852 deprecated: go-plugin library as runtime plugin
    51c9ffe46 remotes: add handling for missing basic auth credentials
    4f339b5b5 RELEASES.md: mark legacy CRI as removed status
    0a4f79211 Remove use of v1 runtime plugin type for Unix
    71f8b4357 Move dynamic plugins to a subpackage
    7b2a91821 Generalize the plugin package
    a80606bc2 Move plugin type definitions to containerd plugins package
    cb969085f Temporarily remove zfs as built in plugin
    2486c1298 Exit shim when shutdown manager is done
    1b3199324 Rename sbserver to server
    4edc6c2d9 Add note about configuration versions in releases
    c5c94dc86 Fix CRI tests panic on CI
    a3c2c1e4d Clean shell scripts
    fa1d3a9cc Fix dependencies after remove
    3742f7f0d idmapped: use pidfd to avoid pid reuse issue
    2332b9ba1 Remove legacy CRI from CI
    536abf1b3 Remove legacy CRI
    33b1a833c Move CRI testing package out
    016114ff6 Move bandwidth package out of CRI server
    3c1e7ffb8 Integration: Alter TestContainerPids for Windows
    8f013bb71 Add migration for older configuration versions
    313f514fd update to go1.21.3. gp1.20.10
    6b752b536 update to go1.21.2, go1.20.9
    8f3d1c9d9 add cpu-burst param to ctr command
    3ddcd6120 add Duration type to compatible toml v1 version
    535916d1d Skip exec.LookPath if a specific gzip implementation is disabled
    4b59d67dd add a new flag "skip-reference-check" to skip reference name check
    34378ec9b Use Intel ISA-L's igzip if available
    7d6369087 Fix windows default path overwrite issue
    13dcf558e Fix windows default path overwrite issue
    39478eeec go.mod: Bump up github.com/klauspost/compress v1.16.7 to v1.17.0
    859c2651e remotes/docker: Fix MountedFrom prefixed with target repository
    c85b1d1e4 Bump up golangci-lint to v1.54.2
    6169433b6 Fix linter issues for golangci-lint 1.54.2
    e3cb7471a CRI: Snapshotter per runtime handler adjustments
    42dc8faba Bump x/net to 0.13
    79772a0dd remotes: always try to establish tls connection when tls configured
    11a7751af *: add runc-fp as runc wrapper to inject failpoint
    68dd47ef7 containerd-shim-runc-v2: avoid potential deadlock in create handler
    6604ff6c5 containerd-shim-runc-v2: remove unnecessary `s.getContainer()`
    0d76fe5c1 Fix some assertions for integ tests
    1dced31c3 ci-fix: pin the mingw version 12.2.0.3042023
    aae71aa8e update gitignore to indicate that where contributors can use global gitignore
    8ffb03d68 cri: stop recommending disable_cgroup
    5365f4b29 cri: call RegisterReadiness after NewCRIService
    46645b393 Call migrations per version
    5518a5026 remotes: simplify mediatype logic
    8b105984b pkg/transfer/local: simplify mediatype logic
    79acce462 integration: use mediatype helpers
    0ba5b4b62 oci: use mediatype helpers
    cdba61603 remotes: use mediatype helpers
    69034f755 pkg/display: use mediatype helpers
    5ab04ac5a pkg/unpack: use mediatype helpers
    da1196979 pkg/snapshotters: use mediatype helpers
    f1cbc5f90 containerd: use mediatype helpers
    4b1bb1293 remove github.com/opencontainers/runc dependency
    62f621a34 images: simplify mediatype logic
    377c5ca9c images/archive: use mediatype helpers
    bb8a472f2 images: use mediatype helpers
    e7254406c Require plugins to succeed after registering readiness
    62f273d50 Add migrate subcommand to config command
    0320ad184 Add config migration to plugin package
    f58158e2d Add config migration and bump config version
    bf4fbe4e8 docs: Update `transfer` service docs to reflect completed implementations for 1.7
    b40e95e0e images: Config: explicitly return nil-error
    36c2222d3 Add usage calculation test
    3b60e9366 Create new imagetest package
    4c344f2fa Add warning for plugin configs with unknown fields
    a9ba33f8f Allow for images with artifacts to pull
    650148313 Add warning log for unknown config fields
    b5615caf1 Update go-toml to v2
    8b413daff Remove log package except for exported const used by hcsshim
    2f1b92710 Update zfs library to use new log repository
    508aa3a1e Move to use github.com/containerd/log
    f1070c4e1 docs/userns: Clarify requirements for k8s 1.25/1.26
    42eee8bf0 fix: Add `containerd` to the message type reference
    9e819fb4a Update CRI image store to not use containerd client
    dcb2e7447 Improve doc of func NewNetNS
    2ce971d89 Add delete target to image remove
    f8fb2dad3 api: update image service to support target in delete request
    8e3722c7d CI: Set slow_chown for overlayfs snapshotter
    46d3094aa docs/userns: Fix small typo
    d008d64a8 docs/userns: Clarify containerd 1.7 limitations
    e37908200 docs/userns: Document the need to opt-in for a slow chown
    8bf8e2b97 snapshotter: Use capa prefix consistently for capabilities
    ec9e0dca9 overlay: Require opt-in if idmap mounts are not supported.
    03b9ce56b deprecate logs package, but disable linter (for transitioning)
    d69ae811d alias log package to github.com/containerd/log v0.1.0
    729c97cf3 Handle unexpected shim kill events
    ed5f7e7c8 Update image in client to use new usage package
    96a23ccc1 Create new usage package
    79f781d00 Refactor: Removing inherently flaky and unused SourceDateEpochOrNow function.
    8cbb4ea5d vendor: github.com/containerd/nri v0.5.0
    3ca39ef01 fix: Remove `LimitNOFILE` from `containerd.service`
    83240a4f7 Bump crun to 1.9
    967313049 doc: Add documentation about CRI user namespaces
    2e13d3954 pkg/process: Only use idmap mounts if runc supports it
    fce1b9507 go.mod: Update runtime spec to include features.MountExtensions
    a81f80884 Revert "cri: Throw an error if idmap mounts is requested"
    e832605a8 integration: Simplify WithVolumeMount()
    24aa808fe integration: Add userns test with volumes
    ab5b43fe8 cri/sbserver: Pass down UID/GID mappings to OCI runtime
    e916d77c8 platforms: move ToProto, FromProto to api/types
    381442945 platforms: remove errdefs dependency
    e0b2b17de cri/server: Add tests for the linux-specific parts of VolumeMounts()
    10cb112e4 cri/server: Add tests for ContainerMounts()
    97dfa7f55 cri/server: Pass down uidMappings to OCI runtime
    b42bdd125 release: remove `cri-containerd-*.tar.gz` release bundles
    9656b8c0d nri: update mock plugin handlers
    6f9de91ef vendor: update github.com/containerd/nri@v0.4.0
    f7089ba22 leases: add WithLabel
    1480e3bd4 leases: cleanup TestWithLabels
    d94a789d1 Fix usages of `mountinfo.PrefixFilter`
    45e303eea task: expose criu work path opt
    f77185f9e Fix "even if IPv4 comes first" test to have IPv4 first
    88a849626 Don't use `To16() != nil` to detect IPv6 addresses
    eaf607101 update to go1.21.1, go1.20.8
    1a7490c5a Add link to CONTRIBUTING from README
    0413f1272 Add contributors guide
    05093d7c0 vendor: github.com/cncf-tags/container-device-interface v0.6.1
    ac1d556b9 Add image verifier transfer service plugin system based on a binary directory
    55b2df560 go.mod: github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2
    a00888db8 fix reference to canonical fieldmask type
    0041996ca CI: bump up crun to 1.8.7
    4bc0b2660 Revert the removal of the parameter Container
    6ec0d4a3a prevent ctr from creating tags with forbidden characters
    a4bdbf784 content: reduce the contention between ref lock and boltdb lock
    abfabb6d8 contrib/fuzz: fix redeclared issue
    295bcec07 snapshotter: implement unit tests for idmapped mounts for overlay
    9d01ed1c3 integration: add test for idmapped mounts
    e49e6d6fd snapshotter: implement slow path for idmapped mounts check for overlay
    1555a31bf mount: support idmapped mount points
    723c88ce3 snapshotter: add "--remap-labels" support to overlayfs
    e8ddf669f snapshotter: support "remap-ids" capability for overlayfs
    ef6b91947 fix(docs): fix on the windows installation script
    5d31e9378 pkg/systemd: use sync.Once for systemd detection
    7d0ab4fc2 remove uses of github.com/runc/libcontainer/cgroups
    9bc6441c2 vendor: github.com/google/uuid v1.3.1
    13ff185ba Blockfile: Enlighten blockfile copy on Darwin
    a3e8503ed .github: enable fuzz build
    cd705af89 metadata: add image delete events during garbage collection
    3f9756c18 gc: add support for image expiration
    b32638e21 ctr: pull or fetch image metadata by default
    20f79300c push: inherit distribution sources from parent
    24aca53fa Update use of content.Infoprovider
    f8c789f31 content: add InfoProvider interface
    02d519ad6 Update hcsshim tag in runhcs-version script
    a2817ca16 CRI: Include sandbox ID in failed to load error
    492347090 replace reference/docker for github.com/distribution/reference v0.5.0
    26dcae2f6 fix ossfuzz building error
    19d6c37a3 Revert "log: define G() as a function instead of a variable"
    fd5d92a7f Update hcsshim tag versioning to v0.12.0-rc.0
    779875a05 Add missing unpacker.Wait for image import
    4f5db2bc0 metadata: format unit test output
    15b13fb3e Windows: Supply windows shim version via file
    7a0ad09a0 make repositories of install dependencies configurable
    34def8b33 Remove redundant nil check
    fc45365fa Remove most logrus
    f9c35feb3 Makefile: allow overriding GO_BUILD_FLAGS via environment
    490905be6 go.mod: github.com/containerd/continuity v0.4.2
    03abceac5 Update LTS description
    34f32043b Blockfile: Expose RecreateScratch option
    b4f487ce9 Apply suggestions from code review
    1e3540e11 Add stale bot
    4e236962f Update critools to 1.28.0
    c92f4a160 Update RELEASES
    c3f3cad28 Use sandboxed CRI by default
    b76cd4d9f replace some fmt.Sprintfs with strconv
    bbdbf7ab6 Add inspect image commands
    78308b4a4 Add manifest printer library
    11a5dd826 snapshots: replace some fmt.Sprintfs with strconv
    06765c9ef oci: replace some fmt.Sprintfs with strconv
    710d22366 removes/docker: replace some fmt.Sprintfs with strconv
    d7bc8694b pkg/cri: replace some fmt.Sprintfs with strconv
    73e9cfd1c append k8s 1.28  to releases
    6d8329d7f Remove unnecessary joinError unwrap
    8399a4ee7 Remove temporary replace
    7ad0a6ccf Update to latest releases in RELEASES.md
    cd8c8ae4b Remove hashicorp/go-multierror
    1571a5aa0 ctr: metrics: drop unused retval from printWindowsStats()
    7063ae1f6 Makefile: add rule for installing documentation
    de4c338ab Docs: Document proxy plugin diff support
    d09f7cbe0 cri: Fix sandbox_mode "shim"
    60b2cb143 cmd: containerd: allow building w/o systemd notify
    23c95359a Add WithMetaStore to overlay snapshotter to allow bringing your own
    0c1ad52ea cri: spec_linux: drop unused retvals
    eacd74c2b Go 1.21.0
    5756cb00e CI: increase timeout for Binaries
    c883410c9 CI: Explicitly upgrade MinGW on Windows 2019 GitHub runners.
    0f043ae43 seccomp, apparmor: add go:noinline
    5d9bf7d13 CI: temporarily disable ci_fuzz due to incompatibility with recent Go
    e2ce4f58f Populate commit memory for windows memory usage stats
    823e0420e Fix transfer service dependencies:
    cfb30a31a Invoke Stable ABI compatibility function in windows platform matcher
    0cea317a5 FreeBSD: set default runtime
    def5ff3c4 Sandbox: Add annotations to controller CreateOptions
    939ccbed4 Sandbox: Add annotations to CreateSandbox surface
    1fd3a4652 archive/tarheader: fix FreeBSD hdr for regular files
    f8edd5555 update runc binary to v1.1.9
    f35d1f08e go.mod: github.com/opencontainers/runc v1.1.9
    00ef8ba99 Vagrantfile: add strace tool
    601699a18 integration: add ShouldRetryShutdown case based on #7496
    8dcb2a6e6 pkg/cri/sbserver: fix leaked shim issue for podsandbox mode
    72bc63d83 pkg/cri/server: fix leaked shim issue
    5bdd9ca93 integration: add case to reproduce #7496
    b451fa96a bump client-go v0.26.4
    a645ff2e6 Update dependencies after protobuf update in hcsshim
    e7e5619fe Update hcsshim tag to v0.10.0
    54baf766e add metrics for discarding events
    189a1599c archive/compression: update out of date RFC draft link
    cac8b6f4b Makefile: allow overriding the binary executable target dir
    90443f038 CI: update Rocky Linux to 8.8
    0a57dc2a0 CI: update Fedora to 38
    30dd0a17f CI: install Vagrant from Hashicorp
    965641dbc Makefile: allow REVISION be overwritten by environment
    fc32197d4 Makefile: fix overriding go command
    2d3360ec7 CI: move Vagrant tests to GitHub Actions (larger runners)
    4f3c8c468 replace mcr.microsoft.com registry to ghcr.io/containerd registry
    d41c62a55 .github/workflows: add dmesg step for integration-linux
    fd8778fba delete checkout branch in doc
    c62abcb14 docs: document CRI cgroup driver auto detection
    c80a3ecaf cri/sbserver: Use platform instead of GOOS for userns detection
    157dff281 update to go1.20.7, go1.19.12
    687a5f51a fix: allow attaching to any combination of stdin/stdout/stderr
    aa8b094ab platforms: clarify docs for amd64/arm64 variant normalization
    710d987d2 Fix default platform matcher when ctr import
    2d64ab8d7 cri: Don't use rel path for image volumes
    85a2c9a01 log: swap logrus functions with their equivalent on default logger
    6baff1694 log: add package documentation and summary of package's purpose
    238da2c52 log: make Fields type a generic map[string]any
    634a4a1bb log: add log.Entry type
    dd67240f1 log: define OutputFormat type
    778ac302b log: define G() as a function instead of a variable
    81ac648d9 log: add all log-levels that are accepted
    0b6333a41 log: group "enum" consts and touch-up docs
    4a36022e2 log: WithLogger: remove redundant intermediate var
    40ee5fb11 log: SetFormat: include returns in switch
    6fe7e03b8 log: remove testify dependency
    e2ad5a985 removes/docker: remove unnecessary conversion (unconvert)
    ed47d6ba7 cri: implement RuntimeConfig rpc
    a1cdf60cb docker: add test to ensure not found error is returned by resolve
    b4814a29d docker: return most relevant error from docker resolution
    7f7ba31b6 cri: fix using the pinned label to pin image
    480757135 pkg/epoch: fix Y2038 on 32-bit hosts
    98974117b migrate to community owned bucket
    a3404ac42 docker: add missing info log for 4XX/5XX responses
    850b2e1bf go.mod: update cri-api to v1.28.0-beta.0
    480bc8a2b .github/workflows/ci.yml: upgrade Ubuntu from 20.04 to 22.04
    bc96b9039 go.mod: github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0
    da2740885 go.mod: google.golang.org/genproto v0.0.0-20230720185612-659f7aaaa771
    73dc13ad6 go.mod: github.com/urfave/cli/compare v1.22.14
    1c4fc568b go.mod: github.com/prometheus/client_golang/compare v1.16.0
    68abb525a go.mod: github.com/minio/sha256-simd v1.0.1
    1f2216cc7 go.mod: github.com/klauspost/compress v1.16.7
    3c6ab0420 go.mod: dario.cat/mergo v1.0.0
    4bda0a69e go.mod: github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
    0f033b612 go.mod: github.com/emicklei/go-restful/v3 v3.10.2
    90e050298 go.mod: github.com/containernetworking/plugin v1.3.0
    0498acefb go.mod: github.com/.../container-device-interface v0.6.0
    74b8cb850 go.mod: github.com/opencontainers/runc v1.1.8
    895dd2e93 go.mod: github.com/opencontainers/image-spec v1.1.0-rc4
    235a4452d go.mod: github.com/opencontainers/runtime-spec v1.1.0
    06f18c69d cri: memory.memsw.limit_in_bytes: no such file or directory
    f3daf32c7 Fix ro mount option being passed
    b2967a8d6 update runc binary to v1.1.8
    90ecb8104 fix: `ctr images check` outputs not unpacked images in quite mode
    98f27e1d9 Revert "Add support for mounts on Darwin"
    e939d1319 Revert "Revert 416899fc8e81a80a4b09b59c801f98d36ddc0e74"
    6c9c71112 Revert 416899fc8e81a80a4b09b59c801f98d36ddc0e74
    2799b28e6 Add support for mounts on Darwin
    56d80f81a Update hcsshim tag to v0.10.0-rc.9
    9c673f967 pkg/cri/server: TestImageGetLabels: use registry.k8s.io
    f914edf4f [cri] Handle Windows pod transitions gracefully
    52ef3468b Update Go to 1.20.6,1.19.11
    48cdf1fe2 integration: Enable userns tests for sbserver
    9160386ec cri/sbserver: Test net.ipv4.ping_group_range works with userns
    1c6e26844 cri/sbserver: Fix net.ipv4.ping_group_range with userns
    36a96d7f3 cri/sbserver: Remap snapshots for sbserver too
    508e6f6e0 cri/sbserver: Add userns tests to TestLinuxSandboxContainerSpec()
    fb9ce5d48 cri/sbserver: Support pods with user namespaces
    c99cb95f0 cri/sbserver: Let OCI runtime create netns when userns is used
    73c75e2c7 cri/sbserver: Copy userns helpers to podsandbox
    0b6a0fe77 cri/sbserver: Move runtimeStart to match position with cri/server
    90087ac44 WithRemapperLabels: Update doc to mention overlay supports it
    9d9903565 cri: Fix comment typos
    9e34b8b44 Uncopypaste parsing of OCI Bundle spec file
    232538b76 bugfix(port-forward): Correctly handle known errors
    5c480d9c8 Modify loopback size
    7ef133ad4 Fix mount pkg typo
    83ff030e4 Change http.Header copy to builtin Clone
    cdb153ec9 Resolve docker.NewResolver race condition
    01a6e1c73 Dedup WithNewSnapshotView
    6a913ac82 Cirrus CI: configure apt-get to wait for locks
    38f9bc3e0 fix ci Linux Integration test fail
    c17d3bdb5 pkg/cri/server: Test net.ipv4.ping_group_range works with userns
    9bf5aeca7 pkg/cri/server: Fix net.ipv4.ping_group_range with userns
    05fef52b6 vendor: github.com/containerd/zfs v1.1.0
    073de9308 Fix the auto restart fail when using LogURI and TTY together
    00e5ae211 shim: change ttrpcService and ttrpcServerOptioner to exported interfaces
    e9f63f64f update go to go1.20.5, go1.19.10
    22a7c63c0 Sandbox: Change to mount.Mount for CreateOptions
    51a1e7f0b Fix example shim to actually use its task service
    a9cb6090e ci: remove libseccomp-dev installation for nightly
    0607e7326 Move GetTopic function out of runc shim
    5dedb6d0d archive: use 1970-01-01 as the whiteout timestamp
    d6dbc4040 go.mod: Update cgroups to 3.0.2
    f3b7436b6 Platforms: Add From/ToProto helpers for types
    b3ab1f26c Snapshots: Add From/ToProto helpers for types
    0a6b8f0ee OCI: Add From/ToProto helpers for Descriptor
    4df27fd77 Update ginkgo to match cri-tools' version
    9a202e342 seccomp: always allow name_to_handle_at
    55a8102ec mount: Add From/ToProto helpers
    e85352183 integration/client: Rework withBytesBuffers
    54a93c6c5 Make ptypes.Empty a var in contentserver
    cdc90c838 Remove duplicated code in content Copy
    50376ec9f remotes: allow FetchByDigest client to pass mediatype as header
    0a92661e6 Add a platform.ParseAll helper
    e89d7204e MergeStringSlices use sets
    8760b8717 pkg/epoch: extract parsing SOURCE_DATE_EPOCH to a function
    9924e56f4 pkg/epoch: fix tests on macOS
    dfd7ad8b3 Reword Windows file related TODO
    44e2b26a8 pkg/epoch: replace some fmt.Sprintfs with strconv
    f82d9b799 Integration: Align empty IO func on Windows
    f3124d569 Makefile: Remove hcsshim related TODO
    2aeac9a8f Remove duplicated writeIndex func
    7601dd9a9 Dedup manifest config platform helper
    f3df7f739 log when a lease expires
    a01118bbe Minor changes to sandbox metadata
    f60a4a271 cri: drop unused arg from generateRuntimeOptions
    1fb835f04 Remove unnecessary label bucket loop
    a207b430e snapshots/blockfile: fix lint issue
    59b0b39af vendor: update github.com/containerd/continuity
    d358f1680 fix unbound variable
    f4ad68d5f fix-push-image-rate
    7de95cbc4 snapshots/blockfile: deflaky the testsuite
    6dfb16f99 snapshots|pkg: umount without DETACH and nosync after umount
    72b7d1650 mount: support direct-io for loopback device
    437f13410 Don't run CI on push
    e26c97cb8 Save marshalled empty response in streaming service
    9e09bfb59 Use RWMutex in NSMap and reduce lock area
    38b0f970f No more nondistributable layers in MS registry
    d278d37ca Sandbox: Add Metrics rpc for controller
    d115129d1 Add configurable mount options to overlay
    d56722ef2 Sandbox: Add SandboxMetrics rpc
    4bb709c01 avoid "any" as variable name
    577696f60 replace some basic uses of fmt.Sprintf()
    5cd6210ad runtime/v2/runc: handle early exits w/o big locks
    df280942a integration/client: add timeout to `TestShimOOMScore`
    6dd529e40 Pass in imagespec.Platform to WithVolumes()
    d18026592 release ticker correctly
    28a5199ff Add a check to skip stats for containers that are not running
    34a93a0c2 task: don't `close()` io before `cancel()`
    007c5b6e3 Setup otlp from env
    104b9ef9e Update x/sys to 0.8.0
    69b451af5 RELEASES.md: de-deprecation of CNI conf_template will be v1.7.3
    ab5365222 ctr: update WritePidFile to use atomicfile
    c409c631c shim: WritePidFile & WriteAddress use atomicfile
    3c4a1ab1c cri: write generated CNI config atomically on Unix
    f3ba7c8a3 atomicfile: new package for atomic file writes
    28d8c79de Replace atomicBool with the standard library atomic.Bool
    fe4f8bd88 Pinned image support
    a85b12d4d docs: cherry-pick individual commits instead of merge commit
    738c4c6fa Fix issue for HPC pod metrics
    52997ea98 remotes/docker: ResolverOptions: fix deprecation comments
    a35ead5b9 bugfix: add nil pointer check for cgroup v1 mem usage
    2a60fe5a6 Remove events from init context
    d3887b2e6 Support CDI devices in ctr --device flag
    3ca5b4437 Remove cni conf_template deprecation
    94f0af3ec Image.IsUnpacked(): make error-handling more iodiomatic
    54658a115 Image: rename variable that shadowed import
    d2b7a1e29 cleanup DEPRECATED TLS config
    f857626d6 Move PLEG event back to CRI
    fc50334ca Generate sandbox exit events from CRI
    d2605de73 add handling of a '.' commondir and bounds checking to mount_linux
    cf5605459 Move pod sandbox recovery to podsandbox/ package
    45dbb4e54 Publish sandbox events
    65906335b Add sandbox events protos
    21b3318eb Fix several conversions of "ocispec.Image" to "ocispec.Platform"
    f2bc73782 Add cpuset-mems flag to 'ctr run' command
    f642c0a5f ctr: add cpuset-cpus flag to 'ctr run' command
    314d758fa update auths code comment
    9702d4aee snapshots/blockfile: use passed in dst in scratchGenerator
    bb82f3683 snapshots/blockfile: use loop if options is empty
    9287711b7 upgrade registry.k8s.io/pause version
    fbb38ab6b Fix the spelling of repository within the NRI plugin documentation.
    752e13d9a fix(docs): minor fix on the windows installation steps
    c1b926800 Windows Integration: Switch Azure-based CI to vanilla 2019 image.
    b9dfd29b7 Update tests to use volume-copy-up:2.2
    4bfcac85f notify readiness when registered plugins are ready
    7819da843 Document Protocol Buffer Setup
    579b5596c Update volume-ownership image with latest hashes
    88a3e25b3 Add targetOS to WithVolumes()
    c7ec95caf Reword comment and make slight change to code
    ec2bec648 Fix non C volumes on Windows
    3d7522b7f ctr: allow run to override mounts
    7beaa5e85 Add mount options to blockfile snapshotter
    261d45efe docs/remote-snapshotter.md: update links and description
    7274e33e3 CRI: Make stats respect sandbox's platform
    82deabf9d Optimize metadata Schema notes to correctly match metadata structures
    a6cd5e3f4 bugfix: resolve symlink when looking up mountpoint
    b9f2e48e3 feat: make overlay sync removal configurable
    becf04a59 Update to docker/login-action V2
    79709a205 disable provenance
    1be571b14 Add sync before unmount on snapshotter layer test
    b729962e3 Add blockfile snapshotter to snapshotters doc
    798dba9fa Add blockfile as a builtin
    0c386e2eb Add blockfile snapshotter
    d280cb83b chore: update comment for NetworkPluginSetupSerially
    f8907ab87 Update volume-copy-up
    811456b31 go.mod: github.com/containerd/continuity v0.4.0
    6f715ab10 go.mod: github.com/containerd/go-runc v1.1.0
    85cf9a09e Bump seccomp version to be the same as one in runc repo
    cdaa4025e Fix some typos
    3d9dd2022 ctr: fix the cleanup of task
    66307d0b4 CRI: Support Linux usernames for !linux platforms
    5dbae3819 snapshots/testsuite: Rename: fix fuse-overlayfs incompatibility
    df65e321e Simplify closing bundle dir fd
    718250b6b Update ttrpc to v1.2.2
    7e42dc34d improve container Task comment
    4347fc8bc go.mod: github.com/opencontainers/image-spec v1.1.0-rc3
    5e054ee63 go.mod: github.com/opencontainers/runtime-spec v1.1.0-rc.2
    bb61a6d4b cache diffIDs
    6e2c915a4 Bump up golangci-lint to v1.52.2
    ecb693ec7 bump typeurl to v2.1.1
    f5211ee3f Change to Readdirnames for some cases
    e60a17925 .github: disable cache for actions/setup-go@v4
    52afa34f5 cri: update WithoutDefaultSecuritySettings comment
    6f34da5f8 Cleanup logrus imports
    717169bb8 plugin: remove go < 1.8 stub, enable on windows and arm64
    28d749c9e move to CRI-TOOLS v1.27.0
    27f56e607 Fix umarshal metrics for CRI server
    b947a6f52 update go to go1.20.4, go1.19.9
    c54b706c0 Add faasd and actuated into the ADOPTERS file
    d56466cf3 [transfer] avoid setting limiters when max is 0
    2e53c0ec8 Windows integration: fix critest binary path in Azure-based workflow.
    9e7f8fe30 Update CRI registry configuration docs
    0d975230e Fix panic when remote differ returns empty result
    c58a229e5 Run CI when adding to the merge queue
    0ba066474 vendor: github.com/opencontainers/runc v1.1.7
    cbd10e41a vendor: github.com/opencontainers/runc v1.1.6
    27c0fe3eb update runc binary to v1.1.7
    4891bba83 Update tar tests to run on Darwin
    d9f3e387c Remove entry for container from container store on error
    8ba285f6b fix unable to checkpoint the container more than once
    370be0c18 Move logrus setup code to log package
    92b93e376 cri: Vendor v0.27.1
    8c80ccc7f Update external repo links that changed default branch to main
    519457e3e ctr: Add sandbox flag to ctr run
    c786994ea Update transfer configuration
    4e5693938 Add platform config to proxy plugins
    4192ca8f8 pkg/cri/server: sub-test uses array and capture range var
    8bcfdda39 pkg/cri/sbserver: sub-test uses array and capture range var
    745ec84e5 Add diffservice to contrib
    3784c1c91 Add proxy differ
    cb2c3ec8f oci: partially restore comment on read-only mounts for uid/gid uses
    f23816740 go.mod: add comment explaining go-fuzz-headers replace rule
    ec9e74ed9 go.mod: remove replace for github.com/opencontainers/runtime-tools
    6c40cf305 go.mod: integration: use non-pre-release of containerd
    92d1e9bee go.mod: integration: move indirect dependencies to the right group
    18d7e84f9 runtime/shim: fix the nil checkpoint options
    cd16b31cd Get CDI devices from CRI Config.CDIDevices field
    da4de96e2 containerd support k8s 1.27
    4b35c3829 update shim example
    71ababe30 runtime/shim: remove runc/v2/services
    b71f4b751 runtime/shim: rename RunManager to Run
    49111b115 update runc binary to v1.1.6
    85df1cc6b doc: update CI signal info in README
    7e6ab8488 cri: Throw an error if idmap mounts is requested
    85afda6f5 cri: Vendor v0.27.0-beta.0 for mounts uid/gid mappings
    f7b8b1181 update the version of the runc shim in the readme and examples
    dc2fc987c capture desc variable in range variable just in case that it run in parallel mode
    05bb52b27 Use t.TempDir instead of os.MkdirTemp
    7a7519a78 CRI Sbserver: Make PodSandboxStatus friendlier to shim crashes
    79cb4b000 [sbserver] handle missing cpu stats
    464a4977a [sbserver] Refactor usageNanoCores be to used for all OSes
    e0b817ec1 Fix argsEscaped tests
    aee358765 Update to setup-go@v4 action
    811be6085 Update Azure-based Windows workflow image SKUs.
    dfc7590d5 remotes/docker: Add MountedFrom and Exists push status
    db223271e Register imagePullThroughput and count with MiB
    6f0714efc Use RunWithPrivileges
    b41ca1159 Fix access denied on mounted vhdx root
    a7fddb40b Use wait instead of a sleep to check for startup delay
    d0527e228 Support for dropping inheritable capabilities
    0fb2d9132 update go to go1.20.3, go1.19.8
    cab056226 oci: Use WithReadonlyTempMount when adding users/groups
    c9e5c33a1 UnmountAll is a no-op for missing mount points
    8538e7a2a Improve error messages and remove check
    ba74cdf15 Make ReadOnly() available on all platforms
    7bb2756bc Increase integration test tmieout to 20m
    1279ad880 Remove bind code path in mount()
    6a5b4c9c2 Remove "bind" code path from diff
    76690706f CI: bump up crun to 1.8.3
    d373ebc4d Properly mount base layers
    ca5605b4a Skip parent layer options on bind mounts
    7f82dd91f Add ReadOnly() function
    157fe6a13 docs: fix typo in comment of ExitStatus.Exit(Code|Time)
    4012c1b85 Remove escalated privileges
    54f8abe55 Use DefaultSnapshotter
    47dd3dcff use t.Fatal if we cannot enable process privileges
    e31bef15f Update continuity
    95687a932 Fix go.mod, simplify boolean logic, add logging
    7a36efd75 Ignore ERROR_NOT_FOUND error when removing mount
    db3279859 Update continuity, go-winio and hcsshim
    00efd3e6d Remove unused function
    dc980b14a Grant needed privileges for snapshotter tests
    feb637f92 Fix layer comparison and enable read-only checks
    36dc2782c Use bind filer for mounts
    d591bb042 Enable TestSnapshotterClient on Windows
    7b36becd2 Run Windows snapshotter through the test suite
    ac30eabbd Fix misspelling of 'Native' as 'Naive'
    639c5799a Add paired 'mount' log for 'unmount'
    8395e3a89 Don't use all-upper-case filenames in snapshot tests
    909730dec Skip tests that do not apply to WCOW on Windows
    469c13997 Ensure mounts are unmounted before leaving the test
    84cc3e496 Unify testutil.Unmount on Windows and Unix
    474a257b1 Implement Windows mounting for bind and windows-layer mounts
    34b07d3e2 Implement WCOW parentless active snapshots and view snapshots
    82ec62b86 fix: cio.Cancel() should close the pipes
    ac84bf7c8 Update sbserver to add noexec nodev and nosuid to /etc/resolv.conf mount bind.
    126ab72fe Keep linux mounts for linux sandboxes on Windows/Darwin
    990199a02 Test to ensure nosuid,nodev,noexec are set on /etc/reolv.conf mount.
    96490734b update runc binary to v1.1.5
    b55dad06a go.mod: github.com/opencontainers/runc v1.1.5
    c89438e83 integration: add container start test using abs runtime path
    3557ac884 Extract image service from CRI
    97064b077 WithRuntimePath uses the TaskInfo.RuntimePath field
    c56f54aa1 devmapper plugin: skip plugin when not configured
    a11e47b48 Use built in atomic.Bool
    87346df54 Defer uid lookups on Darwin
    ae4dbb60d Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind.
    1be08b10f ctr/tasks: fix unmarshal the task metrics for cgroups v1
    8322bcb88 Adds a file header
    50b576a94 Adds a dev container and Codespaces docs
    0bbca7f1b Cleanup protobuild config
    daa3a7665 Add `WithReadonlyTempMount` to create readonly temporary mounts
    f48ae2227 fix: Update error message format based on feedback
    3193650f1 fix: 'failed to resolve symlink' error messaging
    14714b94d Fold the output of `crictl info`
    5fdca538d adding cni metadata to the container in the `ctr run --config`
    32d431a7c Update crictl doc
    690ae58ca Update cri-tools version on windows
    5956cdea8 Remove third-party package cri-api
    c011502bd Remove cri v1alpha1 services
    23d288a80 Remove the CriuPath field from runc's options
    62f98a1c1 CRI: Don't always close netConfMonitor channel
    a4d33a784 Remove support for config.toml `version = 1`
    3e87f05b6 Fix image pulling with Transfer service
    c5f1086ad Update docs
    fda5c84bc Update gce contrib to use v2 by default
    8bd82e355 Remove no_pivot when creating container from CRI
    07c2ae12e Remove v1 runctypes
    c50a3ef04 Update Makefile and CI
    ef516a150 Remove runtime v1
    76778aee6 integration: add restart monitor test for paused task
    35a103d32 Remove "containerd.io/restart.logpath" label (deprecated since v1.5)
    08337f356 Pre-splice strings and determine whether it is a file and check criCleanup err.
    e0d9b9663 Fix restarting the paused containers
    86fc1ccab Remove `aufs` snapshotter (deprecated since v1.5)
    50740a1a0 use strings.Cut instead of strings.Split for parsing imageConfig.User
    b39ac5d09 docs: fix typo in comment of plugin.Plugin.Err()
    d835fd2a3 Sandbox: Correct/add some fields to Status()
    d3e856da7 export: add test for WithSkipDockerManifest
    70da5c783 Sandbox: Cleanup shim on Start failure
    406583165 archive: consistently respect value of WithSkipDockerManifest
    727b25403 fix userstr for dditionalGids on Linux

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-04 02:52:53 +00:00
Sandeep Gundlupet Raju
caa14c63f1 zynqmp-xen-qemu.dtsi: Remove device_type dt nodes
Remove device_type device tree nodes as these nodes are no longer
required for Xen qemu boot.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-12-14 20:00:06 +00:00