Skip to content

Commit

Permalink
Bump routing release to 0.275.0
Browse files Browse the repository at this point in the history
[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.
  • Loading branch information
dennisjbell committed Jul 24, 2023
1 parent f931272 commit 593e498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/releases/routing.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 593e498

Please sign in to comment.