Adam Martin
ec9ac48476
use cosign v2.4.1+carbide.2 to address containerd annotation in index.json ( #390 )
v1.2.0-dev.2
2025-01-19 10:32:12 -05:00
dependabot[bot]
5f5cd64c2f
Bump the go_modules group across 1 directory with 2 updates ( #385 )
v1.2.0-dev.1
2025-01-10 19:59:36 -05:00
Adam Martin
882713b725
replace mholt/archiver with mholt/archives ( #384 )
2025-01-10 19:15:00 -05:00
Adam Martin
a20d7bf950
forked cosign bump to 2.4.1 and use as a library vs embedded binary ( #383 )
...
* only ignore project-root/store not all store paths
* remove embedded cosign binary in favor of fork library
2025-01-10 17:14:44 -05:00
Zack Brady
e97adcdfed
cleaned up registry and improved logging ( #378 )
...
* cleaned up registry and improved logging
* last bit of logging improvements/import clean up
---------
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
2025-01-09 15:21:03 -05:00
dependabot[bot]
cc17b030a9
Bump golang.org/x/crypto in the go_modules group across 1 directory ( #377 )
...
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto ).
Updates `golang.org/x/crypto` from 0.28.0 to 0.31.0
- [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-14 01:02:58 -05:00
Zack Brady
090f4dc905
fixed cli desc for store env var ( #374 )
v1.1.1
2024-12-09 08:13:33 -05:00
Zack Brady
74aa40c69b
updated versions for go/k8s/helm ( #373 )
v1.1.1-rc.1
2024-12-04 16:10:36 -05:00
Zack Brady
f5e3b38a6d
updated version flag to internal/flags ( #369 )
2024-12-04 14:29:51 -05:00
Zack Brady
01faf396bb
renamed incorrectly named consts ( #371 )
2024-12-04 14:29:26 -05:00
Zack Brady
235218cfff
added store env var ( #370 )
...
* added strictmode flag and consts
* updated code with strictmode
* added flag for retryoperation
* updated registry short flag
* added store env var
* added/fixed more env var code
---------
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
2024-12-04 14:26:53 -05:00
Zack Brady
4270a27819
adding ignore errors and retries for continue on error/fail on error ( #368 )
...
* added strictmode flag and consts
* updated code with strictmode
* added flag for retryoperation
* updated registry short flag
* updated strictmode to ignore errors
* fixed command description
* cleaned up error/debug logs
2024-12-02 17:18:58 -05:00
Zack Brady
1b77295438
updated/fixed hauler directory ( #354 )
...
* added env variables for haulerDir/tempDir
* updated hauler directory for the install script
* cleanup/fixes for install script
* updated variables based on feedback
* revert "updated variables based on feedback"
* reverts commit 54f7a4d695
* minor restructure to root flags
* updated logic to include haulerdir flag
* cleaned up/formatted new logic
* more cleanup and formatting
v1.1.1-dev.1
2024-11-14 21:37:25 -05:00
Zack Brady
38c7d1b17a
standardize consts ( #353 )
...
* removed k3s code
* standardize and formatted consts
* fixed consts for sync.go
* trying another fix for sync
---------
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
2024-11-06 18:31:06 -05:00
Zack Brady
2fa6c36208
removed cachedir code ( #355 )
...
co-authored-by: Jacob Blain Christen <jacob.blain.christen@ranchergovernment.com >
2024-11-06 14:56:33 -05:00
Zack Brady
dd50ed9dba
removed k3s code ( #352 )
2024-11-06 10:46:38 -07:00
Zack Brady
fb100a27ac
updated dependencies for go, helm, and k8s ( #351 )
...
* updated dependencies for go, helm, and k8s
* fixed dependency version for k8s
2024-11-01 17:06:13 -04:00
Jacob Blain Christen
3406d5453d
[feature] build with boring crypto where available ( #344 )
v1.1.0
2024-10-04 15:09:20 -07:00
Zack Brady
991f5b6bc1
updated workflow to goreleaser builds ( #341 )
...
* updated workflow to goreleaser builds
v1.1.0-rc.10
2024-10-02 11:12:32 -07:00
Zack Brady
0595ab043a
added timeout to goreleaser workflow ( #340 )
v1.1.0-rc.9
2024-10-01 21:18:19 -04:00
Zack Brady
73e5c1ec8b
trying new workflow build processes ( #337 )
...
* trying new workflow build processes
* added last bit to new try
2024-10-01 20:07:02 -04:00
Zack Brady
25d8cb83b2
improved workflow performance ( #336 )
v1.1.0-rc.8
2024-10-01 16:10:37 -04:00
Adam Martin
9f7229a36b
have extract use proper ref ( #335 )
...
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
2024-10-01 16:04:06 -04:00
Zack Brady
b294b6f026
yet another workflow goreleaser fix ( #334 )
v1.1.0-rc.7
2024-10-01 13:21:16 -04:00
Zack Brady
ebd3fd66c8
even more workflow fixes ( #333 )
...
* reverted build hooks
* updated goreleaser arguments
v1.1.0-rc.6
2024-10-01 12:26:34 -04:00
Zack Brady
6373a476b5
added more fixes to github workflow ( #332 )
v1.1.0-rc.5
2024-10-01 09:23:30 -04:00
Zack Brady
2c7aacd105
fixed typo in hauler store save ( #331 )
...
* fixed typo in hauler store save
* update internal/flags/save.go
Co-authored-by: Jacob Blain Christen <dweomer5@gmail.com >
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
---------
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
Co-authored-by: Jacob Blain Christen <dweomer5@gmail.com >
2024-09-30 18:06:10 -04:00
Zack Brady
bbcbe0239a
updates to fix build processes ( #330 )
2024-09-30 16:51:47 -04:00
Zack Brady
8a53a26a58
added integration tests for non hauler tarballs ( #325 )
...
* added tests for tarballs
* updated tests for tarball changes
* fixed tests/build for latest changes
v1.1.0-rc.4
2024-09-27 16:38:39 -04:00
Jacob Blain Christen
41d88954c6
bump: golang >= 1.23.1 ( #328 )
...
Signed-off-by: Jacob Blain Christen <jacob.blain.christen@ranchergovernment.com >
v1.1.0-rc.3
2024-09-24 11:27:28 -07:00
Adam Martin
caaed30297
add platform flag to store save ( #329 )
...
* add platform flag to store save
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* use platform parser from go-cr
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
2024-09-24 11:18:19 -04:00
Jacob Blain Christen
aee296d48d
Update feature_request.md
...
Remove RFE from prompt.
Signed-off-by: Jacob Blain Christen <jacob.blain.christen@ranchergovernment.com >
2024-09-23 10:19:11 -07:00
Zack Brady
407ed94a0b
updated/standardize command descriptions ( #313 )
...
* initial desc formatting/updates
* fixed typos
* updated commands base on feedback
* more updates based on feedback
---------
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
2024-09-20 18:19:49 -04:00
Adam Martin
15a9e1a3c4
use new annotation for 'store save' manifest.json ( #324 )
...
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
2024-09-20 17:14:27 -04:00
Jacob Blain Christen
6510947bb9
enable docker load for hauler tarballs ( #320 )
...
- fixes #276
Signed-off-by: Jacob Blain Christen <jacob.blain.christen@ranchergovernment.com >
Co-authored-by: Zack Brady <zackbrady123@gmail.com >
2024-09-20 13:32:49 -04:00
Adam Martin
01eebd54af
bump to cosign v2.2.3-carbide.3 for new annotation ( #322 )
...
* bump cosign to v2.2.3-carbide.3
* use new annotation in 'store info' when listing images
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
2024-09-18 09:56:22 -07:00
Adam Martin
5aa55e9eda
continue on error when adding images to store ( #317 )
...
* continue on error when adding images to store
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* Update cmd/hauler/cli/store/add.go
Co-authored-by: Jacob Blain Christen <dweomer5@gmail.com >
Signed-off-by: Adam Martin <42001113+amartin120@users.noreply.github.com >
---------
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
Signed-off-by: Adam Martin <42001113+amartin120@users.noreply.github.com >
Co-authored-by: Jacob Blain Christen <dweomer5@gmail.com >
2024-09-04 14:11:07 -04:00
Brandon
6f8cd04a32
Update README.md ( #318 )
...
Removing the weird GA "disclaimer"
Signed-off-by: Brandon <bgulla@users.noreply.github.com >
2024-09-04 11:10:29 -07:00
Zack Brady
02231d716f
fixed completion commands ( #312 )
v1.1.0-rc.2
2024-08-29 19:10:59 -04:00
Jacob Blain Christen
16fa03fec8
github.com/rancherfederal/hauler => hauler.dev/go/hauler ( #311 )
v1.1.0-rc.1
2024-08-26 13:54:06 -07:00
Jacob Blain Christen
51fe531c64
pages: enable go install hauler.dev/go/hauler ( #310 )
...
should fix:
```
go install hauler.dev/go/hauler@latest
go: hauler.dev/go/hauler@latest: unrecognized import path "hauler.dev/go/hauler": reading https://hauler.dev/go/hauler?go-get=1 : 404 Not Found
```
Signed-off-by: Jacob Blain Christen <dweomer5@gmail.com >
2024-08-26 12:12:59 -07:00
Jacob Blain Christen
1a6ce4290f
Create CNAME
...
Signed-off-by: Jacob Blain Christen <jacob.blain.christen@ranchergovernment.com >
2024-08-26 11:32:55 -07:00
Jacob Blain Christen
e4ec7bed76
pages: initial workflow ( #309 )
...
Signed-off-by: Jacob Blain Christen <dweomer5@gmail.com >
2024-08-26 11:25:54 -07:00
Zack Brady
cb81823487
testing and linting updates ( #305 )
...
* updated makefile operations
* upgraded testdata and related tests
* initial updates for tests
* fixed errors with testdata
* last bit of updates to tests
* cleaned and commented makefile
* updated tests for latest merges
---------
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
2024-08-26 12:27:18 -04:00
will
2d930b5653
feat-273: TLS Flags ( #303 )
...
* fix: move constant and flags to prevent loop
* feat: add tls cert to serve
* fix: add tls cli description
* fix: remove unnecessary code
* small updates/fixed unit test errors
* fix: migrate all flags, use exported vars
* fix: standardize to AddFlags
---------
Signed-off-by: will <30413278+wcrum@users.noreply.github.com >
Co-authored-by: Zack Brady <zackbrady123@gmail.com >
2024-08-25 16:16:37 -04:00
Zack Brady
bd0cd8f428
added list-repos flag ( #298 )
...
Co-authored-by: Adam Toy <atoy3731@gmail.com >
2024-08-23 09:25:02 -04:00
Zack Brady
d6b3c94920
fixed hauler login typo ( #299 )
...
* updated hauler login typo
* updated hauler login descs
2024-08-23 09:12:46 -04:00
Allen Conlon
20958826ef
updated cobra function for shell completion ( #304 )
2024-08-22 22:06:16 -04:00
Zack Brady
d633eeffcc
updated install.sh to remove github api ( #293 )
...
* updated install.sh to remove github api
Signed-off-by: Jacob Blain Christen <dweomer5@gmail.com >
---------
Signed-off-by: Jacob Blain Christen <dweomer5@gmail.com >
Co-authored-by: Jacob Blain Christen <dweomer5@gmail.com >
2024-08-14 12:27:46 -07:00
Adam Martin
c592551a37
fix image ref keys getting squashed when containing sigs/atts ( #291 )
...
* fix image ref keys getting squashed when containing sigs/atts
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: Adam Martin <adam.martin@rancherfederal.com >
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
Co-authored-by: Adam Martin <adam.martin@rancherfederal.com >
v1.0.7
2024-08-13 12:18:10 -07:00