Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package velero-plugin-for-microsoft-azure
for openSUSE:Factory checked in at 2021-10-01 22:29:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velero-plugin-for-microsoft-azure (Old)
and
/work/SRC/openSUSE:Factory/.velero-plugin-for-microsoft-azure.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "velero-plugin-for-microsoft-azure"
Fri Oct 1 22:29:11 2021 rev:3 rq:922572 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/velero-plugin-for-microsoft-azure/velero-plugin-for-microsoft-azure.changes
2021-07-28 19:20:59.487560632 +0200
+++
/work/SRC/openSUSE:Factory/.velero-plugin-for-microsoft-azure.new.2443/velero-plugin-for-microsoft-azure.changes
2021-10-01 22:29:41.117444087 +0200
@@ -1,0 +2,7 @@
+Thu Sep 30 15:43:02 UTC 2021 - [email protected]
+
+- Update to version 1.3.0:
+ * Update the documents for the release 1.3.0
+ * Change the base image to distroless
+
+-------------------------------------------------------------------
Old:
----
velero-plugin-for-microsoft-azure-1.2.1.tar.gz
New:
----
velero-plugin-for-microsoft-azure-1.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ velero-plugin-for-microsoft-azure.spec ++++++
--- /var/tmp/diff_new_pack.6ayO5F/_old 2021-10-01 22:29:41.805445359 +0200
+++ /var/tmp/diff_new_pack.6ayO5F/_new 2021-10-01 22:29:41.809445366 +0200
@@ -19,7 +19,7 @@
%define goipath github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
Name: velero-plugin-for-microsoft-azure
-Version: 1.2.1
+Version: 1.3.0
Release: 0
Summary: Velero plugin for Microsoft Azure
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.6ayO5F/_old 2021-10-01 22:29:41.845445432 +0200
+++ /var/tmp/diff_new_pack.6ayO5F/_new 2021-10-01 22:29:41.845445432 +0200
@@ -5,7 +5,7 @@
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
- <param name="revision">v1.2.1</param>
+ <param name="revision">v1.3.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.6ayO5F/_old 2021-10-01 22:29:41.865445469 +0200
+++ /var/tmp/diff_new_pack.6ayO5F/_new 2021-10-01 22:29:41.865445469 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure</param>
- <param
name="changesrevision">e4f11f5424f158486c901241e29a0c05c5404ace</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">5239dbc6beed5dfcd0f8141900d9c037ca028357</param></service></servicedata>
\ No newline at end of file
++++++ velero-plugin-for-microsoft-azure-1.2.1.tar.gz ->
velero-plugin-for-microsoft-azure-1.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/velero-plugin-for-microsoft-azure-1.2.1/Dockerfile
new/velero-plugin-for-microsoft-azure-1.3.0/Dockerfile
--- old/velero-plugin-for-microsoft-azure-1.2.1/Dockerfile 2021-07-24
13:34:05.000000000 +0200
+++ new/velero-plugin-for-microsoft-azure-1.3.0/Dockerfile 2021-09-09
09:41:01.000000000 +0200
@@ -17,9 +17,10 @@
WORKDIR /go/src/velero-plugin-for-microsoft-azure
RUN CGO_ENABLED=0 GOOS=linux go build -v -o
/go/bin/velero-plugin-for-microsoft-azure ./velero-plugin-for-microsoft-azure
+FROM busybox:1.33.1 AS busybox
-FROM ubuntu:bionic
-RUN mkdir /plugins
+FROM gcr.io/distroless/base-debian10:nonroot
COPY --from=build /go/bin/velero-plugin-for-microsoft-azure /plugins/
-USER nobody:nogroup
-ENTRYPOINT ["/bin/bash", "-c", "cp /plugins/* /target/."]
+COPY --from=busybox /bin/cp /bin/cp
+USER nonroot:nonroot
+ENTRYPOINT ["cp", "/plugins/velero-plugin-for-microsoft-azure", "/target/."]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/velero-plugin-for-microsoft-azure-1.2.1/README.md
new/velero-plugin-for-microsoft-azure-1.3.0/README.md
--- old/velero-plugin-for-microsoft-azure-1.2.1/README.md 2021-07-24
13:34:05.000000000 +0200
+++ new/velero-plugin-for-microsoft-azure-1.3.0/README.md 2021-09-09
09:41:01.000000000 +0200
@@ -17,6 +17,7 @@
| Plugin Version | Velero Version |
|-----------------|----------------|
+| v1.3.x | v1.7.x |
| v1.2.x | v1.6.x |
| v1.1.x | v1.5.x |
| v1.1.x | v1.4.x |
@@ -338,7 +339,7 @@
```bash
velero install \
--provider azure \
- --plugins velero/velero-plugin-for-microsoft-azure:v1.2.0 \
+ --plugins velero/velero-plugin-for-microsoft-azure:v1.3.0 \
--bucket $BLOB_CONTAINER \
--secret-file ./credentials-velero \
--backup-location-config
resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID]
\
@@ -352,7 +353,7 @@
```bash
velero install \
--provider azure \
- --plugins velero/velero-plugin-for-microsoft-azure:v1.2.0 \
+ --plugins velero/velero-plugin-for-microsoft-azure:v1.3.0 \
--bucket $BLOB_CONTAINER \
--secret-file ./credentials-velero \
--backup-location-config
resourceGroup=$AZURE_BACKUP_RESOURCE_GROUP,storageAccount=$AZURE_STORAGE_ACCOUNT_ID,storageAccountKeyEnvVar=AZURE_STORAGE_ACCOUNT_ACCESS_KEY[,subscriptionId=$AZURE_BACKUP_SUBSCRIPTION_ID]
\
@@ -384,7 +385,7 @@
### Prerequisites
* Velero 1.6.0 or later
-* Azure plugin must be installed, either at install time, or by running
`velero plugin add velero/velero-plugin-for-microsoft-azure:v1.2.0`
+* Azure plugin must be installed, either at install time, or by running
`velero plugin add velero/velero-plugin-for-microsoft-azure:plugin-version`,
replace the `plugin-version` with the corresponding value
### Configure the blob container and credentials
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/velero-plugin-for-microsoft-azure-1.2.1/changelogs/CHANGELOG-1.3.0.md
new/velero-plugin-for-microsoft-azure-1.3.0/changelogs/CHANGELOG-1.3.0.md
--- old/velero-plugin-for-microsoft-azure-1.2.1/changelogs/CHANGELOG-1.3.0.md
1970-01-01 01:00:00.000000000 +0100
+++ new/velero-plugin-for-microsoft-azure-1.3.0/changelogs/CHANGELOG-1.3.0.md
2021-09-09 09:41:01.000000000 +0200
@@ -0,0 +1,3 @@
+## All changes
+
+- Change the base image to `distroless`. (#106, @ywk253100)
++++++ vendor.tar.gz ++++++