diff --git a/_service b/_service
index 14775ad..b8cd8d6 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
https://github.com/containers/storage.git
git
storage
- v1.50.2
+ v1.51.0
@PARENT_TAG@
v(.*)
@@ -11,7 +11,7 @@
https://github.com/containers/image.git
git
image
- v5.28.0
+ v5.29.0
@PARENT_TAG@
v(.*)
@@ -19,7 +19,7 @@
https://github.com/containers/common.git
git
common
- v0.55.4
+ v0.57.0
@PARENT_TAG@
v(.*)
diff --git a/common-0.55.4.tar.xz b/common-0.55.4.tar.xz
deleted file mode 100644
index e239470..0000000
--- a/common-0.55.4.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f100a021a51a6225404a181584687a71271a8d8980c253ffd248a49fe5b3f50c
-size 5991544
diff --git a/common-0.57.0.tar.xz b/common-0.57.0.tar.xz
new file mode 100644
index 0000000..efd77a0
--- /dev/null
+++ b/common-0.57.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:53096ec983561ccd71dc31eb0ea235ced5d8dfdcad710c0c3cea693c549de45f
+size 7898448
diff --git a/image-5.28.0.tar.xz b/image-5.28.0.tar.xz
deleted file mode 100644
index 6d6a3c9..0000000
--- a/image-5.28.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:aebd797654e1578cedfa785632c45132e2b245a068a3aa878e23e72644265d77
-size 465448
diff --git a/image-5.29.0.tar.xz b/image-5.29.0.tar.xz
new file mode 100644
index 0000000..5864abe
--- /dev/null
+++ b/image-5.29.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:93f06925270aa3f8ad1b3af018b67b9c7351d0104e7e051db191eae710af33f7
+size 480464
diff --git a/libcontainers-common.changes b/libcontainers-common.changes
index bf9a932..dda0da7 100644
--- a/libcontainers-common.changes
+++ b/libcontainers-common.changes
@@ -1,3 +1,43 @@
+-------------------------------------------------------------------
+Mon Dec 4 07:12:17 UTC 2023 - Danish Prakash
+
+- New release 20231204
+- bump c/common to 0.57.0
+ * Bump to v0.56.0 by
+ * Fix typo in comment
+ * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
+ * Fix specification of unix:///run
+ * libimage/layer_tree: if parent is empty and a manifest list then ignore check.
+ * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.12.1
+ * Split up util package into pkg/password, pkg/copy, pkg/version
+ * Remove ActiveDestination method to move into podman
+ * Default machine CPUs to Cores/2
+ * pkg/config: do NOT set StaticDir and VolumeDir
+ * Implement negated label match function
+ * chore: import packages only once
+ * CoC: fix email link
+- bump c/storage to 1.51.0
+ * Bump to v1.50.2
+ * overlay, composefs: mount loop device RO
+ * Run codespell on code
+ * fix(deps): update module github.com/klauspost/compress to v1.17.0
+ * store: serialize container deletion
+ * pkg/system: reduce retry timeout for EnsureRemoveAll
+ * overlay, composefs: use data-only lower layers
+ * store: call RecordWrite() before graphDriver Cleanup()
+ * fix(deps): update module golang.org/x/sys to v0.13.0
+- bump c/image to 5.29.0
+ * Bump to v5.28.0
+ * fix(deps): update module github.com/containers/storage to v1.50.2
+ * Run codespell on code
+ * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5
+ * Use constants and types from opencontainers/image-spec/specs-go/v1
+ * progress: set Current before Refill
+ * copy: fix nil pointer dereference when checking compression algorithm
+ * fix(deps): update module github.com/klauspost/compress to v1.17.0
+ * fix(deps): update module github.com/sylabs/sif/v2 to v2.14.0
+ * ociarchive: Add new ArchiveFileNotFoundError
+
-------------------------------------------------------------------
Wed Sep 13 12:48:43 UTC 2023 - Danish Prakash
diff --git a/libcontainers-common.spec b/libcontainers-common.spec
index 5cdc5ce..c3c7274 100644
--- a/libcontainers-common.spec
+++ b/libcontainers-common.spec
@@ -17,17 +17,17 @@
# commonver - version from containers/common
-%define commonver 0.55.4
+%define commonver 0.57.0
# storagever - version from containers/storage
-%define storagever 1.50.2
+%define storagever 1.51.0
# imagever - version from containers/image
-%define imagever 5.28.0
+%define imagever 5.29.0
# skopeover - version from containers/skopeo
-%define skopeover 1.13.3
+%define skopeover 1.14.0
# https://github.com/containers/shortnames
%define shortnamesver 2023.02.20
Name: libcontainers-common
-Version: 20230913
+Version: 20231204
Release: 0
Summary: Configuration files common to github.com/containers
License: Apache-2.0
diff --git a/storage-1.50.2.tar.xz b/storage-1.50.2.tar.xz
deleted file mode 100644
index 1210386..0000000
--- a/storage-1.50.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:5ce8967a45372785c3e680d7a3150cc868da06d05eddaefa56c6b3f97eb0f8ba
-size 2286312
diff --git a/storage-1.51.0.tar.xz b/storage-1.51.0.tar.xz
new file mode 100644
index 0000000..1270979
--- /dev/null
+++ b/storage-1.51.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0b3d80510789b5ff4691e72b0ec941a4ad07ba4aaf7629f36580933f6676b110
+size 2290404