Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update releases - autoclosed #132

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 13, 2023

This PR contains the following updates:

Package Update Change
containerd/stargz-snapshotter patch v0.16.2 -> v0.16.3
containers/crun minor 1.18.2 -> 1.19
git://git.kernel.org/pub/scm/libs/libcap/libcap.git minor 2.72 -> 2.73
git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git minor 4.3 -> 4.4
google/gvisor minor 20241118.0 -> 20241210.0
https://github.com/containerd/runwasi.git minor v0.4.0 -> v0.5.0
https://github.com/qemu/qemu.git minor 9.1.2 -> 9.2.0
https://gitlab.gnome.org/GNOME/glib.git minor 2.82.0 -> 2.83.2
kata-containers/kata-containers minor 3.3.0 -> 3.11.0
kubernetes/cloud-provider-aws patch v1.31.1 -> v1.31.4
nvidia/nvidia-container-toolkit patch v1.17.2 -> v1.17.3
open-iscsi/open-isns minor 0.102 -> 0.103
tailscale/tailscale minor 1.76.6 -> 1.78.1

Release Notes

containerd/stargz-snapshotter (containerd/stargz-snapshotter)

v0.16.3

Compare Source

Notable Changes

  • Fix zstd:chunked converter error on duplicated blobs (#​1894)
containers/crun (containers/crun)

v1.19

Compare Source

  • wasm: add new handler wamr.
  • criu: allow passing network lock method to libcriu.
  • linux: honor exec cpu affinity mask.
  • build: fix build with musl libc.
  • crun: use mount API to self-clone.
  • cgroup, systemd: do not override devices on update. If the "update" request has no device block configured, do not reset the previously configuration.
  • cgroup: handle case where cgroup v1 freezer is disabled. On systems without the freezer controller, containers were mistakenly reported as paused.
  • cgroup: do not stop process on exec. The cpu mask is configured on the systemd scope, the previous workaround to stop the container until the cgroup is fully configured is no longer needed.
google/gvisor (google/gvisor)

v20241210.0

Compare Source

v20241202.0

Compare Source

containerd/runwasi (https://github.com/containerd/runwasi.git)

v0.5.0

Compare Source

qemu/qemu (https://github.com/qemu/qemu.git)

v9.2.0

Compare Source

GNOME/glib (https://gitlab.gnome.org/GNOME/glib.git)

v2.83.2

Compare Source

Overview of changes in GLib 2.83.2, 2024-12-11

  • This release has the same code as 2.83.1, but contains a fix for release
    archive generation which means that 2.83.1 does not have a release archive

  • Bugs fixed:

    • !4433 ci: Enable -Dintrospection for dist builds

v2.83.1

Compare Source

Note: There is no release archive for 2.83.1 due to moving to a new release process, and the dist-job predictably failing for this tag. Please use 2.83.2 instead.


Overview of changes in GLib 2.83.1, 2024-12-11

  • Bugs fixed:
    • #​1251 gio/tests/contenttype fails on OS X: "public.directory" !=
      "public.folder"
    • #​3441 Bump minimum supported version of macOS (John Ralls)
    • #​3493 Heap buffer overflow read in utf8_verify_ascii() (Philip Withnall)
    • #​3511 Build failure “'ifunc' is not supported on this target” with muslc
      (Philip Withnall)
    • #​3517 Silent linked-list corruption in g_static_resource_init() on redundant
      calls
    • #​3524 Wrong parameter type for g_enum_register_static in GObject-2.0.gir
      (Jan-Willem Harmannij)
    • #​3526 Segfault in statically linked binary during initialization of ifuncs
      since 2.83.0 (Philip Withnall)
    • #​3532 g_converter_output_stream_write() can return 0 (Benjamin Otte)
    • #​3540 g_signal_connect on "notify::non-existant-property" doesn't warn for
      invalid property (Sid)
    • #​3545 Modernize the default value for g_thread_pool_set_max_unused_threads
      (Matthias Clasen)
    • #​3546 Make the thread name available (Matthias Clasen)
    • #​3548 Fix g_settings_schema_has_key() to work with extended schemas
    • #​3552 Missing nullable annotation for log_domain in GLogFunc callback
      (Roberto Leinardi)
    • #​3559 2.82.3 regression: lollypop crashes on startup (Philip Withnall)
    • !4232 refstring: Fix race between releasing and re-acquiring an interned
      GRefString
    • !4382 girepository: gi_object_info_find_signal(): Avoid repeated allocations
    • !4384 test utils: Make nonfatal assertions an option
    • !4385 gutf8: Skip ASan instrumentation for load_word
    • !4389 macos: Add extra content type tests
    • !4393 Replace procfs linuxism with kinfo freebsdism
    • !4395 appmonitor: Fix warning building test
    • !4396 tests: Factor out a function to convert FD to path
    • !4398 grefstring: Mark a variable as potentially unused
    • !4399 meson: Add variables to -uninstalled.pc files
    • !4401 testutils: Documentation improvements
    • !4403 Revert "CI: Rebuild a slightly newer version of ninja for debian-
      stable-i386"
    • !4406 glib/gbytes: Be more careful when saving a GBytes of NULL
    • !4407 guri: Fix paths starting with ‘//’ when parsing
    • !4410 threadpool: Simplify pool thread naming
    • !4411 gdbusconnection: Allow creating connection with cross-namespace
    • !4412 gmessages: Treat DEBUG_INVOCATION=1 same as G_MESSAGES_DEBUG=all
    • !4413 gunicode: Update some comments in gunicode.h for Unicode 16.0.0
    • !4414 gdbus: Add a few missing (nullable) annotations to GDBus method
      invocation related functions
    • !4415 gdbus: Fix leak of method invocation when registering an object with
      closures
    • !4421 gparam: Add link to constructed vfunc to CONSTRUCT
    • !4422 docs: Fix dead link in CONTRIBUTING
    • !4423 gio-tool: Clarify that gio mount -l only lists user-interesting
      things
    • !4424 ci: Ensure all variables are quoted in .gitlab-ci.yml
    • !4425 tests: Skip unsupported dbus-appinfo test on GNU/Hurd for the moment
    • !4428 girepository: Expose gi-compile-repository and gi-* tools in pkg-
      config
    • !4429 gdbus: Add nullable annotations for fd list outs
    • !4432 ci: Add release component to automate tarball publishing

v2.83.0

Compare Source

Overview of changes in GLib 2.83.0, 2024-11-06

  • Update to Unicode 16.0.0; there may be bugs in linebreaking support, see #​3518
    (#​3460, work by Philip Withnall)

  • Optimise UTF-8 validation of strings, including use of ifuncs to prevent
    spurious warnings from sanitizers and valgrind (#​3481, work by Christian
    Hergert)

  • Fix a potential buffer overflow in GSocks4aProxy (#​3461, work by
    Michael Catanzaro)

  • Change the default value of -Dglib_debug from auto to enabled for
    developers — distributions will almost certainly want to override it to
    -Dglib_debug=disabled for package release builds though; see #​3421

  • Revert per-instance locking changes in GCancellable as they introduced new
    races (#​3448)

  • Bump Meson dependency to 1.4.0 (!4244, work by Benjamin Gilbert)

  • Rename multiple g_unix_mount_*() APIs to g_unix_mount_entry_*() (#​3492,
    work by Jialu Zhou)

  • Add a new GFileMonitor backend for macOS and BSD: libinotify-kqueue (!3657,
    work by Gleb Popov)

  • Add APIs for sync, async and finish function annotations to libgirepository
    (!3746, work by Evan Welsh)

  • Bugs fixed:

    • #​3289 readlink -f fails in CI on macOS
    • #​3415 module-test-library and module-test-plugin tests fail on FreeBSD and
      muslc (Philip Withnall)
    • #​3417 Investigate trampoline performance implications in g_mutex_lock_impl()
      changes (Philip Withnall)
    • #​3421 Default value for glib_debug meson option (Philip Withnall)
    • #​3444 deprecation warnings when using gobjectnotifyqueue.c
    • #​3450 Should check for epoll_create1 rather than epoll_create (Philip
      Withnall)
    • #​3451 Gio.MenuModel docs have an outdated UI example (Philip Withnall)
    • #​3456 Test /unix-mounts/get-mount-entries fails unless libmount is enabled
      (Philip Withnall)
    • #​3458 scan-build CI job fails due to gvdb subproject not having meson.build
      (Philip Withnall)
    • #​3460 "404: Page not found" Error on "submitted as merge requests" Link
      (Philip Withnall)
    • #​3461 Buffer overflow in set_connect_msg() (Michael Catanzaro)
    • #​3464 g-ir-scanner fails silently on msys2 CI jobs (Philip Withnall)
    • #​3465 Avoid GError for control flow in GResources
    • #​3469 Unclear correctness of g_malloc() in pattern_coalesce() (Michael
      Catanzaro)
    • #​3470 Update to Unicode 16.0.0 (Philip Withnall)
    • #​3472 Overactive GVariantTypeInfo collection causes considerable overhead
      (Christian Hergert)
    • #​3477 Determine policy on 32-bit support (Philip Withnall)
    • #​3478 Incorrect Examples in GVariant Specification (Christian Hergert)
    • #​3480 glib/gvariant: incorrect use of G_ANALYZER_ANALYZING (Christian
      Hergert)
    • #​3481 Discussion: utf8 validation optimization (Christian Hergert)
    • #​3483 mainloop Unix FD test intermittently fails on Hurd (Philip Withnall)
    • #​3484 g_app_info_launch_default_for_uri no longer works on macOS
    • #​3486 GVariant inline allocation support broke i686/32-bit builds (Christian
      Hergert)
    • #​3488 glib does not properly detect gobject-introspection (Philip
      Withnall)
    • #​3489 Multicast cannot be joined on Mac OS on non-default interface
      (Nirbheek Chauhan)
    • #​3490 Meson: fix support for aarch64-w64-mingw32 (Windows on ARM64) (Carlo
      Bramini)
    • #​3492 Incorrect Documentation for g_unix_mount_get_mount_path Return Value
      Ownership (Jialu Zhou)
    • #​3500 AIX: build failure due to pollfd structure change (Parth Patel)
    • #​3502 Test regressions with tzdata 2024b (Rebecca N. Palmer)
    • #​3508 g_array_free and free_seg
    • #​3512 AIX: Undefined symbol related to ASAN Sanitizer
    • !3657 Introduce a new GFileMonitor backend: libinotify-kqueue
    • !3746 girepository: Add APIs for sync, async, and finish function
      annotations
    • !3816 Update the wrap file for gi-docgen
    • !4126 build: Enable -Wfloat-conversion and fix warnings
    • !4176 tests: Expand tests for app launching via D-Bus
    • !4196 refstring: add GEqualFunc for ref-counted strings
    • !4202 simpleproxyresolver: Ignore host with scope id
    • !4204 Fix minor issues found by static analysis, and add some additional
      code comments
    • !4216 build: Post-release version bump
    • !4218 Persian l10n
    • !4219 tests: Run lint tests with detected bash
    • !4223 Update Korean translation
    • !4224 Update Catalan translation
    • !4225 Update Czech translation
    • !4226 Update Portuguese translation
    • !4227 gspawn: close child_err_report_fd before exiting on error
    • !4235 Update Ukrainian translation
    • !4236 Cherry pick Polish and Brazilian Portuguese translations from
      glib-2-82 to main
    • !4237 Update French translation
    • !4239 Update Galician translations for main
    • !4243 gresource: Convert docs to gi-docgen linking syntax
    • !4244 build: Bump Meson dependency to 1.4.0
    • !4245 resource: Add g_resource[s]_has_children and avoid a pointless
      allocation
    • !4248 dir: Avoid some allocations
    • !4252 gio: Fix overindented docstring of buffer argument
    • !4253 Update Bulgarian translation
    • !4254 Update British English translation (main)
    • !4256 Updated Lithuanian translation
    • !4257 Update Hungarian translation
    • !4260 Collation keys are not encoded in UTF-8
    • !4261 gsocket windows: check event before calling WSAEnumNetworkEvents
    • !4262 Update Russian translation
    • !4264 Update Danish translation
    • !4267 Update Georgian translation
    • !4268 subprojects: Update pcre2 to 10.44
    • !4269 docs(glib): Fix link in string-utils ref
    • !4272 gio: Add a query_exists vfunc to GFile
    • !4277 tests: Add some explicit float → int casts
    • !4278 GDBus: Don't log a message for G_DBUS_CONNECTION_FLAGS_CROSS_NAMESPACE
    • !4286 glib/gvariant: avoid GVariantType copy for stack builders
    • !4288 girepository: Make _blob_is_registered_type static inline
    • !4290 glib/gbytes: save small byte buffers inline
    • !4292 Fix incorrect use of assert/debug/check macros
    • !4293 gvarianttypeinfo: reduce caching overhead
    • !4294 gvarianttype: mark const functions as such
    • !4295 gvariant: Avoid malloc/free in valid_format_string()
    • !4296 glib/gvariant: use g_utf8_validate() for strlen
    • !4297 glib/gvarianttype: g_variant_type_is_subtype_of() fastpath
    • !4298 glib/gvariant: avoid g_renew() for definite tuples
    • !4299 glib/gvariant: Avoid extraneous GBytes ref counting
    • !4300 gpoll windows: use a threadpool when polling large number of fds
    • !4301 glib/gvariant: Inline small gvariant data using C99 flexible arrays
    • !4302 glib/gvariant: skip bitlock for g_variant_ref_sink()
    • !4303 gbytes: Convert docs to gi-docgen linking syntax
    • !4304 gutf8: Convert docs to gi-docgen linking syntax
    • !4305 build: switch back to c_std=gnu99 pending ObjC fix
    • !4307 ci: Re-enable fatal warnings for FreeBSD CI
    • !4308 utils: Add g_steal_handle_id() to complement g_clear_handle_id()
    • !4310 tests: FreeBSD doesn't use glibc
    • !4311 tests: Move fake-document-portal subprocess inside dbus-appinfo test
    • !4313 remove quadratic behavior in g_string_replace
    • !4315 fuzzing: Add simple fuzz test for g_string_replace()
    • !4318 CI: Use Visual Studio 2019 for the MSVC CI
    • !4321 gvariant-core.c: Fix suffix alignment on 32-bit MSVC builds
    • !4322 gvariant: Fix unused variables when G_DISABLE_ASSERT is defined
    • !4323 gbytes: Add an assertion to placate static analysis
    • !4326 gvarianttype: Add two missing (nullable) annotations and port docs to
      gi-docgen format
    • !4327 gio/gdatainputstream: use memchr() when possible
    • !4331 gir: Ignore function-inline and method-inline elements
    • !4332 gstring: Fix a heap buffer overflow in the new g_string_replace() code
    • !4334 fuzzing: Add input length limits on g_string_replace() test
    • !4335 docs: Update CI platforms list and Visual Studio recommendation
    • !4338 CI/MSYS2: Fix prefix for gobject-introspection
    • !4339 Win32 cleanup: do not define STRICT
    • !4340 gsocket: Fix #ifdef for defining g_socket_get_adapter_ipv4_addr()
    • !4341 gio: Use g_steal_handle_id() with signal unsubscriptions
    • !4342 CI: Add manual CI job for VS2019 ARM64 builds
    • !4343 CI: Skip PCRE2 tests for now for 32-bit Visual Studio builds
    • !4344 glib/gutf8: use ifunc to check for valgrind
    • !4345 fuzzing: Add fuzz tests for GDataInputStream’s complex read methods
    • !4346 gdate: Fix minor typo in documentation comment
    • !4347 docs: Add Meson to the GSettings build integration
    • !4348 gdatainputstream: Fix length return value on UTF-8 validation failure
    • !4350 glib: Don't require GLIB_DOMAIN to be a NUL-terminated string
    • !4351 Build fixes for building on Solaris & illumos
    • !4352 gdatainputstream: Use memchr() for the multi-stop-char case too
    • !4353 docs: Add CI runner maintainers to CODEOWNERS
    • !4354 glib.supp: Suppress more _g_io_module_get_default_type leaks
    • !4358 Add a CI job for Debian stable i386 (32-bit)
    • !4359 tests: Use g_assert_*() rather than g_assert() in GDateTime tests
    • !4365 fuzzing: Fix buffer overread error in the fuzz test itself
    • !4366 glocalfile: Disable faccessat()-based query_exists on FreeBSD
    • !4367 tests: Fix calls to deprecated API in unix-mounts tests
    • !4373 macos: Remove extraneous space from type identifier
    • !4374 thread: Force-limit thread name length
    • !4375 Small improvements to g_on_error_stack_trace and g_on_error_query
    • !4376 Enable GNetworkMonitorNetlink on FreeBSD
    • !4377 gvariant: Introduce G_VARIANT_BUILDER_INIT_UNSET
    • !4378 gio: Fix GFileEnumerator leaks in gio tools
    • !4383 gtask: Fix comment for auto task naming via 'g_task_set_source_tag()'
  • Translation updates:

    • Bulgarian (twlvnn kraftwerk)
    • Catalan (Jordi Mas)
    • Czech (AsciiWolf)
    • Danish (Ask Hjorth Larsen)
    • English (United Kingdom) (Bruce Cowan)
    • French (Vincent Chatelain)
    • Galician (Fran Diéguez)
    • Georgian (NorwayFun)
    • Hungarian (Balázs Úr)
    • Korean (Changwoo Ryu)
    • Lithuanian (Aurimas Černius)
    • Persian (Danial Behzadi)
    • Polish (Piotr Drąg)
    • Portuguese (Hugo Carvalho)
    • Portuguese (Brazil) (Rafael Fontenelle)
    • Russian (jtux270)
    • Ukrainian (Yuri Chornoivan)

v2.82.4

Compare Source

Overview of changes in GLib 2.82.4, 2024-12-11

  • Fix a double-unref crash which affects many apps which use pygobject to
    export objects on D-Bus (#​3559, work by Sebastian Dröge, Philip Withnall)

  • Bugs fixed:

    • #​3559 2.82.3 regression: lollypop crashes on startup (Philip Withnall)
    • !4430 Backport !4427 “Revert "gdbus: Fix leak of method invocation when
      registering an object with closures"” to glib-2-82
    • !4434 Backport !4432 and !4433 “ci: Add release component to automate
      tarball publishing” to glib-2-82

v2.82.3

Compare Source

Overview of changes in GLib 2.82.3, 2024-12-09

  • Fix compatibility with tzdata 2024b (#​3502, work by Rebecca N. Palmer and
    Simon McVittie)

  • Bugs fixed:

    • #​3502 Test regressions with tzdata 2024b (Rebecca N. Palmer)
    • !4357 Backport !4356 “gdatetime test: Do not assume PST8PDT was always
      exactly -8/-7” to glib-2-82
    • !4370 Backport !4350 “glib: Don't require GLIB_DOMAIN to be a NUL-terminated
      string” to glib-2-82
    • !4380 Backport !4378 “gio: Fix GFileEnumerator leaks in gio tools” to
      glib-2-82
    • !4381 Backport !4373 “macos: Remove extraous space from type identifier” to
      glib-2-82
    • !4388 Backport !4232 “refstring: Fix race between releasing and re-acquiring
      an interned GRefString” to glib-2-82
    • !4397 Backport !4395 “appmonitor: Fix warning building test” to glib-2-82
    • !4400 Backport !4398 “grefstring: Mark a variable as potentially unused” to
      glib-2-82
    • !4417 Backport !4415 “gdbus: Fix leak of method invocation when registering
      an object with closures” to glib-2-82

v2.82.2

Compare Source

Overview of changes in GLib 2.82.2, 2024-10-17

  • Bugs fixed:

    • #​3480 glib/gvariant: incorrect use of G_ANALYZER_ANALYZING (Christian
      Hergert)
    • #​3489 Multicast cannot be joined on Mac OS on non-default interface
      (Nirbheek Chauhan)
    • !4285 Update Catalan translation
    • !4306 Backport !4291 “glib/gvariant: Fix check for G_ANALYZER_ANALYZING” to
      glib-2-82
    • !4314 Backport !4312 “macos: Fix URL launcher” to glib-2-82
    • !4325 Backport !4176 “gopenuriportal: Fix two memory leaks” to glib-2-82
    • !4336 Backport !4333 “gio: Fix multicast iface selection on macOS” to
      glib-2-82
    • !4349 Backport !4348 “gdatainputstream: Fix length return value on UTF-8
      validation failure“ to glib-2-82
  • Translation updates:

    • Catalan (Jordi Mas)

v2.82.1

Compare Source

Overview of changes in GLib 2.82.1, 2024-09-19

  • Fix a potential buffer overflow in GSocks4aProxy (#​3461, work by
    Michael Catanzaro)

  • Bugs fixed:

    • #​3456 Test /unix-mounts/get-mount-entries fails unless libmount is enabled
      (Philip Withnall)
    • #​3461 Buffer overflow in set_connect_msg() (Michael Catanzaro)
    • !4220 Backport !4217 “tests: Test against a sample mtab file in unix-mounts
      for getmntent()” to glib-2-82
    • !4221 Backport !4219 “tests: Run lint tests with detected bash” to glib-2-82
    • !4229 Update Polish translation for glib-2-82
    • !4230 Update Czech translation [glib-2-82]
    • !4231 Update Portuguese translation
    • !4233 Update fa.po
    • !4234 Update Brazilian Portuguese translation
    • !4238 Backport !4237 “Update french translation” to glib-2-82
    • !4240 Update Galician translations for glib-2-82
    • !4241 Update German translation
    • !4251 Update Bulgarian translation
    • !4255 Update British English translation
    • !4258 Update Hungarian translation
    • !4259 Update Indonesian translation
    • !4263 Updated Lithuanian translation
    • !4265 Update Danish translation (2-82)
    • !4270 Update Russian translation for 2-82
    • !4271 Backport !4269 “docs(glib): Fix link in string-utils ref” to glib-2-82
    • !4274 Update Georgian translation (glib-2-82)
    • !4276 Backport !3965 “Move to Apple Silicon based runner” to glib-2-82
    • !4282 Backport !4281 “gsocks4aproxy: Fix a single byte buffer overflow in
      connect messages” to glib-2-82
  • Translation updates:

    • Bulgarian (twlvnn kraftwerk)
    • Czech (AsciiWolf)
    • Danish (Ask Hjorth Larsen)
    • English (United Kingdom) (Bruce Cowan)
    • French (Vincent Chatelain)
    • Galician (Fran Diéguez)
    • Georgian (NorwayFun)
    • German (Tim Sabsch)
    • Hungarian (Balázs Úr)
    • Indonesian (Andika Triwidada)
    • Lithuanian (Aurimas Černius)
    • Persian (Danial Behzadi)
    • Polish (Piotr Drąg)
    • Portuguese (Hugo Carvalho)
    • Portuguese (Brazil) (Rafael Fontenelle)
    • Russian (jtux270)
kata-containers/kata-containers (kata-containers/kata-containers)

v3.11.0: Kata Containers 3.11.0

Compare Source

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-8d4e72f0d-107265821-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-c95ae5a50-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-aff3d98dd-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-74662a072-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.22.2-rust-1.75.0-9c8b20b2b-x86_64
  • tools: quay.io/kata-containers/builders:tools-c20731226-df5e6e65b-0ce3f5fc6-0adf7a66c-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.72.0-musl-c99ba42d6-x86_64

Installation

Follow the Kata installation instructions.

What's Changed

New Contributors

Full Changelog: kata-containers/kata-containers@3.10.1...3.11.0

v3.10.1: Kata Containers 3.10.1

Compare Source

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-2b2d0f738-107265821-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-c95ae5a50-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-c99ba42d6-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-74662a072-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.22.2-rust-1.75.0-25c784c56-x86_64
  • tools: quay.io/kata-containers/builders:tools-c06bf2e3b-fefcf7cfa-322846b36-bc195d758-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.72.0-musl-c99ba42d6-x86_64

Installation

Follow the Kata installation instructions.

What's Changed

New Contributors

Full Changelog: kata-containers/kata-containers@3.10.0...3.10.1

v3.10.0: Kata Containers 3.10.0

Compare Source

Survey

Please take the Kata Containers survey:

This will help the Kata Containers community understand:

  • how you use Kata Containers
  • what features and improvements you would like to see in Kata Containers

Libseccomp Notices

The kata-agent binaries inside the Kata Containers images provided with this release are
statically linked with the following GNU LGPL-2.1 licensed libseccomp library.

The kata-agent uses the libseccomp v2.5.5 which is not modified from the upstream version.
However, in order to comply with the LGPL-2.1 (§6(a)), we attach the complete source code for the library.

Kata Containers builder images

  • agent (on all its different flavours): quay.io/kata-containers/builders:agent-2b2d0f738-107265821-x86_64
  • Kernel (on all its different flavours): quay.io/kata-containers/builders:kernel-c95ae5a50-x86_64
  • OVMF (on all its different flavours): quay.io/kata-containers/builders:ovmf-c99ba42d6-x86_64
  • QEMU (on all its different flavurs): quay.io/kata-containers/builders:qemu-74662a072-x86_64
  • shim-v2: quay.io/kata-containers/builders:shim-v2-go-1.22.2-rust-1.75.0-25c784c56-x86_64
  • tools: quay.io/kata-containers/builders:tools-c06bf2e3b-fefcf7cfa-3dabe0f5f-bc195d758-x86_64
  • virtiofsd: quay.io/kata-containers/builders:virtiofsd-1.72.0-musl-c99ba42d6-x86_64

Installation

Follow the Kata installation instructions.

What's Changed


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/releases branch 2 times, most recently from 2fef753 to 73c13fa Compare March 13, 2023 21:49
@renovate renovate bot changed the title chore: update dependency golang/go to v1.20.2 chore: update releases Mar 13, 2023
@renovate renovate bot changed the title chore: update releases chore: update dependency golang/go to v1.20.2 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/releases branch 2 times, most recently from 6f8960d to 3b265e8 Compare March 23, 2023 19:01
@renovate renovate bot changed the title chore: update dependency golang/go to v1.20.2 chore: update releases Mar 23, 2023
@renovate renovate bot force-pushed the renovate/releases branch 3 times, most recently from 8f4e4c0 to 42bbfc0 Compare March 30, 2023 12:42
@renovate renovate bot changed the title chore: update releases chore: update releases - autoclosed Mar 30, 2023
@renovate renovate bot closed this Mar 30, 2023
@renovate renovate bot deleted the renovate/releases branch March 30, 2023 16:30
@renovate renovate bot changed the title chore: update releases - autoclosed chore: update releases Mar 31, 2023
@renovate renovate bot reopened this Mar 31, 2023
@renovate renovate bot restored the renovate/releases branch March 31, 2023 17:33
@renovate renovate bot force-pushed the renovate/releases branch from 42bbfc0 to a90ac72 Compare March 31, 2023 17:34
@renovate renovate bot changed the title chore: update releases chore: update releases to v1.13.0 Mar 31, 2023
@renovate renovate bot force-pushed the renovate/releases branch 2 times, most recently from 511a9e2 to 8d9f658 Compare April 4, 2023 19:36
@renovate renovate bot changed the title chore: update releases to v1.13.0 chore: update releases Apr 4, 2023
@renovate renovate bot force-pushed the renovate/releases branch 3 times, most recently from 930a1c5 to ceda90a Compare April 27, 2023 17:34
@renovate renovate bot changed the title chore: update releases chore: update releases to v1.13.1 Apr 27, 2023
@renovate renovate bot force-pushed the renovate/releases branch from ceda90a to 2cec27e Compare May 2, 2023 18:15
@renovate renovate bot changed the title chore: update releases to v1.13.1 chore: update releases May 2, 2023
@renovate renovate bot force-pushed the renovate/releases branch 3 times, most recently from 68be8ef to bc4e990 Compare May 19, 2023 17:40
@renovate renovate bot force-pushed the renovate/releases branch 3 times, most recently from 2c74203 to 6d7d4e1 Compare November 19, 2024 11:02
@renovate renovate bot force-pushed the renovate/releases branch 7 times, most recently from f8894f5 to 59def75 Compare November 28, 2024 23:50
@renovate renovate bot force-pushed the renovate/releases branch 4 times, most recently from 9594f57 to bc292ee Compare December 5, 2024 15:58
@renovate renovate bot force-pushed the renovate/releases branch 9 times, most recently from 1166c5c to 7b12035 Compare December 13, 2024 14:17
@renovate renovate bot force-pushed the renovate/releases branch 2 times, most recently from 81c6299 to 54a9336 Compare December 16, 2024 09:18
@renovate renovate bot force-pushed the renovate/releases branch from 54a9336 to 644994d Compare December 16, 2024 09:44
@renovate renovate bot changed the title chore: update releases chore: update releases - autoclosed Dec 16, 2024
@renovate renovate bot closed this Dec 16, 2024
@renovate renovate bot deleted the renovate/releases branch December 16, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants