Skip to content

Commit 33fae63

Browse files
authored
rel: Upgrade to Higress 2.2.1 (#259)
* rel: Upgrade to Higress 2.2.1 * update
1 parent 846be7f commit 33fae63

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

all-in-one/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG HUB=higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
22
ARG BASE_VERSION=2022-10-27T19-02-22
3-
ARG CORE_VERSION=2.2.0
3+
ARG CORE_VERSION=2.2.1
44
ARG CONSOLE_VERSION=2.2.1
55
ARG APISERVER_VERSION=0.0.29
66
ARG ENVOY_VERSION=2.2.1

all-in-one/config/ingresses/higress-console.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ metadata:
55
namespace: higress-system
66
creationTimestamp: "2000-01-01T00:00:00Z"
77
resourceVersion: "1"
8+
labels:
9+
higress.io/domain_higress-default-domain: "true"
10+
higress.io/resource-definer: higress
811
annotations:
912
higress.io/destination: higress-console.static
1013
higress.io/ignore-path-case: "false"

compose/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ NACOS_DATA_ENC_KEY=''
99
NACOS_SERVER_TAG='v3.0.1'
1010
HIGRESS_RUNNER_TAG='0.0.3'
1111
HIGRESS_API_SERVER_TAG='0.0.29'
12-
HIGRESS_CONTROLLER_TAG='2.2.0'
13-
HIGRESS_PILOT_TAG='2.2.0'
14-
HIGRESS_GATEWAY_TAG='2.2.0'
12+
HIGRESS_CONTROLLER_TAG='2.2.1'
13+
HIGRESS_PILOT_TAG='2.2.1'
14+
HIGRESS_GATEWAY_TAG='2.2.1'
1515
HIGRESS_CONSOLE_TAG='2.2.1'
1616
HIGRESS_PLUGIN_SERVER_TAG='2.2.1'
1717
WASM_PLUGIN_URL_PATTERN='http://plugin-server:8080/plugins/${name}/${version}/plugin.wasm'

0 commit comments

Comments
 (0)