Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stucki committed Mar 14, 2023
1 parent e23dbb6 commit 730ab26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .changelog/2013.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
api-gateway: fix issue where specifying an external server SNI name while using client nodes resulted in a TLS verification error.
```
10 changes: 0 additions & 10 deletions charts/consul/test/unit/api-gateway-controller-deployment.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@

load _helpers

testOnly() {
if [ "$BATS_TEST_DESCRIPTION" != "$1" ]; then
skip
fi
}

setup() {
testOnly "apiGateway/Deployment: CONSUL_TLS_SERVER_NAME will not be set for when clients are used"
}

@test "apiGateway/Deployment: disabled by default" {
cd `chart_dir`
assert_empty helm template \
Expand Down

0 comments on commit 730ab26

Please sign in to comment.