Skip to content

v2.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 15:18

Deployment Certifications and Source Traceability

EDP container images bear cosign signatures. Refer to the documentation for instructions on verification.
The Rekor UUID's for this release is 24296fb24b8ad77a4de00efec42e446ae90ee52a904142016dc82616a4ed46dfa46fe904ec9345ce - attestation and
24296fb24b8ad77a681a67833e8dd3979e1010e48de804574d54036ae41e8cb537030896b4e6e995 - signature

v2.19.0 - 2024-03-12

Features

  • Use kubeconfig format for external clusters (#28)
  • Add ArgoCD ApplicationSet customValues flag (#25)
  • Add triggerTemplate field to the Stage (#20)
  • Use Argo CD ApplicationSet to manage deployments across CDPipeline (#20)

Bug Fixes

  • Fix string concatenation for generating gitopsRepoUrl (#25)
  • We have to use git over ssh for customValues in ApplicationSet (#25)
  • ArgoCD ApplicationSet customValues invalid patch (#25)
  • Generate ApplicationSet with pipeline name and namespace (#20)
  • Generate ApplicationSet with pipeline name and namespace (#20)

Code Refactoring

  • Align default TriggerTemplate name (#20)

Testing

  • Ensure Argo CD ApplicationSet has expected values (#20)

Routine

  • Add link to guide for managing namespace (#162)
  • Bump argo cd dependency (#25)
  • Bump github.com/argoproj/argo-cd/v2 (#24)
  • Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#21)
  • Bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0 (#21)
  • Remove deprecated jobProvisioning field from Stage (#20)
  • Update current development version (#19)

Documentation

  • Add description for secretManager parameter (#27)
  • Add a link to the ESO configuration in the values.yaml file (#26)
  • Update README md file (#132)