Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package docker-distribution for 
openSUSE:Factory checked in at 2022-05-03 21:19:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docker-distribution (Old)
 and      /work/SRC/openSUSE:Factory/.docker-distribution.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docker-distribution"

Tue May  3 21:19:14 2022 rev:25 rq:974523 version:2.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/docker-distribution/docker-distribution.changes  
2022-02-24 18:24:35.886640593 +0100
+++ 
/work/SRC/openSUSE:Factory/.docker-distribution.new.1538/docker-distribution.changes
        2022-05-03 21:19:20.161026054 +0200
@@ -1,0 +2,15 @@
+Mon May 02 10:04:01 UTC 2022 - [email protected]
+
+- Update to version 2.8.1:
+  * FIx typo
+  * Update 2.8.1. release notes
+  * go 1.16.15
+  * Prepare for v2.8.1 release
+  * ci: use proper git ref for versioning
+  * Update README so the release pipeline works properly.
+  * Make this releaes a beta release first.
+  * [2.8] Release artifacts
+  * Apply suggestions from code review
+  * Prepare for v2.8.0 release
+
+-------------------------------------------------------------------

Old:
----
  distribution-2.8.0.tar.xz

New:
----
  distribution-2.8.1.tar.xz

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

Other differences:
------------------
++++++ docker-distribution.spec ++++++
--- /var/tmp/diff_new_pack.tQJiz2/_old  2022-05-03 21:19:20.637026650 +0200
+++ /var/tmp/diff_new_pack.tQJiz2/_new  2022-05-03 21:19:20.641026655 +0200
@@ -21,7 +21,7 @@
 %define registry_group registry
 
 Name:           docker-distribution
-Version:        2.8.0
+Version:        2.8.1
 Release:        0
 Summary:        The Docker toolset to pack, ship, store, and deliver content
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tQJiz2/_old  2022-05-03 21:19:20.677026700 +0200
+++ /var/tmp/diff_new_pack.tQJiz2/_new  2022-05-03 21:19:20.677026700 +0200
@@ -3,8 +3,8 @@
     <param name="url">https://github.com/docker/distribution.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">2.8.0</param>
-    <param name="revision">v2.8.0</param>
+    <param name="versionformat">2.8.1</param>
+    <param name="revision">v2.8.1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ distribution-2.8.0.tar.xz -> distribution-2.8.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.8.0/.gitignore 
new/distribution-2.8.1/.gitignore
--- old/distribution-2.8.0/.gitignore   2022-02-07 16:40:21.000000000 +0100
+++ new/distribution-2.8.1/.gitignore   1970-01-01 01:00:00.000000000 +0100
@@ -1,38 +0,0 @@
-# Compiled Object files, Static and Dynamic libs (Shared Objects)
-*.o
-*.a
-*.so
-
-# Folders
-_obj
-_test
-
-# Architecture specific extensions/prefixes
-*.[568vq]
-[568vq].out
-
-*.cgo1.go
-*.cgo2.c
-_cgo_defun.c
-_cgo_gotypes.go
-_cgo_export.*
-
-_testmain.go
-
-*.exe
-*.test
-*.prof
-
-# never checkin from the bin file (for now)
-bin/*
-
-# Test key files
-*.pem
-
-# Cover profiles
-*.out
-
-# Editor/IDE specific files.
-*.sublime-project
-*.sublime-workspace
-.idea/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.8.0/.mailmap 
new/distribution-2.8.1/.mailmap
--- old/distribution-2.8.0/.mailmap     2022-02-07 16:40:21.000000000 +0100
+++ new/distribution-2.8.1/.mailmap     2022-03-08 18:52:36.000000000 +0100
@@ -44,3 +44,6 @@
 Samuel Karp <[email protected]> Samuel Karp 
<[email protected]>
 Justin Cormack <[email protected]>
 sayboras <[email protected]>
+CrazyMax <[email protected]>
+CrazyMax <[email protected]> <[email protected]>
+CrazyMax <[email protected]> <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.8.0/Dockerfile 
new/distribution-2.8.1/Dockerfile
--- old/distribution-2.8.0/Dockerfile   2022-02-07 16:40:21.000000000 +0100
+++ new/distribution-2.8.1/Dockerfile   2022-03-08 18:52:36.000000000 +0100
@@ -1,6 +1,6 @@
 # syntax=docker/dockerfile:1.3
 
-ARG GO_VERSION=1.16
+ARG GO_VERSION=1.16.15
 ARG GORELEASER_XX_VERSION=1.2.5
 
 FROM --platform=$BUILDPLATFORM crazymax/goreleaser-xx:${GORELEASER_XX_VERSION} 
AS goreleaser-xx
@@ -12,6 +12,10 @@
 FROM base AS build
 ENV GO111MODULE=auto
 ENV CGO_ENABLED=0
+# GIT_REF is used by goreleaser-xx to handle the proper git ref when available.
+# It will fallback to the working tree info if empty and use "git tag 
--points-at"
+# or "git describe" to define the version info.
+ARG GIT_REF
 ARG TARGETPLATFORM
 ARG PKG="github.com/distribution/distribution"
 ARG BUILDTAGS="include_oss include_gcs"
@@ -28,7 +32,7 @@
     --files="LICENSE" \
     --files="README.md"
 
-FROM scratch AS artifacts
+FROM scratch AS artifact
 COPY --from=build /out/*.tar.gz /
 COPY --from=build /out/*.zip /
 COPY --from=build /out/*.sha256 /
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.8.0/docker-bake.hcl 
new/distribution-2.8.1/docker-bake.hcl
--- old/distribution-2.8.0/docker-bake.hcl      2022-02-07 16:40:21.000000000 
+0100
+++ new/distribution-2.8.1/docker-bake.hcl      2022-03-08 18:52:36.000000000 
+0100
@@ -1,3 +1,15 @@
+// GITHUB_REF is the actual ref that triggers the workflow
+// 
https://docs.github.com/en/actions/learn-github-actions/environment-variables#default-environment-variables
+variable "GITHUB_REF" {
+  default = ""
+}
+
+target "_common" {
+  args = {
+    GIT_REF = GITHUB_REF
+  }
+}
+
 group "default" {
   targets = ["image-local"]
 }
@@ -8,12 +20,14 @@
 }
 
 target "binary" {
+  inherits = ["_common"]
   target = "binary"
   output = ["./bin"]
 }
 
 target "artifact" {
-  target = "artifacts"
+  inherits = ["_common"]
+  target = "artifact"
   output = ["./bin"]
 }
 
@@ -30,7 +44,7 @@
 }
 
 target "image" {
-  inherits = ["docker-metadata-action"]
+  inherits = ["_common", "docker-metadata-action"]
 }
 
 target "image-local" {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.8.0/releases/v2.8.1.toml 
new/distribution-2.8.1/releases/v2.8.1.toml
--- old/distribution-2.8.0/releases/v2.8.1.toml 1970-01-01 01:00:00.000000000 
+0100
+++ new/distribution-2.8.1/releases/v2.8.1.toml 2022-03-08 18:52:36.000000000 
+0100
@@ -0,0 +1,28 @@
+# commit to be tagged for new release
+commit = "HEAD"
+
+project_name = "registry"
+github_repo = "distribution/distribution"
+
+# previous release
+previous = "v2.8.0"
+
+pre_release = false
+
+preface = """\
+The 2.8.1 registry release fixes the Go module issues that have popped up in 
the v2.8.0
+
+There have been no changes made in the released binaries other than the bump 
of the Go runtime.
+
+See changelog below for full list of changes.
+
+### CI
+* ci: use proper git ref for versioning 
[#3595](https://github.com/distribution/distribution/pull/3595)
+* Go: make Go version explicit and pin it to the latest 1.16 release 
[3604](https://github.com/distribution/distribution/pull/3604)
+
+### Dependency Changes
+
+This release has no dependency changes
+
+Previous release can be found at 
[v2.8.0](https://github.com/distribution/distribution/releases/tag/v2.8.0)
+"""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/distribution-2.8.0/version/version.go 
new/distribution-2.8.1/version/version.go
--- old/distribution-2.8.0/version/version.go   2022-02-07 16:40:21.000000000 
+0100
+++ new/distribution-2.8.1/version/version.go   2022-03-08 18:52:36.000000000 
+0100
@@ -8,7 +8,7 @@
 // the latest release tag by hand, always suffixed by "+unknown". During
 // build, it will be replaced by the actual version. The value here will be
 // used if the registry is run after a go get based install.
-var Version = "v2.8.0-beta.1+unknown"
+var Version = "v2.8.1+unknown"
 
 // Revision is filled with the VCS (e.g. git) revision being used to build
 // the program at linking time.

Reply via email to