Skip to content

v0.6.0

Latest

Choose a tag to compare

@stevendborrelli stevendborrelli released this 23 Mar 11:10
· 2 commits to main since this release
794b633

Release Notes for v0.8.2

Release Date: March 23, 2026

This is primarily a maintenance release focusing on security hardening and keeping dependencies up to date.

Improvements

Security Enhancements (#110, #111, #113, #115)

  • Update github.com/crossplane/function-sdk-go to v0.6.2 to address CVE CVE-2026-33186
  • GitHub Actions Security: Pinned all GitHub Actions to specific commit digests (SHA) to improve supply chain security and ensure reproducible builds. This prevents potential security issues from automatic action updates.
  • Dependency Pinning: All dependencies are now pinned to specific versions for improved build reproducibility and security.

Dependency Updates

Go Modules

  • github.com/crossplane/function-sdk-go: Updated from v0.6.0 → v0.6.1 → v0.6.2 (#113, #115)
    • Includes latest bug fixes and improvements from the Crossplane Function SDK
  • github.com/go-git/go-git/v6: Updated to v6.0.0-20260320111621-ea91339c5263 (#102)
  • kubernetes packages: Updated to v0.35.3 (#112)

CI/CD

  • docker/build-push-action: Updated to v7 (#106)
    • Latest Docker build action with improved performance and features

Contributors

Thank you to all contributors who made this release possible:

Full Changelog: crossplane-contrib/function-tag-manager@v0.8.1...v0.8.2