Zack Brady
c0294c733b
update release/2.0 from main ( #546 )
...
* fix: handling of file referenced dependencies without repository field (#514 )
co-authored-by: devleitner <devleitner@protonmail.com >
* bump go.opentelemetry.io/otel/sdk (#520 )
bumps the go_modules group with 1 update in the / directory: [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go ).
updates `go.opentelemetry.io/otel/sdk` from 1.39.0 to 1.40.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.39.0...v1.40.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-version: 1.40.0
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>
* dev.md file (#521 )
* smaller changes and updates for v1.4.2 release (#524 )
* smaller changes and updates for v1.4.2 release
* removed unused env variable
* over-"haul": replace oras v1 and cosign fork with native containerd-based implementation (#515 )
* remove oras from hauler
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* remove cosign fork and use upstream cosign for verification
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* added support for oci referrers
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* updated README.md projects list
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* updates for copilot PR review
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bug fix for unsafe type assertions
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bug fix for http getter and dead code
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* fixes for more clarity and better error handling
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bug fix for resource leaks and unchecked errors
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bug fix for rewrite logic for docker.io images due to cosign removal
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bug fix for sigs and referrers
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bug fix for index.json missing mediatype
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bug fix to make sure manifest.json doesnt include anything other than actual container images
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bump github.com/docker/cli in the go_modules group across 1 directory (#526 )
bumps the go_modules group with 1 update in the / directory: [github.com/docker/cli](https://github.com/docker/cli ).
updates `github.com/docker/cli` from 29.0.3+incompatible to 29.2.0+incompatible
- [Commits](https://github.com/docker/cli/compare/v29.0.3...v29.2.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/cli
dependency-version: 29.2.0+incompatible
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>
* removed deprecated code (#528 )
* removed deprecated code
* removed all supported for v1alpha1
* fix extract for oci files (#529 )
* fix extract for oci files
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* have extract guard against path traversal
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* improved test coverage (#530 )
* improved test coverage
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* adjusted mapper_test for oddball oci files
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* adjust extract to handle an image index appropriately (#531 )
* adjust extract to handle images and image indices appropriately
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* updates for review feedback
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* fix dockerhub default host bug (#534 )
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* adjust hauler's kind annotation to not reflect cosign (#535 )
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* bump google.golang.org/grpc in the go_modules group across 1 directory (#536 )
bumps the go_modules group with 1 update in the / directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go ).
updates `google.golang.org/grpc` from 1.78.0 to 1.79.3
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.78.0...v1.79.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.79.3
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>
* add cherry-pick workflow for release branches (#533 )
this workflow automates cherry-picking changes from merged pull requests to specified release branches based on comments... it handles permission checks, version parsing, and conflict resolution during the cherry-pick process.
Signed-off-by: Camryn Carter <camryn.carter@ranchergovernment.com >
* images.txt testdata file (#539 )
* fix keep registry logic (#537 )
* fixed keep registry logic
* trim library/
* updated test
* test updates
* option to sync images.txt files natively (#538 )
* sync images.txt files
* test worklflow sync w image list
* images.txt
* chunk the haul (#519 )
* chunk the haul
* validate numeric suffix on join
* enforce valid chunk size
* containerd warning
* updated test.go files
* bump github.com/go-jose/go-jose/v4 (#542 )
bumps the go_modules group with 1 update in the / directory: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ).
updates `github.com/go-jose/go-jose/v4` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.1.3...v4.1.4 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-version: 4.1.4
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>
* allow multiple prefix references (#532 )
* allow multiple prefix references
* fixed some duplications
* add optional flag for excluding extra artifacts when pulling from a registry (#541 )
* add optional flag for excluding extra artifacts when pulling from a registry
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
* add optional flag to charts for excluding extra artifacts when pulling from a registry
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
Signed-off-by: Camryn Carter <camryn.carter@ranchergovernment.com >
Co-authored-by: devLeitner <87783219+devLeitner@users.noreply.github.com >
Co-authored-by: devleitner <devleitner@protonmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Camryn Carter <camryn.carter@ranchergovernment.com >
Co-authored-by: Adam Martin <adam.martin@ranchergovernment.com >
2026-04-08 12:09:23 -04:00
Zack Brady
ff3cece87f
more experimental feature updates ( #486 )
...
* updates for experimental features and renamed delete to remove
* added examples back for experimental features
* update stability warning message
Co-authored-by: Camryn Carter <camryn.carter@ranchergovernment.com >
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
* fixed more tests to use ghcr for hauler
* updated test data workflow
---------
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
Co-authored-by: Camryn Carter <camryn.carter@ranchergovernment.com >
2026-01-08 14:57:52 -05:00
Zack Brady
7d28df1949
updates for v1.2.0 ( #408 )
...
* updates for v1.2.0
* fixed readme typo
2025-02-05 13:26:34 -05: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
60667b7116
updated old references
2024-07-22 18:50:11 -04:00
Zack Brady
360049fe19
reverting changes for logos ( #189 )
2024-02-21 14:35:07 -07:00
bgulla
214704bcfb
adding graphics
2024-02-20 06:46:51 -05:00
Zack Brady
6ca7fb6255
updated readme and removed roadmap
2024-02-17 15:00:59 -05:00
Adam Martin
5592ec0f88
remove deprecated commands
...
Signed-off-by: Adam Martin <adam.martin@rancherfederal.com >
2024-02-16 09:10:29 -05:00
Zack Hodgson Brady
aecd37d192
added homebrew install instructions
2023-12-20 19:46:55 -05:00
Zack Hodgson Brady
978dc659f8
updated hauler version and automated default version
2023-12-19 21:24:04 -05:00
Zack Hodgson Brady
4d5d9eda7b
updated readme for hauler install
2023-12-14 23:05:01 -05:00
Zack Hodgson Brady
c394965f88
more improvements to script
2023-11-12 17:18:41 -05:00
Zack Hodgson Brady
795a88218f
updated readme for new install script
2023-11-12 02:48:28 -05:00
Zack Brady
865afb4a2d
updated readme for extra info
2023-10-26 00:42:58 -04:00
Zack Brady
b616f54085
updated readme for deprecated commands
...
Co-authored-by: Jacob Blain Christen <dweomer5@gmail.com >
2023-10-25 17:03:35 -04:00
Zack Brady
870f2ebda8
last typo fixes
2023-10-21 02:37:42 -04:00
Zack Brady
04c97b8a97
fixed typos
2023-10-20 12:22:10 -04:00
Zack Brady
2cc5e902ad
updated readme
2023-10-20 03:49:43 -04:00
Adam Martin
4beb4d4200
deprecation notices for dl and non-store serve
2023-09-27 09:07:33 -04:00
NoSLZZP
6ebcd5088d
Update README.md
2022-02-03 17:23:41 -05:00
Josh Wolf
d87d8a2041
primary: refactor store and transport to use oci-layouts and add fileserver feature
...
minors:
* add optional 'extraImages' to ThickCharts
* refactor File content into generic getter interfaces
* refactor artifact.Config into an actual usable interface (by File content)
* refactor 'copy' cli command to use oras mappers
* refactor 'serve' cli command to server registry and/or fileserver
2021-12-01 14:53:06 -07:00
Josh Wolf
fc6332d587
update readme, docs, roadmap, and several cli docs ( #67 )
...
* update readme, docs, roadmap, and several cli docs
* update dead links
2021-11-12 09:49:28 -07:00
Josh Wolf
372af894b3
refactor to baseline on pluggable oci collection/distribution ( #41 )
...
refactor to baseline on pluggable oci collection/distribution
Co-authored-by: Josh Wolf <josh@joshwolf.dev >
2021-10-29 15:55:20 -06:00
Josh Wolf
2e5a8f897e
update readme with more obvious wip
2021-06-24 08:30:50 -06:00
Josh Wolf
1136a6ecc3
simplify readme down to current alpha capabilities with minimal examples
2021-06-17 14:05:57 -06:00
Josh Wolf
e374314cae
refactor Driver interface
2021-06-15 15:13:18 -06:00
Matt Nikkel
1b5e5d7372
Improve docs
...
Expand on Work In Progress status; remove manual line wrapping; clarify
roadmap and add chunking feature
2020-12-28 12:38:22 -05:00
Matt Nikkel
7a9735107a
Clarify README, break into separate docs
2020-11-23 22:20:21 -05:00
Matt Nikkel
12519d7c12
Rename to hauler
2020-10-27 12:00:29 -04:00
Matt Nikkel
d7f25474bf
Add SELinux mode to Vagrantfile; add RKE2 scripts
2020-09-01 17:03:19 -04:00
Matt Nikkel
b3faf75ebb
Improve README formatting
2020-08-30 15:41:51 -04:00
Matt Nikkel
9ac032e286
Add Vagrant docs, reorganize Vagrant script structure
2020-08-30 15:35:10 -04:00
Matt Nikkel
9dd5a191fb
Add docs for installing Go and building CLI
2020-08-29 17:21:06 -04:00
Brandon Gulla
722f311fc8
i should be using a branch and this is my last push before branch
2020-08-28 19:32:40 -04:00
Brandon Gulla
592963578c
registry is successfully bootstrapping
2020-08-17 17:57:31 -04:00
Brandon Gulla
97fac8141b
fixing typo
2020-08-14 06:02:14 -04:00
Brandon Gulla
1317226ab7
mainline
2020-08-14 06:01:27 -04:00
Brandon Gulla
1ea9604651
baseline
2020-08-14 05:49:19 -04:00