Skip to content

Releases: crossplane-contrib/function-shell

v0.6.0

23 Mar 11:10
794b633

Choose a tag to compare

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

v0.5.0

22 Aug 10:47
6f12f22

Choose a tag to compare

v0.5.0 brings several notable improvements:

  • Support for the new function response cache in Crossplane 1.20, reducing the number of times the function is invoked.
  • Addition of a fieldRef that can have a default value or an empty string
  • Better error reporting when a shell command returns an error

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

23 Jun 18:33
fccab32

Choose a tag to compare

What's Changed

Version v0.4.1 fixes a build issue in which x86 binaries and libraries were packaged in the arm64 image.

https://github.com/crossplane-contrib/function-shell/pkgs/container/function-shell/444879784?tag=v0.4.1

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 May 15:34
b12cd6c

Choose a tag to compare

What's Changed

The v0.4.0 release includes a Debian Bookworm base image to address rendering issues on M-based Mac devices.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 Dec 04:07
a905f7e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Sep 18:41
1ecbdbd

Choose a tag to compare

  • feat: add ability for function-shell to use ProviderConfig to auth to AWS cloud account
  • feat: add AWS CLI to the build
  • feat: add AWS CLI example
  • feat: add valueRef to environment variables parameters
  • feat: add air.toml for hot reload