Skip to content

Commit

Permalink
Merge pull request #8709 from hashicorp/f-cc-ingress
Browse files Browse the repository at this point in the history
consul/connect: add initial support for ingress gateways
  • Loading branch information
shoenig committed Aug 26, 2020
2 parents 42312bc + a46ba7f commit 48ae1de
Show file tree
Hide file tree
Showing 43 changed files with 4,614 additions and 168 deletions.
36 changes: 18 additions & 18 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/config/commands/install-consul.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
parameters:
version:
type: string
default: 1.6.4
default: 1.8.3
steps:
- run:
name: Install Consul << parameters.version >>
Expand Down
Loading

0 comments on commit 48ae1de

Please sign in to comment.