Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Update module containerd/containerd to v1.4.0 #16

Merged
merged 3 commits into from
Aug 17, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2020

This PR contains the following updates:

Package Type Update Change
github.com/containerd/containerd require minor v1.3.7 -> v1.4.0

Release Notes

containerd/containerd

v1.4.0

Compare Source

Welcome to the v1.4.0 release of containerd!

The fifth major release of containerd includes a mix of new features and
expanded support, such as support for CGroups v2, expanded SELinux support,
support for Windows on Kubernetes through CRI, and support for snapshotters
based on shared remote storage. All significant bug and stability fixes included
in this release are also available on supported prior releases. Like previous
major releases, what is not included in this release is also important. There
are only two small additions to the API with no backwards incompatible changes,
allowing client and daemon upgrades to be done independently without disruption.
The incredible increase in usage of containerd over the last year has shown the
value of our core principles to easily expand support for different use cases
while driving toward ever increasing stability.

Runtime
  • Support cgroups v2 #​3726
  • Improved SELinux support
  • Rework shim logger shutdown process #​4162
  • Deprecate io.containerd.runtime.v1.* and io.containerd.runc.v1 #​4384
Snapshots
  • Support target snapshot option on prepare to allow skipping prepare when snapshot reports target already exists #​3793
  • Add filters to walk function #​3709
  • Support for FUSE mounts #​3765
  • Snapshotter options passed to backend #​4080
  • Support for lazy-pull snapshotters such as stargz-snapshotter
Plugins
  • Proxy snapshotter support for cleanup #​3925
Client
  • Add spec options for host device and privileged handling #​3718
  • WithLease takes options for more flexibility #​3719
  • Add unpack options for pull #​3826
  • Improve host fallback behaviour in docker remote #​3868
  • Defer layer download until unpack to support skipping download when snapshotter reports already exists #​3870
  • Split UID and GID namespace mapping in spec generation #​3881
  • Propagate snapshotter layer annotations on unpack #​3911
  • Create image record after blob download to fix concurrent download issue #​3972
  • Use spec's mountLabel when mounting container rootfs #​4051
  • Add Linux resources to spec options #​4083
  • New registry configuration tooling for improved mirror and endpoint options #​4138
  • Add namespace query parameter when using a registry proxy #​4413
API
Daemon
  • Support NOTIFY_SOCKET for notifying the daemon's readiness to systemd #​4088
  • Remove libseccomp requirement, seccomp support is now always built-in #​4439
Windows
  • Disk usage support in snapshotter #​3785
  • Add support for custom wcow and lcow sandbox scratch sizes #​3965
  • Enable CRI plugin #​4076
CRI

And many more improvements and bug fixes in the complete changelog

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Phil Estes
  • Lantao Liu
  • Sebastiaan van Stijn
  • Akihiro Suda
  • Michael Crosby
  • Mike Brown
  • Wei Fu
  • Derek McGowan
  • Boris Popovschi
  • Maksym Pavlenko
  • Stefan Berger
  • Brandon Lum
  • Davanum Srinivas
  • Rui Chen
  • Brian Goff
  • Shengjing Zhu
  • Kohei Tokunaga
  • Kir Kolyshkin
  • Paul "TBBle" Hampson
  • Justin Terry
  • Kazuyoshi Kato
  • Li Yuxuan
  • Fahed Dorgaa
  • Gaurav Singh
  • Hu Shuai
  • Xiaodong Ye
  • Jie Hao Liao
  • Johannes Frey
  • Mario Macias
  • Ted Yu
  • Eric Ren
  • Erik Sipsma
  • Fupan Li
  • Joakim Roubert
  • Sam Whited
  • Sascha Grunert
  • Tõnis Tiigi
  • Alex Price
  • Antonio Ojea
  • Byonggon Chun
  • Daniel Canter
  • Darren Shepherd
  • Ed Bartosh
  • Eric Ernst
  • George Goh
  • Junior Santos
  • Kathryn Baldauf
  • Kenta Tada
  • Kevin Parsons
  • Manuel Rüger
  • Seth Pellegrino
  • Stephen J Day
  • Tibor Vass
  • Tom Faulhaber
  • xianlubird
  • Abhishek Kulkarni
  • Alex Ellis (OpenFaaS Ltd)
  • Ameya Gawde
  • Andrew Dunham
  • Angela Li
  • Arnaud Rebillout
  • Ashray Jain
  • Avi Deitcher
  • Bingshen Wang
  • Brian Pursley
  • Chethan Suresh
  • Chris C
  • Daniel Bevenius
  • Dave Syer
  • Drew Erny
  • Eli Uriegas
  • Erik Wilson
  • Evan Cordell
  • Fabricio Voznika
  • Florian Schmaus
  • Gábor Lipták
  • Haitao Li
  • HsuanChi (Austin) Kuo
  • Ivan Markin
  • Jacob Blain Christen
  • James Sturtevant
  • Jintao Zhang
  • Johann Neuhauser
  • John Millikin
  • Jordan Karaze
  • Joris De Winne
  • Josh Dolitsky
  • Justin Cormack
  • Justin Hutchings
  • Kiril Vladimiroff
  • Laszlo Janosi
  • Lifubang
  • Lorenz Brun
  • Lucas Kanashiro
  • Martin Hickey
  • Mihai Coman
  • Mikko Ylinen
  • Morgan Bauer
  • Murat
  • Nick Ethier
  • Nishchay Kumar
  • Peng Tao
  • Philip Marin
  • Reid Li
  • Rudy Zhang
  • SaiHarshaK
  • Seth Bunce
  • Sherif
  • Shiwei Zhang
  • SiYu Zhao
  • Stanislav Levin
  • Takumasa Sakao
  • Thibaut Collet
  • Tim Allclair
  • Tobias Bradtke
  • Tobias Klauser
  • Tom Wieczorek
  • Ulysses Souza
  • Wilbert van de Ridder
  • Yikun Jiang
  • Zhiyu Li
  • dingdongx
  • kenneth.kang
  • sayaoailun
  • yang yang
  • yuxiaobo
  • 张潇
  • 徐敏才
Changes
876 commits

  • 09814d48 Merge pull request #​4479 from dmcgowan/prepare-1.4.0
  • d68ddb0c Prepare v1.4.0
  • 6be2eccd Update releases page for v1.4.0
  • 298f4366 Merge pull request #​4480 from AkihiroSuda/disable-vagrant-crun
  • d469bffc CI: disable crun on Vagrant to decrease flakiness
  • 1267b19d Merge pull request #​4476 from thaJeztah/systemd_license_header
  • 77a33e3d systemd: add license header to systemd unit
  • 43366250 Merge pull request #​4456 from crisesw/ctr-cpu-limit
  • e87c38ae Merge pull request #​4471 from AkihiroSuda/vagrant-increase-mem
  • 8d39722f Vagrantfile: increase memory
  • e9f94064 Merge pull request #​4469 from dmcgowan/update-1.4.0-rc.1
  • 790c131c Merge pull request #​4465 from dmcgowan/github-release-cri
  • 41469ed7 Update version for 1.4.0-rc.1
  • f0c50967 Merge pull request #​4466 from thaJeztah/bump_cri2
  • 60fa35f1 Fix DCO commit limit
  • d2472ecc Add CRI release build
  • 1c7312e5 Update containerd systemd unit file
  • ccda5376 Create etcd user in cloud init.
  • e973719c use containerd/project header test
  • cb7ffd4b Fix indent in cni.template.
  • 3e03ba7a Update deployment and integration test
  • 9c545179 Add TaskMax=infinity
  • 523b0b3c Remove noSnat
  • 231d291b Use v2 config.
  • 1e1688d2 Use per-pod shim.
  • 87bd84a7 Add DefaultRuntimeName option.
  • cfab98a5 Use ctr images import.
  • 5e3ac16c Add cri as required plugin.
  • 5b9d8476 Use runc.v1 for now for debugging.
  • e6e272e7 Enable runc.v2 as the default runtime in test.
  • d19aa0fd Use local env to avoid writing to passed-in readonly env.
  • ee6d69bb Set default "" to extra runtime handler.
  • 474c79bd Expose vars to configure an additional runtime handler
  • ce12477f Support docker 18.09 in the test script.
  • 14671210 Remove the unused health-monitor.sh.
  • 201ad4d3 Support netd in GCE bootstrap.
  • 5ce70575 Serve streaming on localhost by default to match k8s 1.11 default.
  • b553fdaf Remove crictl on GCE for all cases.
  • d8ce08fd Set stream server to serve on localhost on GCE.
  • 1629bab7 Make max container log line size configurable through cloud init.
  • 042378dc Disable TLS streaming to work with new kubelet streaming proxy.
  • 37f2ecad Update cni.template
  • b58b6fef Disable restart plugin on GCE.
  • f938a166 Fix kube-container-runtime-monitor.
  • 91f8e61b Use crictl installed in kube-up.sh
  • 5161f663 Add unix:// prefix for socket addresses used by CRI remote client.
  • 1b995fca Add KUBE_CONTAINER_RUNTIME_NAME to fix fluentd support.
  • 48457a25 Try using preloaded containerd if no version is specified.
  • c67a38b0 Add log level support.
  • 4453aac0 Improve gce bootstrapping in various ways.
  • 1bd3cdc5 Add cni config template support.
  • d520fac5 Enable TLS streaming in all the setup.
  • cdb4aec9 Use systemd service cgroup and oom score adj.
  • af8bd806 Fix for kube-up.sh and update several documments.
  • 005da4a9 Replace ctrcri with ctr cri.
  • 0e2bd216 Update GCE cluster bootstrapping and e2e test
  • 59e65e1f Enable container log rotation.
  • 85b4e69c Do not block on stream server close.
  • 2ea6584c Add initial wait for health-monitor and use pkill -x.
  • 56b7ef2c The ENV is finalized as KUBE_KUBELET_EXTRA_ARGS.
  • 24a3a0a0 change crictl sandboxes to pods; other references to sandboxes
  • 8bc30e7a Update ocicni to main stream.
  • a0107155 Add a separate CLI for cri-containerd ctrcri.
  • a843a306 Use registry-1.docker.io as backup
  • ec649079 Put version into metadata so that version won't be changed across restart.
  • 7cbc1c8d Set registry mirror.
  • 9f0816ac Configure container runtime cgroups for cgroup.
  • be72f47e Add runtime cgroup and fix a cli panic.
  • 680e21c4 Update all glog flags to log-level.
  • d50b9dd6 Update containerd to 6c7abf7.
  • 869ea6b0 Add document for kube-up.sh
  • 30cbfb62 Add OS and arch in release tarball.
  • 0512d1e0 Add cluster directory and health-monitor.sh.
  • 8a3f1c99 Merge pull request #​4451 from dweomer/test-selinux
  • a1736f98 vendor: containerd/cri 4e6644c
  • 15fa7f37 vendor: update kubernetes v1.19.0-rc.4
  • 4a0ac319 vendor: golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4
  • f80b4dc5 vendor: golang.org/x/net v0.0.0-20200707034311-ab3426394381
  • 5a9a6a14 vendor: golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  • aa40ebb4 vendor: json-iterator/go v1.1.10
  • 4252d2c9 Merge pull request #​4461 from AkihiroSuda/update-rootless-doc
  • 269633f7 Merge pull request #​4459 from AkihiroSuda/runc-rc92
  • b4376e98 Update Vagrantfile for testing SELinux
  • 23934e86 Merge pull request #​4462 from thaJeztah/bump_golang_1.13.15
  • 55c9eade Bump Golang 1.13.15
  • e3e2c394 update docs/rootless.md
  • 84336029 update runc to v1.0.0-rc92
  • e20a5079 Add --cpu-quota, --cpu-period flag to ctr
  • 3cdc7bf1 Merge pull request #​4457 from thaJeztah/bump_cri_tools
  • 3cc2be2a Update cri-tools to v1.18.0-100-g2bf7674 for Go 1.15 compatibility
  • 85b15eff Merge pull request #​4449 from dmcgowan/prepare-1.4.0-rc.0
  • 62885592 Prepare 1.4.0-rc.0 release
  • 666198cd Merge pull request #​4446 from kzys/devmapper-platform
  • 74e9aa7a snapshots/devmapper: don't hardcord the platform strings
  • 0f08a55d Merge pull request #​4413 from dmcgowan/registry-proxy-ns
  • adeba792 Add namespace query parameter for registry proxying
  • 49837814 Merge pull request #​4433 from Yikun/enable-new-nodeset
  • bd92d567 Merge pull request #​4442 from estesp/noop-deps
  • 5a190c70 Remove seccomp/Linux deps steps in GH Actions
  • 6162ae93 Merge pull request #​4439 from AkihiroSuda/cri-20200731
  • 6988b4d6 remove seccomp buildtag
  • 362b7167 vendor: update cri (no more libseccomp cgo dependency)
  • df8352f1 Merge pull request #​4335 from ktock/sn-doc
  • 4a96be97 Merge pull request #​4431 from TBBle/import_manifest_for_test_binary
  • fa1220fc Merge pull request #​4436 from tonistiigi/tokenscopes-public
  • 03b5a053 remotes: mark GetTokenScopes public
  • 779ef602 Merge pull request #​4435 from tao12345666333/update-runc
  • b43a01a2 Change nodeset to ubuntu-xenial-arm64-openlab
  • c2a6f180 Merge pull request #​4428 from thaJeztah/bump_continuity
  • d4b17275 Merge pull request #​4384 from AkihiroSuda/deprecate-legacy-shims
  • 04b98bb0 Deprecate legacy shims
  • 40b22ef0 Merge pull request #​4429 from crosbymichael/task-spec
  • 9a3e95d3 Merge pull request #​4430 from crosbymichael/ctr-cpus
  • b8702318 vendor runc library to v1.0.0-rc91-48-g67169a9d
  • 02afa942 Add --cpus flag to ctr
  • aa56cfc0 Import Windows manifest into test build, rather than copying by script
  • eb6354a1 Merge pull request #​4427 from TBBle/test_improvements
  • 5b162741 vendor: update containerd/continuity efbc448
  • 1ec1e9ea Add Windows 10/Windows Server 2004 for integration tests
  • faa4ff56 Usefully fail tests with unknown or bad Windows Build version
  • 3795dd41 Always report server log from verbose integration test runs
  • 4318f93f Add Spec() method to task
  • d184a0a3 Merge pull request #​4414 from dmcgowan/discard-content
  • 67f19bfd Merge pull request #​4388 from AkihiroSuda/fix-mount-wait-no-child-processes
  • 3c2a77bd Merge pull request #​4421 from crosbymichael/selinux-range
  • cf99e16c Merge pull request #​4420 from mikebrow/cni-config-update
  • 3611efdc update cri to 8448b92
  • 1b320bcc update for cni config
  • c2081369 Add doc about remote snapshotter
  • 403dc83a mount: retry executing the helper binary on ECHILD
  • 1a571fcf Merge pull request #​4374 from kzys/suspend-devmapper
  • 59e1aa96 Merge pull request #​4407 from AkihiroSuda/cri-20200720
  • 2cc2414e Merge pull request #​4412 from cpuguy83/shim2_event_cancelled
  • 97c081c8 Merge pull request #​4410 from TBBle/minor_windows_fixes
  • e6306f9f Merge pull request #​4401 from smowafy/parse-id-mappings
  • 06fb93e0 Reject host-mode networking on Windows
  • ca15cb0d Fix incorrect (cut-and-paste) method comment
  • c8b14ae4 Set content labels based on content type
  • d7b9cb00 shim: move event context timeout to publsher
  • ec05460c Merge pull request #​4408 from AkihiroSuda/cgroup2-runc
  • b97c660e cgroup2 CI: add RUNC_FLAVOR=runc
  • 1a7bbd1f vendor: update containerd/cri
  • 96099550 parseIDMapping: accept 32-bit IDs
  • e818fe27 Merge pull request #​4346 from AkihiroSuda/ci-cgroup2
  • c2c9f442 Merge pull request #​4398 from thaJeztah/bump_golang_1.13.14
  • 089672ff Bump Golang 1.13.14
  • 4feb8c46 Merge pull request #​4383 from dims/update-to-go-systemd-and-selinux-deps
  • c383436a snapshots/devmapper: suspend a device to avoid data corruption
  • 56c440ec Merge pull request #​4393 from TBBle/annotate_bare_errnotimplemented
  • 71f11db8 Annotate bare ErrNotImplemented returns
  • 061d338e CI: run CRI tests on Fedora 32
  • 4318fa9c Merge pull request #​4376 from AkihiroSuda/test-v1-shim
  • 3560a453 Merge pull request #​4385 from AkihiroSuda/fix-cri-dead-link
  • decbb049 RELEASES.md: fix a dead link
  • f4ebe02f Merge pull request #​4377 from AkihiroSuda/ci-remove-unreferenced-variable
  • b2ee4320 CI: add back shim v1 test
  • c4418bb3 CI: remove an unreferenced variable
  • 212c2983 Updates to go-systemd and selinux
  • c763f3af Merge pull request #​4380 from estesp/clashing-containerds
  • b47c7ec2 Update to later version of critools with timing fix.
  • 7af3d7e1 Don't clash with GH Actions runner's containerd
  • d2776ef6 Merge pull request #​4375 from AkihiroSuda/go-1.13.13
  • c520f819 Bump Go 1.13.13
  • 4bec2dbd Merge pull request #​4373 from tonistiigi/darwin-variant-log
  • 7119a2a1 platforms: don’t log arm variant error on darwin
  • 5d470fa2 Merge pull request #​4372 from dmcgowan/prepare-1.4-beta.2
  • fc044851 Update version to 1.4.0-beta.2
  • 9cd02b59 Merge pull request #​4371 from thaJeztah/bump_cgroups
  • cc493eba vendor: containerd/cgroups 318312a
  • a6697c1d Merge pull request #​4369 from estesp/step-title
  • 3f427d3d Merge pull request #​4367 from gaurav1086/TestExchangeFilters_fix_deadlock
  • 7855b0a7 Make title similar with other CI workflow jobs
  • 852587cd [events/exchange_test] Fix deadlock in TestExchangeFilters
  • 334f567e Merge pull request #​4366 from murat-kilic/update-build-doc-for-golang-req
  • d47c0392 Updating build doc to require Go 1.13
  • 4f979f06 Merge pull request #​4364 from AkihiroSuda/ci-v1-v2-clarity
  • 09f45339 CI: {v1, v2} -> io.containerd.runc.{v1,v2}
  • 68b9b8f8 Merge pull request #​4259 from estesp/fuse-overlayfs
  • fa0f7cbb Merge pull request #​4355 from fuweid/fix4342
  • 422c401a Merge pull request #​4353 from gaurav1086/TestExchangeBasic_fix_deadlock
  • 5c695da7 Merge pull request #​4362 from mikebrow/update-cri-enable-force-remove
  • d7e59b14 enable removecontainer to forcibly remove containers
  • 3919dbcb Merge pull request #​4357 from dims/update-runc-to-v1.0.0-rc91
  • 963625d7 Update runc to v1.0.0-rc91
  • 5e7751b1 Merge pull request #​4360 from AkihiroSuda/crun-014
  • f821b771 Merge pull request #​4272 from dmcgowan/update-registry-host-config
  • c041970e update crun to v0.14
  • c91c72c8 Merge pull request #​4239 from thaJeztah/md2manv2_urfave_bump
  • a6dd1f27 update urfave/cli v1.22.1, go-md2man v2.0.0, blackfriday v2.0.1
  • 68b736dd cio: should not open fifo for stderr if terminal
  • 468d4e1c Merge pull request #​4356 from estesp/actions-fixes
  • 57a9f0b5 Minor actions fixes/updates
  • 148cc8f7 [events] Fix deadlock in TestExchangeBasic
  • 97a3f52c Merge pull request #​4351 from cpuguy83/pull_mediatype_debug
  • aa191def Change log for unknown mt to debug
  • 45c28f56 Add ability to use remapper labels versus remapping snapshot helper
  • 01a53c24 Merge pull request #​4347 from Flowdalic/allow-rseq-seccomp
  • c76bf550 Make unique snapshotter opt for label-assisted remapping
  • 33179311 allow user namespace remapping using snapshotters
  • e977564a seccomp: allow 'rseq' syscall in default seccomp profile
  • c7518074 Merge pull request #​4325 from c445/mountinfo-linux-double-quotes
  • 492c0141 Merge pull request #​4340 from AkihiroSuda/fix-4312
  • 1127ffc7 Merge pull request #​4207 from deitch/doc-content
  • e7f069e2 describe content flow and dependencies
  • f85375bb Merge pull request #​4341 from thaJeztah/fix_cri_warnings
  • b96f5f4b Fix deprecation warnings in CRI tests due to missing unix:// scheme
  • fd99b656 decrease log level of cgroup2 ToggleController error when running in UserNS
  • c2f8011f Merge pull request #​4334 from AkihiroSuda/bbolt-1.3.5
  • e89500bc Merge pull request #​4333 from AkihiroSuda/golang-1.13.12
  • 20b0e5b9 Merge pull request #​4336 from dims/explicitly-fail-apparmor-when-not-running-on-linux
  • 2b0a994c explicitly fail apparmor when !linux
  • bebfbab0 vendor: update bbolt to v1.3.5
  • 1a83f9a6 Bump Golang 1.13.12
  • 03ab1b2c Add config for allowing GC to clean unpacked layers up
  • ee734e86 Add test case with backticks
  • bf672ccc Merge pull request #​4328 from thaJeztah/bump_x_text
  • fb80a49e Merge pull request #​4327 from AkihiroSuda/fix-4326
  • ea068776 vendor: golang.org/x/text v0.3.3
  • f1a469a0 shim v2 runc: propagate options.Root to Cleanup
  • 49b0743c Merge pull request #​4324 from AkihiroSuda/fix-get-runtimeversion
  • 8897e152 Add more test cases with single quotes
  • cb91b172 Add testcase containing mountpoint with escaped backslash
  • 87f9fdb0 Cope with double quotes in Linux Mountinfo
  • 4c49ff88 integration: assume TEST_RUNTIME to be io.containerd.runc.v2 by default
  • 705b8527 Merge pull request #​4323 from crosbymichael/cri-bump1.4x
  • 785f4c5c Bump CRI for 1.4x release
  • ae2f3fdf Merge pull request #​4315 from fuweid/fix-4294
  • 185ea541 Merge pull request #​4317 from KentaTada/modify-pdeathsignal-type
  • 730b7a93 Change the type of PdeathSignal
  • d656fa38 restart plugin: support binary log uri
  • 834665d9 Merge pull request #​4311 from rudyfly/upsteam_overlay_indexoff
  • 7868e8d6 Merge pull request #​4309 from gaurav1086/waitForPid_fix_goroutine_leak
  • 7fdcd07f Merge pull request #​4310 from gaurav1086/process_io_fix_goroutine_leak
  • 4e6d3860 Merge pull request #​4313 from crosbymichael/allow-list
  • 0f831093 Update usage of whitelist in project
  • d36810d6 overlay: use index=off to fix EBUSY on mount
  • 7213cd89 Process I/O: Fix goroutine leak
  • ae08491b waitForPid: fix goroutine leak
  • 38cb1c1a Merge pull request #​4303 from estesp/update-hcsshim-release-flow
  • 8fcd5a1f Streamline hcs shim release flow
  • 8f959d56 Merge pull request #​4292 from cpuguy83/add_hcsshim_to_release_tar
  • 7e98b43c Merge pull request #​4299 from estesp/update-cri-tools
  • ef0cf126 Match version used in CRI project
  • 2be80f99 Add windows hcsshim to release pipeline
  • 7ce8a9d7 Merge pull request #​4204 from ashrayjain/aj/add-kill-retry
  • 7121969f Merge pull request #​4296 from dims/revendor-containerd-cri-for-tolerating-hugepages-cgroup
  • 3e95727f Make killing shims more resilient
  • e64b1482 Revendor CRI to 62c9126
  • 3dd8242a Add host specific headers
  • 62dd1411 Merge pull request #​4273 from AkihiroSuda/oomv2
  • 2f601013 cgroup2: implement containerd.events.TaskOOM event
  • d9809bbb Merge pull request #​4293 from mxpv/revendor
  • 62fd1750 Revendor CRI to 8898550
  • 4b5d7f66 Merge pull request #​4290 from mxpv/ctr-oci
  • be23b965 Merge pull request #​4291 from estesp/fix-release-markdown-length
  • 2bc4e90f Don't inadvertently clip release notes
  • 636c533d Add ctr subcommand to print default OCI spec
  • 8e9ba837 Merge pull request #​4271 from cpuguy83/actions_add_windows_integration
  • 27f1e0d9 Merge pull request #​4283 from hs0210/work
  • 137abe4e Merge pull request #​4282 from estesp/add-release-action
  • 77bc7530 Merge pull request #​4289 from dmcgowan/next-1.4-beta
  • 230cf6de Add unit test for func in remotes/docker/handler.go
  • bb2b2825 Add release GH Action triggered by signed tag
  • 8f1ddb14 Update release for 1.4.0-beta.1
  • 26f7df14 Merge pull request #​4288 from crosbymichael/cri-bump
  • c376f4f7 Move Windows testing to GH Actions
  • 32262834 Fix client tests to work on Windows.
  • f0f49c6c Merge pull request #​4284 from jmillikin-stripe/cli-tls-flags
  • b8ccdcb0 Add ctr flags for configuring default TLS credentials.
  • c5273930 Update CRI to 52c2c6b
  • 4cbf59db Merge pull request #​4279 from AkihiroSuda/ci-cgroup2
  • af131d72 cgroup2 CI
  • 1c58c5d4 Merge pull request #​4277 from lucaskanashiro/fix-build-on-riscv64
  • e34bf08e riscv64 arch does not support -

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@ckotzbauer ckotzbauer merged commit 8086882 into master Aug 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants