From 3a0063d2cfb9e04870b7d970ec80726ccfd43850 Mon Sep 17 00:00:00 2001 From: Keerthan Ekbote Date: Thu, 14 Jan 2021 16:00:24 -0500 Subject: [PATCH] Remove accidental changelog (#4122) * Fix lambda route validation bug (#3979) * added tests and impl fix * Merge branch 'master' into fix-lambda-validation * Merge refs/heads/master into fix-lambda-validation * removed changelog --- .../fix-usptream-lambda-destination-validation.yaml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 changelog/v1.6.0-beta18/fix-usptream-lambda-destination-validation.yaml diff --git a/changelog/v1.6.0-beta18/fix-usptream-lambda-destination-validation.yaml b/changelog/v1.6.0-beta18/fix-usptream-lambda-destination-validation.yaml deleted file mode 100644 index ccdd80602ac..00000000000 --- a/changelog/v1.6.0-beta18/fix-usptream-lambda-destination-validation.yaml +++ /dev/null @@ -1,4 +0,0 @@ -changelog: - - type: FIX - issueLink: https://github.com/solo-io/gloo/issues/3975 - description: fixes bug where route validation marks redirect and direct response route destinations as invalid. \ No newline at end of file