diff --git a/_service b/_service
index f039984..3e5392e 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
buildah
@PARENT_TAG@
v(.*)
- v1.34.1
+ v1.35.0
enable
diff --git a/_servicedata b/_servicedata
index 153eb76..a8e9077 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/containers/buildah.git
- a2bab63fdbf32b6b5e45b0750f122327e09842a6
\ No newline at end of file
+ fedbd79676e8aa5dc49d9434f6d9361b5e00ba62
\ No newline at end of file
diff --git a/buildah-1.34.1.tar.xz b/buildah-1.34.1.tar.xz
deleted file mode 100644
index f20bb0b..0000000
--- a/buildah-1.34.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:af4af95f08ac3bdb6cb29890bf57e16b74480d1c58438609f971a1e8a9559b5c
-size 11456448
diff --git a/buildah-1.35.0.tar.xz b/buildah-1.35.0.tar.xz
new file mode 100644
index 0000000..25cb4c8
--- /dev/null
+++ b/buildah-1.35.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:72471aa228f0f5a941ed92a79995c8a6ad033a617757ee700ed9750417807b5e
+size 11828616
diff --git a/buildah.changes b/buildah.changes
index bd24af4..c8781de 100644
--- a/buildah.changes
+++ b/buildah.changes
@@ -1,3 +1,93 @@
+-------------------------------------------------------------------
+Thu Mar 07 15:46:25 UTC 2024 - dcermak@suse.com
+
+- Update to version 1.35.0:
+ * Bump v1.35.0
+ * Bump c/common v0.58.0, c/image v5.30.0, c/storage v1.53.0
+ * conformance tests: don't break on trailing zeroes in layer blobs
+ * Add a conformance test for copying to a mounted prior stage
+ * fix(deps): update module github.com/stretchr/testify to v1.9.0
+ * cgroups: reuse version check from c/common
+ * Update vendor of containers/(common,image)
+ * fix(deps): update github.com/containers/storage digest to eadc620
+ * fix(deps): update github.com/containers/luksy digest to ceb12d4
+ * fix(deps): update github.com/containers/image/v5 digest to cdc6802
+ * manifest add: complain if we get artifact flags without --artifact
+ * Use retry logic from containers/common
+ * Vendor in containers/(storage,image,common)
+ * Update module golang.org/x/crypto to v0.20.0
+ * Add comment re: Total Success task name
+ * tests: skip_if_no_unshare(): check for --setuid
+ * Properly handle build --pull=false
+ * [skip-ci] Update tim-actions/get-pr-commits action to v1.3.1
+ * Update module go.etcd.io/bbolt to v1.3.9
+ * Revert "Reduce official image size"
+ * Update module github.com/opencontainers/image-spec to v1.1.0
+ * Reduce official image size
+ * Build with CNI support on FreeBSD
+ * build --all-platforms: skip some base "image" platforms
+ * Bump main to v1.35.0-dev
+ * Vendor in latest containers/(storage,image,common)
+ * Split up error messages for missing --sbom related flags
+ * `buildah manifest`: add artifact-related options
+ * cmd/buildah/manifest.go: lock lists before adding/annotating/pushing
+ * cmd/buildah/manifest.go: don't make struct declarations aliases
+ * Use golang.org/x/exp/slices.Contains
+ * Disable loong64 again
+ * Fix a couple of typos in one-line comments
+ * egrep is obsolescent; use grep -E
+ * Try Cirrus with a newer VM version
+ * Set CONTAINERS_CONF in the chroot-mount-flags integration test
+ * Update to match dependency API update
+ * Update github.com/openshift/imagebuilder and containers/common
+ * docs: correct default authfile path
+ * fix(deps): update module github.com/containerd/containerd to v1.7.13
+ * tests: retrofit test for heredoc summary
+ * build, heredoc: show heredoc summary in build output
+ * manifest, push: add support for --retry and --retry-delay
+ * fix(deps): update github.com/openshift/imagebuilder digest to b767bc3
+ * imagebuildah: fix crash with empty RUN
+ * fix(deps): update github.com/containers/luksy digest to b62d551
+ * fix(deps): update module github.com/opencontainers/runc to v1.1.12 [security]
+ * fix(deps): update module github.com/moby/buildkit to v0.12.5 [security]
+ * Make buildah match podman for handling of ulimits
+ * docs: move footnotes to where they're applicable
+ * Allow users to specify no-dereference
+ * Run codespell on code
+ * Fix FreeBSD version parsing
+ * Fix a build break on FreeBSD
+ * Remove a bad FROM line
+ * fix(deps): update module github.com/onsi/gomega to v1.31.1
+ * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc6
+ * docs: use reversed logo for dark theme in README
+ * build,commit: add --sbom to scan and produce SBOMs when committing
+ * commit: force omitHistory if the parent has layers but no history
+ * docs: fix a couple of typos
+ * internal/mkcw.Archive(): handle extra image content
+ * stage_executor,heredoc: honor interpreter in heredoc
+ * stage_executor,layers: burst cache if heredoc content is changed
+ * fix(deps): update module golang.org/x/crypto to v0.18.0
+ * Replace map[K]bool with map[K]struct{} where it makes sense
+ * fix(deps): update module golang.org/x/sync to v0.6.0
+ * fix(deps): update module golang.org/x/term to v0.16.0
+ * Bump CI VMs
+ * Replace strings.SplitN with strings.Cut
+ * fix(deps): update github.com/containers/storage digest to ef81e9b
+ * fix(deps): update github.com/containers/image/v5 digest to 1b221d4
+ * fix(deps): update module github.com/fsouza/go-dockerclient to v1.10.1
+ * Document use of containers-transports values in buildah
+ * fix(deps): update module golang.org/x/crypto to v0.17.0 [security]
+ * chore(deps): update dependency containers/automation_images to v20231208
+ * manifest: addCompression use default from containers.conf
+ * commit: add a --add-file flag
+ * mkcw: populate the rootfs using an overlay
+ * chore(deps): update dependency containers/automation_images to v20230517
+ * [skip-ci] Update actions/stale action to v9
+ * fix(deps): update module github.com/containernetworking/plugins to v1.4.0
+ * fix(deps): update github.com/containers/image/v5 digest to 7a40fee
+ * Bump to v1.34.1-dev
+ * Ignore errors if label.Relabel returns ENOSUP
+
-------------------------------------------------------------------
Wed Feb 28 17:18:07 UTC 2024 - Danish Prakash
diff --git a/buildah.spec b/buildah.spec
index 795653c..074d79d 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -19,7 +19,7 @@
%define project github.com/containers/buildah
Name: buildah
-Version: 1.34.1
+Version: 1.35.0
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0