Skip to content

v0.8.0

Latest

Choose a tag to compare

@ulucinar ulucinar released this 16 Sep 14:34
3a3eb17

Summary

This release includes new features, bug fixes, and security updates.

Highlights

  • New Feature: Match labels from environment field path (FromEnvironmentFieldPath) for dynamic environment configuration selection
  • Bug Fix: Resolve FromEnvironmentFieldPath selectors against merged environment, fixing an issue where selectors reading values from EnvironmentConfigs resolved by the same step would fail or be silently dropped
  • Dependency Update: Bump crossplane-runtime to v2.4.0
  • Security: Remediate multiple CVE vulnerabilities including:
    • Updated Go to 1.26.5 (fixes 13 Go standard library vulnerabilities)
    • Updated golang.org/x/net to v0.56.0 (fixes 9 vulnerabilities including GHSA-5cv4-jp36-h3mw)
    • Updated golang.org/x/text to v0.39.0 (fixes GO-2026-5970)
    • Updated google.golang.org/grpc to v1.82.1 (fixes GHSA-hrxh-6v49-42gf)
    • Updated golang.org/x/sys to v0.46.0 (fixes GO-2026-5024)

Other Improvements

  • Refactored match label building and environment map extraction for better code organization
  • Updated CI workflow to use Go 1.26.5

What's Changed

New Contributors

Full Changelog: v0.7.5...v0.8.0