This release includes a number of project adjustments as well as fixes.
Breaking Changes
- Configuration file formats other than
yaml
andtoml
are being deprecated- See Proposed ZEP-0015 for background on limitations driving this decision
zarf connect
default execution has a UX change- The
--cli-only
flag has been removed - this behavior is now the default - Browsers can be automatically opened with the command using the
--open
flag
- The
The update to zarf connect
is with consideration of zarf behaviors defaulting to fully-encapsulated execution. As a general principle we want zarf to have minimal dependency on external/system tooling by default.
What's Changed
🚀 Updates
- fix: pass insecure flag option to FindChartInAuthAndTLSRepoURL by @willswire in #3477
- feat: improve skeleton package messaging by @AustinAbro321 in #3482
- fix: injector build process by @AustinAbro321 in #3479
- feat(connect): update default behavior to be cli-only by @brandtkeller in #3487
- chore(release): install cross before injector build by @AustinAbro321 in #3493
- fix: pulling not respecting "uncompressed" setting in metadata by @a1994sc in #3472
- chore(docs): update meetups issue reference by @brandtkeller in #3502
- test: remove dependency on
make build-examples
in e2e tests by @AustinAbro321 in #3494 - fix: add check during image discovery to make sure images are valid by @a1994sc in #3234
- Update TSC in CONTRIBUTING.md by @mkcp in #3496
- feat: deprecate config file types other than yaml and toml by @AustinAbro321 in #3517
📦 Dependencies
- chore(deps): bump github.com/fluxcd/pkg/apis/meta from 1.9.0 to 1.10.0 by @dependabot in #3458
- chore(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by @dependabot in #3484
- chore(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 in the golang group across 1 directory by @dependabot in #3485
- chore(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.1 by @dependabot in #3483
- chore(deps): bump github.com/goccy/go-yaml from 1.15.17 to 1.15.19 by @dependabot in #3486
- chore(deps): bump aws-actions/configure-aws-credentials from 4.0.3 to 4.1.0 by @dependabot in #3488
- chore(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.3.2 by @dependabot in #3489
- chore(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 by @dependabot in #3490
- chore(deps): bump github.com/goccy/go-yaml from 1.15.19 to 1.15.20 by @dependabot in #3492
- chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-rc.2 to 3.0.0-rc.3 by @dependabot in #3491
- chore(deps): bump helm.sh/helm/v3 from 3.17.0 to 3.17.1 by @dependabot in #3498
- chore(deps): bump the k8s group across 1 directory with 5 updates by @dependabot in #3503
- chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.0 by @dependabot in #3506
- chore(deps): bump github.com/goccy/go-yaml from 1.15.20 to 1.15.22 by @dependabot in #3497
- chore(deps): bump github.com/fluxcd/source-controller/api from 1.4.1 to 1.5.0 by @dependabot in #3505
- chore(deps): bump the cosign-providers group across 1 directory with 3 updates by @dependabot in #3504
- chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #3512
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.2 by @dependabot in #3509
- chore(deps): bump github.com/goccy/go-yaml from 1.15.22 to 1.15.23 by @dependabot in #3510
- chore(deps): bump github.com/derailed/k9s from 0.32.7 to 0.40.3 by @dependabot in #3513
- chore(deps): bump actions/create-github-app-token from 1.11.3 to 1.11.5 by @dependabot in #3507
- chore(deps): bump golangci/golangci-lint-action from 6.4.0 to 6.5.0 by @dependabot in #3508
Full Changelog: v0.48.1...v0.49.0