4 Commits

Author SHA256 Message Date
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 29 additions and 9 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.0</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">ac7d82b55fb2d2e22e8f76b06312d68815ffa109</param></service></servicedata>

Binary file not shown.

BIN
hauler-1.4.0.tar.zst LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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,7 +17,7 @@
Name: hauler
Version: 1.3.1
Version: 1.4.0
%global git_commit 5edc8802eec20adc7d0b75847f77446d6f531012
Release: 0
Summary: Airgap Swiss Army Knife

BIN
vendor.tar.zst LFS

Binary file not shown.