Skip to content

feat: translate deprecated fields to annotations #12142

feat: translate deprecated fields to annotations

feat: translate deprecated fields to annotations #12142

Triggered via pull request August 27, 2024 12:23
Status Failure
Total duration 2m 37s
Artifacts

test-bigbang.yml

on: pull_request
validate-bigbang
0s
validate-bigbang
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build-bigbang: 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-bigbang: src/pkg/packager/filters/deploy.go#L98
component.DeprecatedGroup undefined (type "github.com/zarf-dev/zarf/src/api/v1beta1".ZarfComponent has no field or method DeprecatedGroup)
build-bigbang: src/pkg/packager/filters/deploy.go#L138
cannot use group (variable of type []"github.com/zarf-dev/zarf/src/api/v1beta1".ZarfComponent) as []"github.com/zarf-dev/zarf/src/api/v1alpha1".ZarfComponent value in argument to interactive.SelectChoiceGroup
build-bigbang: 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/api/v1beta1".ZarfComponent value in argument to append
build-bigbang: src/pkg/packager/filters/deploy.go#L170
cannot use component (variable of type "github.com/zarf-dev/zarf/src/api/v1beta1".ZarfComponent) as "github.com/zarf-dev/zarf/src/api/v1alpha1".ZarfComponent value in argument to interactive.SelectOptionalComponent
build-bigbang: src/internal/packager/helm/common.go#L57
cannot use chart (variable of type "github.com/zarf-dev/zarf/src/api/v1beta1".ZarfChart) as "github.com/zarf-dev/zarf/src/api/v1alpha1".ZarfChart value in struct literal
build-bigbang
Process completed with exit code 2.