8 Commits

Author SHA256 Message Date
69ca5e4eea Accepting request 1328091 from Virtualization:containers
- Update to version 1.4.1 (bsc#1256546, CVE-2026-22772):
  * fixed typos for containerd imports (#493)
  * fix and support containerd imports of `hauls` (#492)
  * bump github.com/sigstore/fulcio (#489)

OBS-URL: https://build.opensuse.org/request/show/1328091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hauler?expand=0&rev=13
2026-01-19 17:39:02 +00:00
d3effbbab4 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/hauler?expand=0&rev=34 2026-01-19 13:38:12 +00:00
9d147b5a9b - Update to version 1.4.1 (bsc#1256546, CVE-2026-22772):
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/hauler?expand=0&rev=33
2026-01-19 12:46:14 +00:00
35acbb4360 - Update to version 1.4.1:
* fixed typos for containerd imports (#493)
  * fix and support containerd imports of `hauls` (#492)
  * bump github.com/sigstore/fulcio (#489)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/hauler?expand=0&rev=32
2026-01-19 12:39:11 +00:00
c5d0457c09 Accepting request 1327019 from Virtualization:containers
- Update to version 1.4.0:
  * added/updated logging for `serve` and `remove` (#487)
  * added/fixed helm chart images/dependencies features (#485)
  * more experimental feature updates (#486)
  * add experimental notes (#483)
  * updated tempdir flag to store persistent flags (#484)
  * delete artifacts from store (#473)
  * path rewrites (#475)
  * updated/fixed workflow dependency versions (#478)

OBS-URL: https://build.opensuse.org/request/show/1327019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hauler?expand=0&rev=12
2026-01-13 20:35:13 +00:00
9f9eaf483c - Update to version 1.4.0:
* added/updated logging for `serve` and `remove` (#487)
  * added/fixed helm chart images/dependencies features (#485)
  * more experimental feature updates (#486)
  * add experimental notes (#483)
  * updated tempdir flag to store persistent flags (#484)
  * delete artifacts from store (#473)
  * path rewrites (#475)
  * updated/fixed workflow dependency versions (#478)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/hauler?expand=0&rev=30
2026-01-13 14:08:36 +00:00
8ff7565e60 Accepting request 1324666 from Virtualization:containers
- Update to version 1.3.2:
  * bump to latest cosign fork release (#481)
  * Bump golang.org/x/crypto in the go_modules group across 1 directory (#476)

OBS-URL: https://build.opensuse.org/request/show/1324666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hauler?expand=0&rev=11
2025-12-29 14:17:30 +00:00
5b552bd73d - Update to version 1.3.2:
* bump to latest cosign fork release (#481)
  * Bump golang.org/x/crypto in the go_modules group across 1 directory (#476)

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/hauler?expand=0&rev=28
2025-12-29 09:52:39 +00:00
7 changed files with 38 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/rancherfederal/hauler</param>
<param name="scm">git</param>
<param name="revision">v1.3.1</param>
<param name="revision">v1.4.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/rancherfederal/hauler</param>
<param name="changesrevision">5edc8802eec20adc7d0b75847f77446d6f531012</param></service></servicedata>
<param name="changesrevision">4a2b7b13a7a3e3dab926893c0be1a67dea6d8457</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29d2ba55aa1559f81cec9d929459cbe1661b84b55be47b8d3bbcfed15cdd17ae
size 25692295

3
hauler-1.4.1.tar.zst Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b46056b6a9777cf944a513a10efecca8f6737a103f41126abca8828a798b3bf2
size 25658690

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Jan 19 12:38:03 UTC 2026 - Dirk Müller <dmueller@suse.com>
- Update to version 1.4.1 (bsc#1256546, CVE-2026-22772):
* fixed typos for containerd imports (#493)
* fix and support containerd imports of `hauls` (#492)
* bump github.com/sigstore/fulcio (#489)
-------------------------------------------------------------------
Tue Jan 13 13:57:02 UTC 2026 - Dirk Müller <dmueller@suse.com>
- Update to version 1.4.0:
* added/updated logging for `serve` and `remove` (#487)
* added/fixed helm chart images/dependencies features (#485)
* more experimental feature updates (#486)
* add experimental notes (#483)
* updated tempdir flag to store persistent flags (#484)
* delete artifacts from store (#473)
* path rewrites (#475)
* updated/fixed workflow dependency versions (#478)
-------------------------------------------------------------------
Mon Dec 29 09:44:54 UTC 2025 - Dirk Müller <dmueller@suse.com>
- Update to version 1.3.2:
* bump to latest cosign fork release (#481)
* Bump golang.org/x/crypto in the go_modules group across 1 directory (#476)
-------------------------------------------------------------------
Mon Nov 10 15:08:12 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package hauler
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
Name: hauler
Version: 1.3.1
%global git_commit 5edc8802eec20adc7d0b75847f77446d6f531012
Version: 1.4.1
%global git_commit 4a2b7b13a7a3e3dab926893c0be1a67dea6d8457
Release: 0
Summary: Airgap Swiss Army Knife
License: Apache-2.0

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e51a71e7ed12d40cafa4b56c098c168e17182280dc2669b60fb73241c87a58b4
size 15144124
oid sha256:65d6784cd1b742c9fae72adcf8827ee4c27f52fddce4991366d11d8f901b1dc4
size 13217912