Skip to content

feat: add non versioned Zarf Package type #7957

feat: add non versioned Zarf Package type

feat: add non versioned Zarf Package type #7957

Triggered via pull request August 27, 2024 13:21
Status Failure
Total duration 2m 29s
Artifacts

test-e2e.yml

on: pull_request
validate-without-cluster
0s
validate-without-cluster
validate-k3d
0s
validate-k3d
validate-k3s
0s
validate-k3s
validate-kind
0s
validate-kind
validate-minikube
0s
validate-minikube
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build-e2e: src/pkg/packager/filters/deploy.go#L22
cannot use &deploymentFilter{…} (value of type *deploymentFilter) as ComponentFilterStrategy value in return statement: *deploymentFilter does not implement ComponentFilterStrategy (wrong type for method Apply)
build-e2e: src/pkg/packager/filters/deploy.go#L138
cannot use group (variable of type []"github.com/zarf-dev/zarf/src/types".ZarfComponent) as []"github.com/zarf-dev/zarf/src/api/v1alpha1".ZarfComponent value in argument to interactive.SelectChoiceGroup
build-e2e: src/pkg/packager/filters/deploy.go#L142
cannot use component (variable of type "github.com/zarf-dev/zarf/src/api/v1alpha1".ZarfComponent) as "github.com/zarf-dev/zarf/src/types".ZarfComponent value in argument to append
build-e2e: src/pkg/packager/filters/deploy.go#L170
cannot use component (variable of type "github.com/zarf-dev/zarf/src/types".ZarfComponent) as "github.com/zarf-dev/zarf/src/api/v1alpha1".ZarfComponent value in argument to interactive.SelectOptionalComponent
build-e2e: src/internal/packager/helm/common.go#L56
cannot use chart (variable of type "github.com/zarf-dev/zarf/src/types".ZarfChart) as "github.com/zarf-dev/zarf/src/api/v1alpha1".ZarfChart value in struct literal
build-e2e
Process completed with exit code 2.