diff --git a/_service b/_service
index e50837a..89bb83b 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
buildah
@PARENT_TAG@
v(.*)
- v1.26.3
+ v1.27.0
enable
diff --git a/_servicedata b/_servicedata
index edd6054..14fed37 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/containers/buildah.git
- bcc29527fc99d7666438e7820e71f43a40dc8838
\ No newline at end of file
+ db8d5921a770e7536b34c56d062b47795b548d35
diff --git a/buildah-1.26.3.tar.xz b/buildah-1.26.3.tar.xz
deleted file mode 100644
index bd7986c..0000000
--- a/buildah-1.26.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:8d6539e81df750a0605864615ec1d7d9965855cadaac5f36031b3b767bbc4d69
-size 8433952
diff --git a/buildah-1.27.0.tar.xz b/buildah-1.27.0.tar.xz
new file mode 100644
index 0000000..98edd2a
--- /dev/null
+++ b/buildah-1.27.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b891577ae7f54e5e920faaee77ba82e3699cc454f88e58d7cad0f6325cb60f75
+size 8755016
diff --git a/buildah.changes b/buildah.changes
index d002844..b7f67a8 100644
--- a/buildah.changes
+++ b/buildah.changes
@@ -1,3 +1,188 @@
+-------------------------------------------------------------------
+Tue Aug 09 06:54:52 UTC 2022 - dcermak@suse.com
+
+- Update to version 1.27.0:
+ * release: tag v1.27.0
+ * make,cross: ignore loong64 from target list
+ * Allow chflags operations inside the container
+ * Don't try to call runLabelStdioPipes if spec.Linux is not set
+ * build(deps): bump github.com/golangci/golangci-lint in /tests/tools
+ * build: support filtering cache by duration using --cache-ttl
+ * build: support building from commit when using git repo as build context
+ * build: clean up git repos correctly when using subdirs
+ * integration tests: quote "?" in shell scripts
+ * Fix a copy/paste error
+ * build(deps): bump github.com/golangci/golangci-lint in /tests/tools
+ * vendor c/common@v0.49.1
+ * test: manifest inspect should have OCIv1 annotation
+ * vendor: bump to c/common@87fab4b7019a
+ * Failure to determine a file or directory should print an error
+ * build(deps): bump github.com/containernetworking/cni from 1.1.1 to 1.1.2
+ * refactor: remove unused CommitOptions from generateBuildOutput
+ * stage_executor: generate output for cases with no commit
+ * stage_executor, commit: output only if last stage in build
+ * Use errors.Is() instead of os.Is{Not,}Exist
+ * Minor test tweak for podman-remote compatibility
+ * Cirrus: Use the latest imgts container
+ * imagebuildah: complain about the right Dockerfile
+ * tests: don't try to wrap `nil` errors
+ * cmd/buildah.commitCmd: don't shadow "err"
+ * cmd/buildah.pullCmd: complain about DecryptConfig/EncryptConfig
+ * Fix a copy/paste error message
+ * Fix a typo in an error message
+ * build,cache: support pulling/pushing cache layers to/from remote sources
+ * Update vendor of containers/(common, storage, image)
+ * Rename chroot/run.go to chroot/run_linux.go
+ * Don't bother telling codespell to skip files that don't exist
+ * Set user namespace defaults correctly for the library
+ * imagebuildah: optimize cache hits for COPY and ADD instructions
+ * Cirrus: Update VM images w/ updated bats
+ * build(deps): bump github.com/onsi/gomega from 1.19.0 to 1.20.0
+ * docs, run: show SELinux label flag for cache and bind mounts
+ * build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
+ * imagebuildah, build: remove undefined concurrent writes
+ * bump github.com/opencontainers/runtime-tools
+ * Add FreeBSD support for 'buildah info'
+ * Vendor in latest containers/(storage, common, image)
+ * Add freebsd cross build targets
+ * Make the jail package build on 32bit platforms
+ * Cirrus: Ensure the build-push VM image is labeled
+ * GHA: Fix dynamic script filename
+ * Vendor in containers/(common, storage, image)
+ * Run codespell
+ * Remove import of github.com/pkg/errors
+ * Avoid using cgo in pkg/jail
+ * Rename footypes to fooTypes for naming consistency
+ * Move cleanupTempVolumes and cleanupRunMounts to run_common.go
+ * Make the various run mounts work for FreeBSD
+ * Move get{Bind,Tmpfs,Secret,SSH}Mount to run_common.go
+ * Move runSetupRunMounts to run_common.go
+ * Move cleanableDestinationListFromMounts to run_common.go
+ * Make setupMounts and runSetupBuiltinVolumes work on FreeBSD
+ * Move setupMounts and runSetupBuiltinVolumes to run_common.go
+ * Tidy up - runMakeStdioPipe can't be shared with linux
+ * Move runAcceptTerminal to run_common.go
+ * Move stdio copying utilities to run_common.go
+ * Move runUsingRuntime and runCollectOutput to run_common.go
+ * Move fileCloser, waitForSync and contains to run_common.go
+ * Move checkAndOverrideIsolationOptions to run_common.go
+ * Move DefaultNamespaceOptions to run_common.go
+ * Move getNetworkInterface to run_common.go
+ * Move configureEnvironment to run_common.go
+ * Don't crash in configureUIDGID if Process.Capabilities is nil
+ * Move configureUIDGID to run_common.go
+ * Move runLookupPath to run_common.go
+ * Move setupTerminal to run_common.go
+ * Move etc file generation utilities to run_common.go
+ * Add run support for FreeBSD
+ * Add a simple FreeBSD jail library
+ * Add FreeBSD support to pkg/chrootuser
+ * Sync call signature for RunUsingChroot with chroot/run.go
+ * test: verify feature to resolve basename with args
+ * vendor: bump openshift/imagebuilder to master@4151e43
+ * GHA: Remove required reserved-name use
+ * buildah: set XDG_RUNTIME_DIR before setting default runroot
+ * imagebuildah: honor build output even if build container is not commited
+ * chroot: honor DefaultErrnoRet
+ * [CI:DOCS] improve pull-policy documentation
+ * tests: retrofit test since --file does not supports dir
+ * Switch to golang native error wrapping
+ * BuildDockerfiles: error out if path to containerfile is a directory
+ * define.downloadToDirectory: fail early if bad HTTP response
+ * GHA: Allow re-use of Cirrus-Cron fail-mail workflow
+ * add: fail on bad http response instead of writing to container
+ * build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
+ * [CI:DOCS] Update buildahimage comment
+ * lint: inspectable is never nil
+ * vendor: c/common to common@7e1563b
+ * build: support OCI hooks for ephemeral build containers
+ * [CI:BUILD] Install latest buildah instead of compiling
+ * Add subid support with BuildRequires and BUILDTAG [NO NEW TESTS NEEDED]
+ * build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5
+ * Make sure cpp is installed in buildah images
+ * demo: use unshare for rootless invocations
+ * buildah.spec.rpkg: initial addition
+ * build: fix test for subid 4
+ * build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0
+ * build, userns: add support for --userns=auto
+ * Fix building upstream buildah image
+ * Remove redundant buildahimages-are-sane validation
+ * Docs: Update multi-arch buildah images readme
+ * Cirrus: Migrate multiarch build off github actions
+ * retrofit-tests: we skip unused stages so use stages
+ * stage_executor: dont rely on stage while looking for additional-context
+ * buildkit, multistage: skip computing unwanted stages
+ * More test cleanup
+ * copier: work around freebsd bug for "mkdir /"
+ * Replace $BUILDAH_BINARY with buildah() function
+ * Fix up buildah images
+ * Make util and copier build on FreeBSD
+ * Vendor in latest github.com/sirupsen/logrus
+ * build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.3
+ * Makefile: allow building without .git
+ * run_unix: don't return an error from getNetworkInterface
+ * run_unix: return a valid DefaultNamespaceOptions
+ * Update vendor of containers/storage
+ * chroot: use ActKillThread instead of ActKill
+ * use resolvconf package from c/common/libnetwork
+ * update c/common to latest main
+ * copier: add `NoOverwriteNonDirDir` option
+ * Sort buildoptions and move cli/build functions to internal
+ * build(deps): bump github.com/fsouza/go-dockerclient from 1.8.0 to 1.8.1
+ * build(deps): bump github.com/docker/docker
+ * build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
+ * build(deps): bump github.com/containerd/containerd from 1.6.5 to 1.6.6
+ * Fix TODO: de-spaghettify run mounts
+ * Move options parsing out of build.go and into pkg/cli
+ * [CI:DOCS] Tutorial 04 - Include Debian/Ubuntu deps
+ * build, multiarch: support splitting build logs for --platform
+ * build(deps): bump github.com/containerd/containerd from 1.6.4 to 1.6.5
+ * [CI:BUILD] WIP Cleanup Image Dockerfiles
+ * build(deps): bump github.com/fsouza/go-dockerclient from 1.7.11 to 1.8.0
+ * cli remove stutter
+ * docker-parity: ignore sanity check if baseImage history is null
+ * build, commit: allow disabling image history with --omit-history
+ * Fix use generic/ambiguous DEBUG name
+ * build(deps): bump github.com/containernetworking/cni from 1.1.0 to 1.1.1
+ * Cirrus: use Ubuntu 22.04 LTS
+ * Fix codespell errors
+ * Remove util.StringInSlice because it is defined in containers/common
+ * buildah: add support for renaming a device in rootless setups
+ * squash: never use build cache when computing last step of last stage
+ * Update vendor of containers/(common, storage, image)
+ * build(deps): bump github.com/golangci/golangci-lint in /tests/tools
+ * buildkit: supports additionalBuildContext in builds via --build-context
+ * test cleanup
+ * buildah source pull/push: show progress bar
+ * run: allow resuing secret twice in different RUN steps
+ * test helpers: default to being rootless-aware
+ * Add --cpp-flag flag to buildah build
+ * build(deps): bump github.com/golangci/golangci-lint in /tests/tools
+ * build: accept branch and subdirectory when context is git repo
+ * build(deps): bump github.com/docker/docker
+ * Vendor in latest containers/common
+ * build(deps): bump github.com/opencontainers/runc from 1.1.1 to 1.1.2
+ * vendor: update c/storage and c/image
+ * build(deps): bump github.com/golangci/golangci-lint in /tests/tools
+ * Fix gentoo install docs
+ * build(deps): bump github.com/docker/docker
+ * copier: move NSS load to new process
+ * Add test for prevention of reusing encrypted layers
+ * Make `buildah build --label foo` create an empty "foo" label again
+ * Bump to v1.27.0-dev
+
+-------------------------------------------------------------------
+Thu Aug 04 06:27:00 UTC 2022 - dcermak@suse.com
+
+- Update to version 1.26.4:
+ * tag v1.26.4
+ * build, multiarch: support splitting build logs for --platform
+ * copier: add `NoOverwriteNonDirDir` option
+ * docker-parity: ignore sanity check if baseImage history is null
+ * build, commit: allow disabling image history with --omit-history
+ * buildkit: supports additionalBuildContext in builds via --build-context
+ * Add --cpp-flag flag to buildah build
+
-------------------------------------------------------------------
Wed Aug 03 11:54:24 UTC 2022 - fcrozat@suse.com
diff --git a/buildah.spec b/buildah.spec
index acc6d9d..0a12359 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -18,7 +18,7 @@
%define project github.com/containers/buildah
Name: buildah
-Version: 1.26.3
+Version: 1.27.0
Release: 0
Summary: Tool for building OCI containers
License: Apache-2.0