Skip to content

v1.9.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Mar 16:02
v1.9.0
4445a6b

disco-agent: Read Before Upgrading!

There are two important changes for disco-agent which you should be aware of before upgrading.

First, v1.9.0 and future releases will use AWS SigV4 unconditionally when uploading to S3. There have been reports of occasional bugs when using an old version of the disco-agent alongside a version which uses SigV4. If you see upload issues, ensure that all agents across your fleet are upgraded to the latest available version.

Second, there's a new required Helm value which must be set to confirm acceptance of the relevant Terms of Service (ToS). Either set the flag --set acceptTerms=true or use the value acceptTerms: true. Upgrading will be blocked until the ToS is accepted.

Major Feature Summary

  • disco-agent: Support for External Secrets Operator and ConfigMap resource discovery
  • disco-agent: Unconditionally use SigV4 when sending data to S3
  • venafi-kubernetes-agent and disco-agent: Support for the new imageRegistry and imageNamespace Helm values, making it much easier to mirror the agent images to your own hub.
  • disco-agent: Support for sending encrypted secret values to the Discovery and Context backend
    • This is disabled by default and not recommended to be enabled yet
    • A future release will enable this by default
OCI_PREFLIGHT_IMAGE: quay.io/jetstack/venafi-agent
OCI_PREFLIGHT_TAG: v1.9.0
HELM_CHART_IMAGE: quay.io/jetstack/charts/venafi-kubernetes-agent
HELM_CHART_VERSION: v1.9.0
ARK_IMAGE: quay.io/jetstack/disco-agent
ARK_IMAGE_TAG: v1.9.0
ARK_IMAGE_DIGEST: sha256:a296a1b8e6a13cfa88c623ec0bc2ac68181110bc6a93e3e5796154b6c786a037
ARK_CHART: quay.io/jetstack/charts/disco-agent
ARK_CHART_TAG: v1.9.0
ARK_CHART_DIGEST: sha256:b34d8f924d1bad90c8670e852caeb70791aed9b63c47b8fe340a5003dcbcb013

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0