Zack Brady and GitHub
3074fda099
fixed serve tls int tests and added store copy int tests ( #731 )
2026-08-11 14:37:30 -04:00
8dc864ca77
feat: extend charts resource by platform ( #657 )
...
Signed-off-by: Eric Klatzer <eric@klatzer.at >
Co-authored-by: Zack Brady <zackbrady123@gmail.com >
2026-07-30 14:59:11 -04:00
d93167185f
feat: extend charts resource with helm values ( #644 )
...
Signed-off-by: Eric Klatzer <eric@klatzer.at >
Co-authored-by: Zack Brady <zackbrady123@gmail.com >
2026-07-08 13:24:01 -04:00
Adam Martin and GitHub
cbf07f07d9
updates for helm v4 ( #648 )
...
Signed-off-by: Adam Martin <adam.martin@ranchergovernment.com >
2026-07-04 14:11:03 -04:00
Camryn Carter and GitHub
7fd03ea52e
images.txt testdata file ( #539 )
2026-03-24 13:27:05 -04:00
Adam Martin and GitHub
bbde34690f
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 >
2026-03-10 17:46:07 -04:00
Zack Brady and GitHub
cc6123918f
removed deprecated code ( #528 )
...
* removed deprecated code
* removed all supported for v1alpha1
2026-03-10 12:51:15 -04:00
4ed7504264
fix: handling of file referenced dependencies without repository field ( #514 )
...
co-authored-by: devleitner <devleitner@protonmail.com >
2026-03-02 00:40:16 -05:00
Eric Klatzer and GitHub
8ecd87d944
fix for file:// dependency chart path resolutions ( #510 )
...
Signed-off-by: Eric Klatzer <eric@klatzer.at >
2026-02-14 11:43:30 -05:00
Zack Brady and GitHub
ded947d609
added/fixed helm chart images/dependencies features ( #485 )
...
* added/fixed helm chart images/dependencies features
* added helm chart images/dependencies features to sync/manifests
* more fixes for helm chart images/dependencies features
* fixed tests for incorrect referenced images
* fixed sync for helm chart images/dependencies
* added helm chart image annotations and registry/platform features
* updated ordering of experimental
* added more parsing types for helm images/dependencies
* a few more remove artifacts updates
---------
Signed-off-by: Zack Brady <zackbrady123@gmail.com >
2026-01-09 13:39:52 -05:00
Zack Brady and GitHub
d85a1b0775
fixed typo in testdata ( #471 )
...
signed-off-by: zack brady <zackbrady123@gmail.com >
2025-10-27 18:14:58 -04:00
Zack Brady and GitHub
ea10bc0256
fixed/cleaned new tests ( #470 )
2025-10-27 18:00:01 -04:00
Zack Brady and GitHub
938914ba5c
upgraded api update to v1/updated dependencies ( #400 )
...
* initial api update to v1
* updated dependencies
* updated manifests
* last bit of updates
* fixed manifest typo
* added deprecation warning
2025-02-04 21:36:20 -05:00
Zack Brady and GitHub
8a53a26a58
added integration tests for non hauler tarballs ( #325 )
...
* added tests for tarballs
* updated tests for tarball changes
* fixed tests/build for latest changes
2024-09-27 16:38:39 -04:00
Zack Brady and GitHub
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
Zack Brady
d90545a9e4
fixed permissions on testdata
2024-06-17 22:23:03 -04:00
Zack Brady
91ff998634
updated hauler testdata
2024-04-06 15:19:53 -04:00
Josh Wolf
c341929a57
add optional args to file name generation and discovery
2022-01-25 08:07:43 -07:00
Josh Wolf
39dc1aac23
ensure charts are always given a version tag
2022-01-12 11:32:26 -07:00
Josh Wolf
313c40bba8
standardize content naming for unnamed content
2021-12-13 12:00:41 -07:00
Josh Wolf
d2d3183ef1
add support for local charts from directory or archives
2021-12-10 10:50:04 -07: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 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
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
2021-11-11 12:11:29 -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
4835699746
add _basic_ unit tests to each content type
2021-11-01 13:00:51 -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
968eba0a8b
ensure templating works for bundles identified through fleet.yaml
2021-06-16 09:34:23 -06:00
Josh Wolf
84a76d5b08
add basic logging
2021-06-16 07:22:59 -06:00
Josh Wolf
1891164290
add testdata
2021-06-10 15:01:54 -06:00
Josh Wolf
541d774857
add some tests for image discovery, flesh out boot process
2021-06-10 14:42:13 -06:00
Josh Wolf
89bd1fc7c2
wip fleet integration
2021-06-08 10:58:43 -06:00
Josh Wolf
751e0f6865
wip
2021-05-29 00:05:39 -06:00