Skip to content

Commit

Permalink
Merge branch 'main' into ai-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO authored May 21, 2024
2 parents 60ba6af + 534e154 commit 96faa73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ custom_edit_url: https://github.com/higress-group/higress-group.github.io/blob/m
| v1.1.0 | 增强控制台功能中微服务网关相关能力;支持非 K8s 下安装部署 | 2023-07 |
| v1.2.0 | 支持作为 Knative 的网络层使用;支持 ARM 架构部署;支持对接 Consul | 2023-08 |
| v1.3.0 | 完整支持 GatewayAPI;支持 Operator 模式部署 | 2023-11 |
| v1.4.0 | 完成 Envoy/Istio 依赖升级 | 2024-04 |
| v2.0.0 | Gateway API支持现有Ingress现有注解; 推出更丰富的API网关能力 | 2024-06 |
| v1.4.0 | WASM 支持 redis 调用;简化 HTTPS 证书管理 | 2024-05 |
| v2.0.0 | Istio/Envoy 内核版本升级,更丰富的 API 网关能力 | 2024-06 |
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ tinygo build -o main.wasm -scheduler=none -target=wasi -gc=custom -tags="customm
version: '3.7'
services:
envoy:
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/gateway:1.3.1
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/gateway:v1.4.0-rc.1
entrypoint: /usr/local/bin/envoy
# 注意这里对wasm开启了debug级别日志,正式部署时则默认info级别
command: -c /etc/envoy/envoy.yaml --component-log-level wasm:debug
Expand Down

0 comments on commit 96faa73

Please sign in to comment.