Matt Nikkel
a313e2f77d
Wrap errors
v0.2.2-alpha1
2022-03-08 10:03:32 -05:00
Matt Nikkel
a3a2329a03
Create cache directory even if specified
2022-03-08 10:03:08 -05:00
Matt Nikkel
c360a193f4
Simplify default store directory logic
2022-03-08 07:05:47 -05:00
Matt Nikkel
0df5f85d44
Improve log level CLI description
2022-03-08 06:43:37 -05:00
Matt Nikkel and GitHub
a105782aa4
Merge pull request #125 from nikkelma/0.2-dl-flags
...
[0.2] Backport auth, insecure, plain HTTP flags
2022-03-07 21:17:55 -05:00
Matt Nikkel
11806972b4
Add auth, insecure, plain-http support to download
2022-03-07 20:47:44 -05:00
Matt Nikkel
d682c03170
Add download flags from 0.3
2022-03-07 20:46:54 -05:00
Matt Nikkel and GitHub
41e4d25969
Merge pull request #124 from nikkelma/0.2-image-txts
...
[0.2] Add ImageTxts collection
2022-03-07 20:42:01 -05:00
Matt Nikkel
cec4d8474c
Fix ImageTxt.New function call parameters
2022-03-07 19:58:23 -05:00
Matt Nikkel
5cb6a5ef60
Update imagetxt to align with 0.3, add tests; make content image type public
2022-03-07 19:58:23 -05:00
Matt Nikkel
2165c54508
Add ImageTxts v1alpha2 API definition
2022-03-07 19:58:23 -05:00
Matt Nikkel
d90bd6152b
Add ImageTxts to sync subcommand
2022-03-07 19:58:23 -05:00
Matt Nikkel
90cc646ff3
Add ImageTxts collection API definition and implementation
2022-03-07 19:58:22 -05:00
Matt Nikkel
5127843a0b
Move Opener logic to shared component
2022-03-07 19:58:22 -05:00
Matt Nikkel and GitHub
c7886132f8
Merge pull request #123 from nikkelma/0.2-v1alpha2
...
[v0.2] Add v1alpha2 API no-op type handling
2022-03-07 19:56:43 -05:00
Matt Nikkel
2ecc5a8b14
Add v1alpha2 support to Load
2022-03-07 16:02:50 -05:00
Matt Nikkel
a836650d62
Refine deprecation warning message
2022-03-07 14:13:31 -05:00
Matt Nikkel
c76dd705e5
Return better error messages for unsupported API versions
2022-03-07 14:07:43 -05:00
Matt Nikkel
77560b1442
Support multiple API versions in sync command
2022-03-01 21:30:00 -05:00
Matt Nikkel
a22455c6df
Add v1alpha2 API definitions
2022-03-01 21:29:19 -05:00
Josh Wolf and GitHub
f324078efc
Merge pull request #85 from rancherfederal/fix-list-paging
...
Fix list request to registry to properly page
2021-12-02 09:48:05 -07:00
Matt Nikkel
dc02554118
Fix list request to registry to properly page
2021-11-29 19:04:18 -05:00
Josh Wolf and GitHub
de366c7b9b
Merge pull request #74 from rancherfederal/cache-dir-fix
...
Update wording to conform to XDG cache dir spec
2021-11-19 12:36:58 -07:00
Matt Nikkel
07213d0da6
Update wording to conform to XDG cache dir spec
2021-11-17 12:31:06 -05:00
Josh Wolf and GitHub
32d24b2b26
Merge pull request #73 from joshrwolf/logging
...
clean up and standardize logging usages
v0.2.1
2021-11-16 12:04:21 -07:00
Josh Wolf
26759a14a2
clean up and standardize logging usages
2021-11-16 12:00:18 -07:00
Josh Wolf and GitHub
641e76a314
ensure list doesn't prematurely exit on tagless images ( #71 )
...
* ensure list doesn't prematurely exit on tagless images
* update testdata examples
2021-11-12 15:26:50 -07:00
Josh Wolf and GitHub
dfc1cae1c4
Merge pull request #69 from rancherfederal/68
...
fix bug packaging thick charts
2021-11-12 14:51:01 -07:00
Josh Wolf
707b30d30d
fix bug packaging thick charts
2021-11-12 14:50:26 -07:00
Josh Wolf and GitHub
fc6332d587
update readme, docs, roadmap, and several cli docs ( #67 )
...
* update readme, docs, roadmap, and several cli docs
* update dead links
v0.2.0-rc.4
v0.2.0
2021-11-12 09:49:28 -07:00
Josh Wolf and GitHub
49eb9e2527
Merge pull request #66 from rancherfederal/cli-version
...
add version command to cli
v0.2.0-rc.3
2021-11-11 13:53:58 -07:00
Josh Wolf
83d989ab85
add version command to cli
2021-11-11 13:52:15 -07:00
Josh Wolf and GitHub
933af22907
mvp rc prep ( #65 )
...
* add bootstrap script to k3s collection
* update ci to 1.17.x and temporarily skip tests (:
* remove helmtemplater
* update dependencies
* update releaser
* rename extremely poorly worded gitignore
v0.2.0-rc.1
v0.2.0-rc.2
2021-11-11 12:11:29 -07:00
Josh Wolf and GitHub
99a9a1c54f
Merge pull request #63 from rancherfederal/collections
...
support `collections` (sets of primitive `contents`)
2021-11-10 20:28:02 -07:00
Josh Wolf
8146a88a5d
move cache logic to a store configurable option
2021-11-10 20:26:12 -07:00
Josh Wolf
4ee6129154
add thick chart builtin collection (chart with required images)
2021-11-10 20:11:15 -07:00
Josh Wolf
20cd37e173
add collections type (group of contents), and initial k3s builtin
2021-11-10 19:36:50 -07:00
Josh Wolf and GitHub
8ab9fd6a38
represent all content as oci layouts (artifact.OCI interface), add blob caching and ephemeral stores ( #59 )
...
* represent all content as artifact.OCI interface and manipulate/add all content using oci layouts
* initial brew taps and macos universal binary
* change mediaType to string for better compatibility with other libraries
* ensure config is minimally viable for file/charts
* add transparent layer caching (filesystem) to artifact operations, clean up layer interface used by file/chart
* add store list and store copy commands
Signed-off-by: Josh Wolf <josh@joshwolf.dev >
2021-11-10 10:37:21 -07:00
Josh Wolf and GitHub
8a46c20db6
Merge pull request #55 from rancherfederal/cli-ux
...
* cli ux and verbiage cleanup
* add `hauler store add` command
2021-11-01 14:36:24 -07:00
Josh Wolf
cde59cea74
add 'store add' set of commands for content adding
2021-11-01 15:29:08 -06:00
Josh Wolf
786e63f2ef
allow config file to be passed to hauler store serve
2021-11-01 14:06:22 -06:00
Josh Wolf and GitHub
880b296759
Merge pull request #56 from rancherfederal/content-tests
...
add _basic_ unit tests to each content type
2021-11-01 12:04:03 -07:00
Josh Wolf
4835699746
add _basic_ unit tests to each content type
2021-11-01 13:00:51 -06:00
Josh Wolf
e5384251f2
add cli aliases
2021-11-01 11:22:26 -06:00
Josh Wolf
ffa6943d6d
cli ux and verbiage cleanup
2021-11-01 11:10:32 -06:00
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 and GitHub
cea46d28fa
Merge pull request #31 from rancherfederal/issue-30
...
bug: fix error when running a package with 0 bundles
2021-06-24 08:31:51 -06:00
Josh Wolf and GitHub
1ea08063ac
Merge pull request #32 from rancherfederal/wips
...
update readme with more obvious wip
2021-06-24 08:31:23 -06:00
Josh Wolf
2e5a8f897e
update readme with more obvious wip
2021-06-24 08:30:50 -06:00
Josh Wolf
39e37cc04a
clean up unused move fns
2021-06-24 07:39:20 -06:00