From 593e498b43eee7398110cf1229971bfd37c5b39b Mon Sep 17 00:00:00 2001 From: "Dennis J. Bell" Date: Mon, 24 Jul 2023 15:20:12 -0700 Subject: [PATCH] Bump routing release to 0.275.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Bug Fixes] * Version 0.266.0 has a known issue: > ⚠️ This release is vulnerable to this known issue around handling expect 100-continue responses. We recommend skipping this version and upgrading to 0.274.0 instead. Upgraded to 0.275.0 as it also resolves a bug where path-based routes could return 503s when no backend endpoints remain. --- manifests/releases/routing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/releases/routing.yml b/manifests/releases/routing.yml index fdb1ede..c18ac0c 100644 --- a/manifests/releases/routing.yml +++ b/manifests/releases/routing.yml @@ -1,9 +1,9 @@ releases: - name: "routing" - version: "0.266.0" - sha1: "d57ae8fe0d0d8a9b040cea254a782d1d5e8fa2e3" - url: "https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.266.0" + version: "0.275.0" + url: "https://bosh.io/d/github.com/cloudfoundry/routing-release?v=0.275.0" + sha1: "6dd63d1653bf333ea64fca061a3a16d9be2e750f" - name: "bpm" version: "1.2.1"