Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Nov 8, 2019
1 parent b4a1777 commit d212361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![report](https://goreportcard.com/badge/github.com/stefanprodan/flagger-appmesh-gateway)](https://goreportcard.com/report/github.com/stefanprodan/flagger-appmesh-gateway)
[![release](https://img.shields.io/github/release/stefanprodan/flagger-appmesh-gateway/all.svg)](https://github.com/stefanprodan/flagger-appmesh-gateway/releases)

Flagger App Mesh Gateway is an edge L7 load balancer that exposes applications outside the mesh.
Flagger Gateway for AWS App Mesh is an edge L7 load balancer that exposes applications outside the mesh.

**Note** that this is a specialised ingress solution for application running on EKS and App Mesh only.
If you are looking for an Envoy-powered API Gateway for Kubernetes check out [Gloo by Solo.io](https://www.solo.io/gloo).
Expand Down
2 changes: 1 addition & 1 deletion cmd/flagger-appmesh-gateway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// VERSION semantic versioning format
const VERSION = "0.5.0"
const VERSION = "1.0.0"

var (
masterURL string
Expand Down

0 comments on commit d212361

Please sign in to comment.