Releases: hauler-dev/hauler
Releases · hauler-dev/hauler
v1.2.1
What's Changed
- BUGFIX: clear default manifest name if product flag used with sync by @amartin120 in #412
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Important Notice(s)
Upgraded the apiVersion
to v1
from v1alpha1
- Users are able to use
v1
andv1alpha1
, butv1alpha1
is now deprecated and will be removed in a future release. We will update the community when we fully deprecate and remove the functionality ofv1alpha1
- Users will see logging notices when using the old
apiVersion
such as... !!! DEPRECATION WARNING !!! apiVersion [v1alpha1] will be removed in a future release !!! DEPRECATION WARNING !!!
Breaking Change(s)
Updated the behavior of hauler store load
to default to loading a haul
with the name of haul.tar.zst
and requires the flag of --filename/-f
to load a haul
with a different name
- Users can load multiple
hauls
by specifying multiple flags of--filename/-f
- updated command usage:
hauler store load --filename hauling-hauls.tar.zst
- previous command usage (do not use):
hauler store load hauling-hauls.tar.zst
- updated command usage:
Updated the behavior of hauler store sync
to default to syncing a manifest
with the name of hauler-manifest.yaml
and requires the flag of --filename/-f
to sync a manifest
with a different name
- Users can sync multiple
manifests
by specifying multiple flags of--filename/-f
- updated command usage:
hauler store sync --filename hauling-hauls-manifest.yaml
- previous command usage (do not use):
hauler store sync --files hauling-hauls-manifest.yaml
- updated command usage:
Please review the documentation for any additional Known Limits, Issues, and Notices!
What's Changed?
- Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group across 1 directory by @dependabot in #377
- cleaned up registry and improved logging by @zackbradys in #378
- forked cosign bump to 2.4.1 and use as a library vs embedded binary by @amartin120 in #383
- replace mholt/archiver with mholt/archives by @amartin120 in #384
- Bump the go_modules group across 1 directory with 2 updates by @dependabot in #385
- use cosign v2.4.1+carbide.2 to address containerd annotation in index.json by @amartin120 in #390
- fix for correctly grabbing platform post cosign 2.4 updates by @amartin120 in #393
- fixed consts for oci declarations by @zackbradys in #398
- upgraded api update to v1/updated dependencies by @zackbradys in #400
- updated sync flag and related logs [breaking change] by @zackbradys in #402
- updated load flag and related logs [breaking change] by @zackbradys in #403
- updated save flag and related logs by @zackbradys in #404
- added remote and multiple file fetch to sync by @zackbradys in #405
- added remote file fetch to load by @zackbradys in #406
- fixed remote code by @zackbradys in #407
- updates for v1.2.0 by @zackbradys in #408
Full Changelog: v1.1.1...v1.2.0
v1.2.0-dev.2
What's Changed
- use cosign v2.4.1+carbide.2 to address containerd annotation in index.json by @amartin120 in #390
Full Changelog: v1.2.0-dev.1...v1.2.0-dev.2
v1.2.0-dev.1
What's Changed
- Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group across 1 directory by @dependabot in #377
- cleaned up registry and improved logging by @zackbradys in #378
- forked cosign bump to 2.4.1 and use as a library vs embedded binary by @amartin120 in #383
- replace mholt/archiver with mholt/archives by @amartin120 in #384
- Bump the go_modules group across 1 directory with 2 updates by @dependabot in #385
Full Changelog: v1.1.1...v1.2.0-dev.1
v1.1.1
What's Changed
- updated dependencies for go, helm, and k8s by @zackbradys in #351
- removed k3s code by @zackbradys in #352
- removed cachedir code by @zackbradys in #355
- standardize consts by @zackbradys in #353
- updated/fixed hauler directory by @zackbradys in #354
- adding ignore errors and retries for continue on error/fail on error by @zackbradys in #368
- added store env var by @zackbradys in #370
- renamed incorrectly named consts by @zackbradys in #371
- updated version flag to internal/flags by @zackbradys in #369
- updated versions for go/k8s/helm by @zackbradys in #373
- fixed cli desc for store env var by @zackbradys in #374
Full Changelog: v1.1.0...v1.1.1
v1.1.1-rc.1
What's Changed
- adding ignore errors and retries for continue on error/fail on error by @zackbradys in #368
- added store env var by @zackbradys in #370
- renamed incorrectly named consts by @zackbradys in #371
- updated version flag to internal/flags by @zackbradys in #369
- updated versions for go/k8s/helm by @zackbradys in #373
Full Changelog: v1.1.1-dev.1...v1.1.1-rc.1
v1.1.1-dev.1
What's Changed
- updated dependencies for go, helm, and k8s by @zackbradys in #351
- removed k3s code by @zackbradys in #352
- removed cachedir code by @zackbradys in #355
- standardize consts by @zackbradys in #353
- updated/fixed hauler directory by @zackbradys in #354
Full Changelog: v1.1.0...v1.1.1-dev.1
v1.1.0
Highlights
Pending update...
What's Changed
- updated install.sh to remove github api by @zackbradys in #293
- Updated cobra function for shell completion by @a1994sc in #304
- fixed hauler login typo by @zackbradys in #299
- added list-repos flag by @zackbradys in #298
- feat-273: TLS Flags by @wcrum in #303
- testing and linting updates by @zackbradys in #305
- pages: initial workflow by @dweomer in #309
- pages: enable go install hauler.dev/go/hauler by @dweomer in #310
- github.com/rancherfederal/hauler => hauler.dev/go/hauler by @dweomer in #311
- fixed
hauler completion
commands by @zackbradys in #312 - Removing the GA "disclaimer" from README by @bgulla in #318
- continue on error when adding images to store by @amartin120 in #317
- bump to cosign v2.2.3-carbide.3 for new annotation by @amartin120 in #322
- enable docker load for hauler tarballs by @dweomer in #320
- use new annotation for 'store save' manifest.json by @amartin120 in #324
- updated/standardize command descriptions by @zackbradys in #313
- add platform flag to store save by @amartin120 in #329
- bump: golang >= 1.23.1 by @dweomer in #328
- added integration tests for non hauler tarballs by @zackbradys in #325
- updates to fix build processes by @zackbradys in #330
- fixed typo in hauler store save by @zackbradys in #331
- added more fixes to github workflow by @zackbradys in #332
- even more workflow/makefile fixes by @zackbradys in #333
- yet another workflow goreleaser fix by @zackbradys in #334
- have extract use proper ref from store info by @amartin120 in #335
- improved workflow performance by @zackbradys in #336
- trying new workflow build processes by @zackbradys in #337
- added timeout to goreleaser workflow by @zackbradys in #340
- updated workflow to goreleaser builds by @zackbradys in #341
- [feature] build with boring crypto where available by @dweomer in #344
New Contributors
Full Changelog: v1.0.7...v1.1.0
v1.1.0-rc.9
What's Changed
- trying new workflow build processes by @zackbradys in #337
- added timeout to goreleaser workflow by @zackbradys in #340
Full Changelog: v1.1.0-rc.8...v1.1.0-rc.9
v1.1.0-rc.10
What's Changed
- updated workflow to goreleaser builds by @zackbradys in #341
Full Changelog: v1.1.0-rc.9...v1.1.0-rc.10