Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package k3d for openSUSE:Factory checked in 
at 2022-04-30 00:46:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/k3d (Old)
 and      /work/SRC/openSUSE:Factory/.k3d.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "k3d"

Sat Apr 30 00:46:09 2022 rev:2 rq:973910 version:5.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/k3d/k3d.changes  2022-01-26 21:28:04.605540540 
+0100
+++ /work/SRC/openSUSE:Factory/.k3d.new.1538/k3d.changes        2022-04-30 
00:46:40.231010336 +0200
@@ -1,0 +2,61 @@
+Tue Apr 26 06:47:17 UTC 2022 - guillaume.gar...@opensuse.org
+
+- Update to version 5.4.1:
+  * chore: update dependencies
+  * change/readme: rancher -> k3d-io in go module shield
+  * v5.4.0: compatibility notes
+  * Release/v5.4.0 (#1035)
+  * change: no default image for node creation in local cluster where image 
should be copied from existing nodes (#1034)
+  * [CHORE] change: update docs requirements and re-run docgen for commands 
(#1033)
+  * add: node create --k3s-arg flag (#1032)
+  * [FIX] store hostAliases in label to persist them across cluster stop/start 
(#1029)
+  * [FIX] GetGatewayIP for host.k3d.internal should error out if there's no 
gateway defined (#1027)
+  * hotfix: switch default for image import to original tools-node mode, 
because direct mode failed fairly often
+  * [Enhancement] Github Actions: new Release job (#1024)
+  * ghactions: add new github release job
+  * [Enhancement] GitHub Actions (#977)
+  * Do not defer goroutine to delete tools node, as this leads to errors 
(fixes #1006)
+  * install.sh: Invoke curl with secure defaults (#999)
+  * fix zsh completion output (#1014)
+  * fix unit test translate node to container
+  * Add Connect section to k3d.io (#988)
+  * docs: Podman (rootful/rootless) usage docs (#987)
+  * fix: Use bridge as the default networking mode (#986)
+  * Update readme with k3s-io (#985)
+  * docs: add config file tips section telling about env var expansion
+  * docs/faq: longhorn
+  * ci/action/arch: Switch from absolute Arch docker version to a more relaxed 
one (#966)
+  * fix: volume shortcuts not working because clusterconfig was not being 
processed
+  * fix: order of format options in volume deletion warning
+  * [Migration] search and replace rancher/k3d with k3d-io/k3d in most places 
(#976)
+  * Create FUNDING.yml
+  * add gh action for release
+  * docs: add compatibility subpage
+  * v5.3.0: Changelog + Compatibility Docs
+  * fix: invert logic for LOG_LEVEL parsing (#958)
+  * fix: clusterDelete: properly parse config file to avoid failure on v1alpha4
+  * [Enhancement] Compatibility Tests (#956)
+  * ci/gha: docker matrix
+  * [Fix] detect '--disable=coredns' and conditionally disable injection (#955)
+  * fix: ensure labels on serverlb
+  * fix: mutex on ensureToolsNode to avoid duplicate container name causing 
error (#952)
+  * add env var LOG_COLORS=[1|true|0|false] to toggle colored log output 
(enabled by default) (#951)
+  * Fix typo in node.go (#949)
+  * fix: serverlb should be created before using and restarted unless stopped 
(#948)
+  * docs: add erikgb as a contributor for code (#946)
+  * [FEATURE] Config file compatible with Kustomize (#945)
+  * [Feature] Config v1alpha4 (#944)
+  * license: time range everywhere
+  * license: - 2022
+  * add: schema versions in-repo to link to from schemastore.org (#942)
+  * [Feature] add: config options to configure extra hosts (#938)
+  * [FEATURE] host pid mode support for k3s-server and k3s-agent (#929)
+  * tests/e2e: allow option E2E_DIND_VERSION to test with different Docker 
versions
+  * chore: update deps
+  * chore: update direct dependencies
+  * docs: update docker/runc requirement note
+  * [Feature] Volume Shortcuts and k3d-managed volumes (#916)
+  * tests/e2e: output runtime info for debugging purposes
+  * nodeCreate: do not copy memory limit from node of different role (fixes 
#893)
+
+-------------------------------------------------------------------

Old:
----
  k3d-5.2.2.tar.xz
  k3d-vendor.tar.xz

New:
----
  k3d-5.4.1.tar.gz
  vendor.tar.gz

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

Other differences:
------------------
++++++ k3d.spec ++++++
--- /var/tmp/diff_new_pack.KXkpUc/_old  2022-04-30 00:46:40.979010984 +0200
+++ /var/tmp/diff_new_pack.KXkpUc/_new  2022-04-30 00:46:40.983010988 +0200
@@ -1,5 +1,7 @@
+#
 # spec file for package k3d
 #
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2021 Orville Q. Song <orvi...@anislet.dev>
 #
 # All modifications and additions to the file contributed by third parties
@@ -14,6 +16,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global k3s_tag     v1.21.7-k3s1
 
 %global provider        github
@@ -24,14 +27,14 @@
 %global import_path     %{provider_prefix}/%{repo}
 
 Name:           k3d
-Version:        5.2.2
+Version:        5.4.1
 Release:        0
 Summary:        Little helper to run Rancher Lab's k3s in Docker
 License:        MIT
 Group:          System/Management
 URL:            https://github.com/rancher/k3d
-Source0:        %{name}-%{version}.tar.xz
-Source1:        %{name}-vendor.tar.xz
+Source0:        %{name}-%{version}.tar.gz
+Source1:        vendor.tar.gz
 BuildRequires:  golang-packaging
 BuildRequires:  golang(API) >= 1.16
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KXkpUc/_old  2022-04-30 00:46:41.023011022 +0200
+++ /var/tmp/diff_new_pack.KXkpUc/_new  2022-04-30 00:46:41.027011026 +0200
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="disabled">
     <param name="url">https://github.com/rancher/k3d.git</param>
     <param name="scm">git</param>
-    <param name="revision">v5.2.2</param>
+    <param name="revision">v5.4.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="filename">k3d</param>
@@ -11,8 +11,10 @@
   <service name="tar" mode="disabled" />
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>
-    <param name="compression">xz</param>
+    <param name="compression">gz</param>
   </service>
   <service name="set_version" mode="disabled" />
+  <service name="go_modules" mode="disabled">
+  </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.KXkpUc/_old  2022-04-30 00:46:41.055011051 +0200
+++ /var/tmp/diff_new_pack.KXkpUc/_new  2022-04-30 00:46:41.059011054 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/rancher/k3d.git</param>
-              <param 
name="changesrevision">0c57cf24ca65fecba4dd24624a27364def22fbca</param></service></servicedata>
+              <param 
name="changesrevision">7b8c0f483ff124f217d14852ca4e937701e9003e</param></service></servicedata>
 (No newline at EOF)
 

Reply via email to