You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your Item for LWKD
Release Notes of Relevant Projects listed in #265 for the Week of 12-05-2023 - 12-12-2023
Latest Releases for 2023-12-05
kubernetes-csi/csi-driver-nfs
kubernetes-csi/csi-driver-host-path
kubernetes-csi/csi-driver-smb
cri-o/cri-o
cri-o/ocicni
etcd-io/etcd
Release notes for v3.5.11
2023-12-07 Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).
For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.
Linux
ETCD_VER=v3.5.11
# choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
# start a local etcd server
/tmp/etcd-download-test/etcd
# write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
Your Item for LWKD
Release Notes of Relevant Projects listed in #265 for the Week of 12-05-2023 - 12-12-2023
Latest Releases for 2023-12-05
kubernetes-csi/csi-driver-nfs
kubernetes-csi/csi-driver-host-path
kubernetes-csi/csi-driver-smb
cri-o/cri-o
cri-o/ocicni
etcd-io/etcd
Release notes for v3.5.11
2023-12-07 Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).
For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.
Linux
macOS (Darwin)
Docker
etcd uses
gcr.io/etcd-development/etcd
as a primary container registry, andquay.io/coreos/etcd
as secondary.grpc/grpc
golang/go
coredns/coredns
containernetworking/cni
containerd/containerd
Release notes for containerd 1.7.11
2023-12-08Welcome to the v1.7.11 release of containerd!
The eleventh patch release for containerd 1.7 contains various fixes and updates including
one security issue.
Notable Updates
/sys/devices/virtual/powercap
path in runtime spec and deny in default apparmor profile (GHSA-7ww5-4wqc-m92c)Deprecation Warnings
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
39 commits
dfae68bc3
Prepare release notes for v1.7.110d314401d
update to go1.20.12, test go1.21.51ec1ae2c6
update to go1.20.11, test go1.21.4cb804da21
contrib/apparmor: deny /sys/devices/virtual/powercap40162a576
oci/spec: deny /sys/devices/virtual/powercaped7c6895b
Don't block snapshot garbage collection on Remove failures1fdefdd22
Add warning for CRIU config usagef8f659e66
Add HTTP client update function to tracing library807ddd658
fix(tracing): use latest version of semconvdc45bc838
Add cri-api v1alpha2 usage warning to all api calls9d1bad62e
deprecation: fix missing spaces in warnings51a604c07
cri: add deprecation warning for runtime_root8040e74bf
cri: add deprecation warning for rutnime_engine99adc40eb
cri: add deprecation warning for default_runtimeafef7ec64
cri: add warning for untrusted_workload_runtime6220dc190
cri: add warning for old form of systemd_cgroup80f96cd18
runtime/v2: net.Dial gRPC shim sockets before trying grpcf471bb2b8
tasks: emit warning for runc v1 runtime329e1d487
tasks: emit warning for v1 runtime4464fde12
push: always inherit distribution sources from parent7e069ee25
Update tar tests to run on Darwin5fc0e4e61
ctr: Add sandbox flag to ctr run31fe03764
Fix windows default path overwrite issue625b35e4b
snapshots: emit deprecation warning for aufsDependency Changes
Previous release can be found at v1.7.10
Release notes for containerd 1.6.26#### 2023-12-08Welcome to the v1.6.26 release of containerd!
The twenty-sixth patch release for containerd 1.6 contains various fixes and updates.
Notable Updates
/sys/devices/virtual/powercap
path in runtime spec and deny in default apparmor profile (GHSA-7ww5-4wqc-m92c)Deprecation Warnings
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
30 commits
ac5c5d3e0
Prepare release notes for v1.6.2602f07fe19
contrib/apparmor: deny /sys/devices/virtual/powercapc94577e78
oci/spec: deny /sys/devices/virtual/powercap7cbdfc92e
update to go1.20.12, test go1.21.5024b1cce6
update to go1.20.11, test go1.21.464e56bfde
Add cri-api v1alpha2 usage warning to all api callsefefd3bf3
tasks: emit warning for runc v1 runtime7825689b4
tasks: emit warning for v1 runtime7cfe7052f
snapshots: emit deprecation warning for aufsa1ae572a2
Fix linter error with updated linterb638791d6
ci: bump up golangci-lint to v1.55.02370a2842
Fix linter issues for golangci-lint 1.54.28a65e2e31
Bump up golangci-lint to v1.54.2969f8feb2
Bump up golangci-lint to v1.52.266959fdf5
push: inherit distribution sources from parentb4dcffcfb
content: add InfoProvider interfacebef4145c1
Change PushContent to require only Providera5fc21060
vendor: google.golang.org/grpc v1.58.34fa05b3d8
Upgrade github.com/klauspost/compress from v1.11.13 to v1.15.9ede0ad5e1
Fix windows default path overwrite issueDependency Changes
Previous release can be found at v1.6.25
containerd/nerdctl
kubernetes/kops
kubernetes/kubeadm
Section:
To include updates from projects other than
Kubernetes
andKubernetes/sigs
, please refer to the list of projects we accept submissions from.The text was updated successfully, but these errors were encountered: