Commit Graph

  • a37b451cde
    build(deps): bump tags.cncf.io/container-device-interface dependabot[bot] 2024-04-22 23:45:02 +0000
  • 1412a255ec
    Merge pull request #10068 from kiashok/portForwardingWindows-ipv6 Derek McGowan 2024-04-22 21:14:18 +0000
  • 888fd315fd
    Update CNI to v1.2.0 Derek McGowan 2024-04-22 14:12:15 -0700
  • 6d1ae8b439
    Merge pull request #10104 from thaJeztah/go1.21.9 Phil Estes 2024-04-22 20:12:51 +0000
  • 9ee3bfaba2
    images: tests: Fix typos in the tests Fabiano Fidêncio 2024-04-22 20:36:04 +0200
  • 13e6b2b686
    update to go1.21.9, go1.22.2 Sebastiaan van Stijn 2024-04-22 19:43:32 +0200
  • 42e4de9c54
    Prepare release notes for v2.0.0-rc.1 Derek McGowan 2024-04-18 21:08:18 -0700
  • 17294e5816
    Merge pull request #10047 from containerd/dependabot/go_modules/golang-x-5cf8641f85 Derek McGowan 2024-04-22 16:18:12 +0000
  • c51463010e docs: update registry config guide Shuaiyi Zhang 2024-04-15 05:07:02 +0000
  • 4a31bd606d chore: use errors.New to replace fmt.Errorf with no parameters will much better ChengenH 2024-04-21 21:49:31 +0800
  • 8936631603
    Merge pull request #10099 from kiashok/updateHcsshim-main Fu Wei 2024-04-21 12:55:17 +0000
  • a6a82c1023 Update hcsshim to v0.12.3 Kirtana Ashok 2024-04-19 15:26:47 -0700
  • 7e60d5a074 Account for ipv4 vs ipv6 localhost in windows port forwarding Kirtana Ashok 2024-04-10 16:52:56 -0700
  • 6e0dc9f50f
    Merge pull request #10089 from samuelkarp/bump-nri-v0.6.1 Kazuyoshi Kato 2024-04-18 23:07:13 +0000
  • a153b2cd32
    mod: bump github.com/containerd/nri@v0.6.1 Samuel Karp 2024-04-18 15:00:34 -0700
  • d8340d9286
    Merge pull request #10078 from containerd/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.1 Phil Estes 2024-04-18 21:50:00 +0000
  • b73c7585ee
    Merge pull request #10079 from containerd/dependabot/go_modules/github.com/klauspost/compress-1.17.8 Phil Estes 2024-04-18 21:49:46 +0000
  • 77512e2d79
    build(deps): bump the golang-x group with 3 updates dependabot[bot] 2024-04-15 23:41:36 +0000
  • c8d9eba7c6
    build(deps): bump github.com/klauspost/compress from 1.17.7 to 1.17.8 dependabot[bot] 2024-04-15 23:41:14 +0000
  • 1c0f73aa0d
    build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 dependabot[bot] 2024-04-15 23:41:04 +0000
  • 8317959018
    Merge pull request #10073 from dcantah/snapshotters-root-export Samuel Karp 2024-04-15 07:31:09 +0000
  • 32caaee484 Snapshotters: Export the root path Danny Canter 2023-10-11 21:49:27 -0700
  • 8eb03f17b1
    Merge pull request #10070 from testwill/close_file Fu Wei 2024-04-14 00:58:38 +0000
  • 92900bf730
    Merge pull request #10069 from anmaxvl/hpc-default-workingdir Maksym Pavlenko 2024-04-12 18:12:42 +0000
  • b82ced57f9 fix: close profile guangwu 2024-04-12 15:50:42 +0800
  • c7ea06a69b fix default working directory hostProcess Maksim An 2024-04-11 23:35:55 -0700
  • b693d137ed
    Merge pull request #10048 from containerd/dependabot/go_modules/otel-db663757ef Fu Wei 2024-04-12 02:42:16 +0000
  • 1040c7b98e
    build(deps): bump the otel group with 8 updates dependabot[bot] 2024-04-11 18:13:08 +0000
  • 81546a447b
    Merge pull request #10050 from containerd/dependabot/go_modules/google.golang.org/grpc-1.63.2 Maksym Pavlenko 2024-04-11 17:25:48 +0000
  • 203f9c2b5b
    Merge pull request #10059 from dcantah/ignore-eintr-helper Maksym Pavlenko 2024-04-11 17:25:13 +0000
  • 99693a32c2
    Merge pull request #10041 from elezar/bump-container-device-interface-v0.7.1 Phil Estes 2024-04-11 15:33:21 +0000
  • b50e9eae43 Refactor spots to make use of sys.IgnoringEintr Danny Canter 2024-04-10 04:15:55 -0700
  • 3ea69db8e9 Add helper to ignore eintr Danny Canter 2024-04-10 04:13:27 -0700
  • 2adae6093e
    Merge pull request #10060 from dcantah/unix-waitid Phil Estes 2024-04-10 16:48:12 +0000
  • 1b62224181 Bump tags.cncf.io/container-device-interface to v0.7.1 Evan Lezar 2024-04-05 17:13:39 +0200
  • ad584ebecb Replace direct waitid syscall with unix.Waitid Danny Canter 2024-04-10 05:52:43 -0700
  • 27dfb0d09e
    Merge pull request #10054 from tklauser/unix-syncfs Akihiro Suda 2024-04-10 10:18:47 +0000
  • 7c50784591
    Remove empty default tls configuration in ctr Derek McGowan 2024-04-09 15:40:09 -0700
  • a68f9b7c56
    Merge pull request #9419 from ChengyuZhu6/pause_image Mike Brown 2024-04-09 15:52:04 +0000
  • b6e3616949 cri: add pause image name to annotations ChengyuZhu6 2023-11-23 15:43:24 +0800
  • 0ec14fdf8c
    core/diff/apply: use unix.Syncfs Tobias Klauser 2024-04-09 15:12:43 +0200
  • 739659a4b3
    build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.2 dependabot[bot] 2024-04-08 23:56:23 +0000
  • 406e9e84b4
    Merge pull request #9415 from kiashok/fixIntegrationClientAddr Mike Brown 2024-04-08 22:58:33 +0000
  • 454bd58a27
    Merge pull request #10031 from ktock/fail-plain-http-2.0 Maksym Pavlenko 2024-04-07 03:35:19 +0000
  • d29df16c75
    Merge pull request #7807 from swagatbora90/tracing-documentation-update Phil Estes 2024-04-05 14:32:47 -0400
  • ac8f7698cf
    Merge pull request #9999 from laurazard/fix-exec-concurrent-shim Phil Estes 2024-04-05 09:27:35 -0400
  • d0cdb23fd2
    Merge pull request #10024 from ktock/plain-http Derek McGowan 2024-04-04 22:15:17 +0000
  • 4332794384
    Transfer: Registry: Enable plain HTTP Kohei Tokunaga 2024-03-28 21:54:46 +0900
  • 0807efb9ef
    Merge pull request #10021 from sctb512/fix-unstable-sort Maksym Pavlenko 2024-04-02 21:26:09 +0000
  • 88b4cc659a address review comments Swagat Bora 2023-02-22 20:25:07 +0000
  • f20c49311d Update tracing documentation to add details about manual instrumentation Swagat Bora 2022-12-13 20:51:19 +0000
  • 3a8c27dff8
    Merge pull request #9908 from ktock/transfer-host-dir Derek McGowan 2024-04-02 18:59:43 +0000
  • 63d5573a38
    remote: Fix HTTPFallback fails when pushing manifest Kohei Tokunaga 2024-04-03 00:02:30 +0900
  • 8b788ff93c
    Merge pull request #10015 from containerd/dependabot/go_modules/github.com/distribution/reference-0.6.0 Phil Estes 2024-04-02 13:55:31 +0000
  • 4c5f2bce1a
    Merge pull request #10023 from dcantah/liststats-notfound Fu Wei 2024-04-02 12:46:35 +0000
  • 7bd4d348eb add info of exited event ningmingxiao 2024-04-01 19:42:45 +0800
  • 2474a99c30 Add IsNotFound case to ListPodSandboxStats Danny Canter 2024-03-30 21:20:22 -0700
  • 3830f81678 fix(cri): fix unexpected order of mounts since go 1.19 Bin Tang 2024-03-30 10:57:57 +0800
  • c17839bdc7
    Merge pull request #10016 from containerd/dependabot/go_modules/github.com/Microsoft/hcsshim-0.12.2 Phil Estes 2024-03-29 19:32:51 +0000
  • cbb6441827
    build(deps): bump github.com/Microsoft/hcsshim from 0.12.0 to 0.12.2 dependabot[bot] 2024-03-29 07:32:36 +0000
  • 362fcf2d27
    build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0 dependabot[bot] 2024-03-29 07:32:27 +0000
  • 7b0802cca7
    Merge pull request #10004 from zjumoon01/ctr Maksym Pavlenko 2024-03-29 05:07:02 +0000
  • 5b6ae0f796 Use different containerd sock address in tests Kirtana Ashok 2023-11-22 14:39:08 -0800
  • b0d00f8636
    Merge pull request #9995 from containerd/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.0 Akihiro Suda 2024-03-27 11:20:53 +0000
  • ab2c569fb2 ctr: fix parsing mount options baijia 2024-03-27 17:50:39 +0800
  • 61ec2e9eb9
    Merge pull request #9679 from kiashok/portForwardingWindows-main Fu Wei 2024-03-27 03:36:09 +0000
  • 38a71154c6
    Merge pull request #9971 from containerd/dependabot/go_modules/github.com/checkpoint-restore/go-criu/v7-7.1.0 Phil Estes 2024-03-27 01:23:37 +0000
  • b40a912e7b
    Merge pull request #9994 from containerd/dependabot/go_modules/github.com/intel/goresctrl-0.7.0 Phil Estes 2024-03-27 00:27:10 +0000
  • 9c99229b1a
    Merge pull request #9998 from irLinja/typo Phil Estes 2024-03-26 17:20:16 +0000
  • b97ef91fb7 Change port forwarding on windows Kirtana Ashok 2024-01-23 14:29:47 -0800
  • ea681afbaa
    docs: fix typo Arash Haghighat 2024-03-26 14:17:09 +0100
  • 74938f6a06
    Merge pull request #9885 from Iceber/fix_pin_loaded_pause_image Fu Wei 2024-03-26 13:40:56 +0000
  • 6d00c3ada8
    runc-shim: only defer init process exits Laura Brehm 2024-03-26 13:17:07 +0000
  • da4ca49498
    build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 dependabot[bot] 2024-03-25 23:13:31 +0000
  • dd72fb3b25
    build(deps): bump github.com/intel/goresctrl from 0.6.0 to 0.7.0 dependabot[bot] 2024-03-25 23:13:19 +0000
  • b450bffc9e
    Merge pull request #9977 from thaJeztah/remove_todo Phil Estes 2024-03-25 16:29:16 +0000
  • 98544a3585 Add file name to device type check failure message Jian Wang 2024-02-22 17:26:35 +0100
  • 3b0b3e533c
    Merge pull request #9976 from thaJeztah/internalize_cri_utils Derek McGowan 2024-03-22 22:31:38 +0000
  • f7ef4b0e02
    Merge pull request #9983 from cpuguy83/fix_transfer_svc_platform_matcher Kazuyoshi Kato 2024-03-22 21:54:32 +0000
  • e41e9e11b5 transfer: Platform matcher should match multiple platforms Brian Goff 2024-03-21 14:51:36 +0000
  • d0d35f0d03
    core/images/archive: normalizeReference: remove outdated TODO Sebastiaan van Stijn 2024-03-20 11:41:50 +0100
  • 26158609b5
    pkg/seutil: move to internal/cri Sebastiaan van Stijn 2024-03-20 11:11:24 +0100
  • 33732bc13e
    pkg/systemd: move to internal/cri Sebastiaan van Stijn 2024-03-20 11:05:25 +0100
  • 124456ef83
    Merge pull request #9864 from hinshun/feature/import-compressed Maksym Pavlenko 2024-03-19 22:16:25 +0000
  • 9a4231dcfc
    Merge pull request #9961 from zhanluxianshen/clean-cri-opts Maksym Pavlenko 2024-03-19 19:45:40 +0000
  • 2986e45d9a
    Merge pull request #9966 from AkihiroSuda/postpone-9766 Maksym Pavlenko 2024-03-19 19:45:13 +0000
  • 3c9e0bdac3
    Merge pull request #9972 from containerd/dependabot/go_modules/github.com/containernetworking/plugins-1.4.1 Maksym Pavlenko 2024-03-19 19:44:05 +0000
  • 93022d83d1
    Merge pull request #9735 from dmcgowan/prepare-v2.0.0-rc.0 Derek McGowan 2024-03-18 18:46:11 -0700
  • 0d0850af16
    Prepare v2.0.0-rc.0 Derek McGowan 2024-01-30 14:52:01 -0800
  • f5abb63c09
    Update mailmap Derek McGowan 2024-02-01 21:25:54 -0800
  • 30813f6463
    build(deps): bump github.com/containernetworking/plugins dependabot[bot] 2024-03-18 23:08:13 +0000
  • 0fafc0c500
    build(deps): bump github.com/checkpoint-restore/go-criu/v7 dependabot[bot] 2024-03-18 23:08:01 +0000
  • d3a77cbb2c
    Merge pull request #9967 from thaJeztah/bump_protobuf Derek McGowan 2024-03-18 20:44:21 +0000
  • 7c1fca096d
    Update migration script based on usage Derek McGowan 2024-01-30 14:51:08 -0800
  • 45e425ccce
    vendor: github.com/golang/protobuf v1.5.4 Sebastiaan van Stijn 2024-03-18 13:44:06 +0100
  • 4aa6fedd55
    CRI: postpone removal of deprecated config properties Akihiro Suda 2024-03-17 15:14:13 +0900
  • 34c545824f Automatically decompress archives for transfer service import Edgar Lee 2024-02-23 23:11:48 +0800
  • df26c189af
    Clean cri options and useless parms zhanluxianshen 2024-03-13 01:04:15 +0000
  • c03290cb00
    Merge pull request #9962 from dmcgowan/fix-podsandbox-exit-filter Derek McGowan 2024-03-13 16:14:14 +0000
  • 90ec00c80c
    Merge pull request #9963 from dmcgowan/gha-on-fork Fu Wei 2024-03-13 08:29:54 +0000