diego-release icon indicating copy to clipboard operation
diego-release copied to clipboard

Use supported envoy version >1.19.1

Open plowin opened this issue 3 years ago • 0 comments

Use supported envoy version >1.19.1

Summary

Hi, in diego-release an unsupported version of envoy is used (1.19.1). It was last updated in Sep 2021 with this PR.

1.19 was archived in June 2022 and supported versions are 1.20 - 1.23 at the current point in time.

In another issue, it was targeted to enable auto-bumps, but the issue was closed.

Steps to Reproduce

cf ssh into an app container and find the envoy version with

$ /etc/cf-assets/envoy/envoy --version
/etc/cf-assets/envoy/envoy  version: a2a1e3eed4214a38608ec223859fcfa8fb679b14/1.19.1/Clean/RELEASE/BoringSSL

Diego repo

Directly in diego-release, files referenced here: https://github.com/cloudfoundry/diego-release/pull/590/files

Environment Details

This is for all recent cf-deployments or diego-releases.

Possible Causes or Fixes (optional)

  1. Bump to a supported version
  2. Enable auto-bumping

plowin avatar Oct 18 '22 12:10 plowin