Skip to content

v0.8.0

Latest

Choose a tag to compare

@sergenyalcin sergenyalcin released this 26 Feb 10:08
656474a

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-runtime from 1.18.0 to 1.20.0 (#396)
  • Upgraded github.com/spf13/afero from 1.11.0 to 1.15.0 (#397)
  • Upgraded sigs.k8s.io/yaml from 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

New Contributors

Full Changelog: v0.7.0...v0.8.0