Skip to content

0.21.0

Latest
Compare
Choose a tag to compare
@dmaizel dmaizel released this 01 Jul 08:46

Installation

To fetch the Helm chart for this release, run:

helm pull oci://quay.io/codefresh/gitops-runtime --version 0.21.0

πŸš€ Chart Changes

Added

  • feat: sources-server integration in app-proxy for manifest validation to support v2 events (#545)
  • feat: app-proxy improvements for Git source creation/deletion (#524)
  • feat: app-proxy applyIntegration fix (#534)
  • feat: support for custom TLS certificates from the platform (#519)
  • feat: OAuth2 GitHub fix in app-proxy (#516)
  • feat: app-proxy: promotion flows now use the standard commit drawer (#latest)

Changed

  • chore: bumped Argo CD Helm to 7.8.23-9-cap-v2.14.9-2025-06-08-8821b48e (#531)
  • chore: upgraded Argo Workflows to 0.45.15-v3.6.7-cap-CR-28355 (#517)
  • chore: bumped gitops-operator through several versions up to v0.7.24 (#528, #540, #550, #551, #556, #559)
  • chore: bumped app-proxy to 1.3591.0 for improved performance and reduced memory usage (#549)
  • chore: upgraded Argo Events to patch multiple security vulnerabilities (#541)
  • chore: reverted event reporter changes for stability (#533)
  • chore: updated README.md
  • chore: update image enrichment images to 1.1.14 (#558)

Fixed

  • fix: Argo Workflows artifact and log storage issue (#547)
  • fix: promotion retries in GitOps operator (#537)
  • fix: endless recursion in git-source detection (#520)
  • fix: invalid ConfigMap reference in Argo CD root path retrieval (#514)
  • fix: update of service labels in event-reporter (#515)

πŸ”§ App-Proxy Changes

Added

  • feat: pipeline configuration via source-sources
  • feat: apply integration powered by sources-server (for runtimes >= 0.21.0)
  • feat: git-source creation/deletion enhancements
  • feat: Git promotion workflows drawer integration
  • feat: cf-telemetry upgrade across all internal services

Changed

  • chore: updated helm, octokit, multer, and fastify dependencies
  • chore: improved cluster deletion logic

Fixed

  • fix: OAuth2 GitHub flow (#516)
  • fix: return empty response for Git providers not supporting searchMergedPullRequestByCommitSha