Zack Brady
ebf91c1228
release v1.4.2 ( #525 )
...
* 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
---------
Signed-off-by: dependabot[bot] <support@github.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 >
2026-03-06 09:53:13 -05:00
Eric Klatzer
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
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
d85a1b0775
fixed typo in testdata ( #471 )
...
signed-off-by: zack brady <zackbrady123@gmail.com >
2025-10-27 18:14:58 -04:00
Zack Brady
ea10bc0256
fixed/cleaned new tests ( #470 )
2025-10-27 18:00:01 -04:00
Zack Brady
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
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
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
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
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
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
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
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