Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package buildah for openSUSE:Factory checked 
in at 2022-08-12 16:06:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/buildah (Old)
 and      /work/SRC/openSUSE:Factory/.buildah.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "buildah"

Fri Aug 12 16:06:16 2022 rev:57 rq:994272 version:1.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/buildah/buildah.changes  2022-08-05 
19:52:40.665715454 +0200
+++ /work/SRC/openSUSE:Factory/.buildah.new.1521/buildah.changes        
2022-08-12 16:06:22.451421380 +0200
@@ -1,0 +2,185 @@
+Tue Aug 09 06:54:52 UTC 2022 - dcer...@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 - dcer...@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
+
+-------------------------------------------------------------------

Old:
----
  buildah-1.26.3.tar.xz

New:
----
  buildah-1.27.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ buildah.spec ++++++
--- /var/tmp/diff_new_pack.bNrxGu/_old  2022-08-12 16:06:26.315432999 +0200
+++ /var/tmp/diff_new_pack.bNrxGu/_new  2022-08-12 16:06:26.323433024 +0200
@@ -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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.bNrxGu/_old  2022-08-12 16:06:26.351433108 +0200
+++ /var/tmp/diff_new_pack.bNrxGu/_new  2022-08-12 16:06:26.355433120 +0200
@@ -5,7 +5,7 @@
     <param name="filename">buildah</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">v1.26.3</param>
+    <param name="revision">v1.27.0</param>
     <param name="changesgenerate">enable</param>
 </service>
 <service name="recompress" mode="disabled">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.bNrxGu/_old  2022-08-12 16:06:26.379433192 +0200
+++ /var/tmp/diff_new_pack.bNrxGu/_new  2022-08-12 16:06:26.387433216 +0200
@@ -1,6 +1,5 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/containers/buildah.git</param>
-              <param 
name="changesrevision">bcc29527fc99d7666438e7820e71f43a40dc8838</param></service></servicedata>
-(No newline at EOF)
+              <param 
name="changesrevision">db8d5921a770e7536b34c56d062b47795b548d35</param></service></servicedata>
 

++++++ buildah-1.26.3.tar.xz -> buildah-1.27.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/buildah/buildah-1.26.3.tar.xz 
/work/SRC/openSUSE:Factory/.buildah.new.1521/buildah-1.27.0.tar.xz differ: char 
13, line 1

Reply via email to