Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 69ca5e4eea | |||
| d3effbbab4 | |||
| 9d147b5a9b | |||
| 35acbb4360 | |||
| c5d0457c09 | |||
| 9f9eaf483c | |||
| 8ff7565e60 | |||
| 5b552bd73d |
2
_service
2
_service
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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
3
hauler-1.4.1.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b46056b6a9777cf944a513a10efecca8f6737a103f41126abca8828a798b3bf2
|
||||
size 25658690
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e51a71e7ed12d40cafa4b56c098c168e17182280dc2669b60fb73241c87a58b4
|
||||
size 15144124
|
||||
oid sha256:65d6784cd1b742c9fae72adcf8827ee4c27f52fddce4991366d11d8f901b1dc4
|
||||
size 13217912
|
||||
|
||||
Reference in New Issue
Block a user