Git Credentials Support
- Added support for .git-credentials store per Ansible run (#376)
- Enables Git authentication using credential store for Ansible playbooks that clone repositories
- Credentials stored securely per run in user's home directory
- Expands Git integration capabilities for private repository access
CVE Remediation
- Fixed multiple CVEs by upgrading toolchain and dependencies (#394)
- Updated Go toolchain to 1.24.13
- Upgraded Up CLI and base container image
- Upgraded Docker Buildx to v0.31.1
- Improves security posture and addresses known vulnerabilities
Dependency Updates
Go Module Dependencies:
- Upgraded
github.com/crossplane/crossplane-runtimefrom 1.18.0 to 1.20.0 (#396) - Upgraded
github.com/spf13/aferofrom 1.11.0 to 1.15.0 (#397) - Upgraded
sigs.k8s.io/yamlfrom 1.4.0 to 1.6.0 (#395)
GitHub Actions:
actions/checkout: 5 → 6 (#388)actions/cache: 4 → 5 (#389)actions/upload-artifact: 4 → 6 (#390)golangci/golangci-lint-action: 8 → 9 (#387)zeebe-io/backport-action: 3.3.0 → 4.1.0 (#383, #391, #393)github/codeql-action: 3 → 4 (#385)
What's Changed
- chore: bump golangci-lint to v2 by @tylerauerbeck in #384
- Bump zeebe-io/backport-action from 3.3.0 to 3.4.1 by @dependabot[bot] in #383
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #385
- Bump zeebe-io/backport-action from 3.4.1 to 4.0.0 by @dependabot[bot] in #391
- Bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #390
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #389
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #388
- Bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #387
- fix(creds): support .git-credentials store per AnsibleRun by @MadJlzz in #376
- fix: remediate CVEs by upgrading Go toolchain, up CLI, and base image by @humoflife in #394
- Bump sigs.k8s.io/yaml from 1.4.0 to 1.6.0 by @dependabot[bot] in #395
- Bump github.com/crossplane/crossplane-runtime from 1.18.0 to 1.20.0 by @dependabot[bot] in #396
- Bump github.com/spf13/afero from 1.11.0 to 1.15.0 by @dependabot[bot] in #397
- Bump zeebe-io/backport-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #393
New Contributors
- @tylerauerbeck made their first contribution in #384
- @MadJlzz made their first contribution in #376
- @humoflife made their first contribution in #394
Full Changelog: v0.7.0...v0.8.0