mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 22:57:31 +08:00
update version to 1.0.0 (#348)
This commit is contained in:
@@ -139,8 +139,8 @@ install: pre-install
|
|||||||
cd helm/higress; helm dependency build
|
cd helm/higress; helm dependency build
|
||||||
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
|
helm install higress helm/higress -n higress-system --create-namespace --set 'global.local=true'
|
||||||
|
|
||||||
ENVOY_LATEST_IMAGE_TAG ?= 1.0.0-rc
|
ENVOY_LATEST_IMAGE_TAG ?= 1.0.0
|
||||||
ISTIO_LATEST_IMAGE_TAG ?= 1.0.0-rc
|
ISTIO_LATEST_IMAGE_TAG ?= 1.0.0
|
||||||
|
|
||||||
install-dev: pre-install
|
install-dev: pre-install
|
||||||
helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --set 'gateway.tag=$(ENVOY_LATEST_IMAGE_TAG)' --set 'global.local=true'
|
helm install higress helm/core -n higress-system --create-namespace --set 'controller.tag=$(TAG)' --set 'gateway.replicas=1' --set 'gateway.tag=$(ENVOY_LATEST_IMAGE_TAG)' --set 'global.local=true'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.0-rc
|
appVersion: 1.0.0
|
||||||
description: Helm chart for deploying higress gateways
|
description: Helm chart for deploying higress gateways
|
||||||
icon: https://higress.io/img/higress_logo_small.png
|
icon: https://higress.io/img/higress_logo_small.png
|
||||||
home: http://higress.io/
|
home: http://higress.io/
|
||||||
@@ -10,4 +10,4 @@ name: higress-core
|
|||||||
sources:
|
sources:
|
||||||
- http://github.com/alibaba/higress
|
- http://github.com/alibaba/higress
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0-rc
|
version: 1.0.0
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ global:
|
|||||||
# Dev builds from prow are on gcr.io
|
# Dev builds from prow are on gcr.io
|
||||||
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
|
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
|
||||||
# Default tag for Istio images.
|
# Default tag for Istio images.
|
||||||
tag: 1.0.0-rc
|
tag: 1.0.0
|
||||||
|
|
||||||
# Specify image pull policy if default behavior isn't desired.
|
# Specify image pull policy if default behavior isn't desired.
|
||||||
# Default behavior: latest images will be Always else IfNotPresent.
|
# Default behavior: latest images will be Always else IfNotPresent.
|
||||||
@@ -369,7 +369,7 @@ gateway:
|
|||||||
name: "higress-gateway"
|
name: "higress-gateway"
|
||||||
replicas: 2
|
replicas: 2
|
||||||
image: gateway
|
image: gateway
|
||||||
tag: "1.0.0-rc"
|
tag: "1.0.0"
|
||||||
# revision declares which revision this gateway is a part of
|
# revision declares which revision this gateway is a part of
|
||||||
revision: ""
|
revision: ""
|
||||||
|
|
||||||
@@ -457,7 +457,7 @@ controller:
|
|||||||
name: "higress-controller"
|
name: "higress-controller"
|
||||||
replicas: 1
|
replicas: 1
|
||||||
image: higress
|
image: higress
|
||||||
tag: "1.0.0-rc"
|
tag: "1.0.0"
|
||||||
env: {}
|
env: {}
|
||||||
|
|
||||||
labels: {}
|
labels: {}
|
||||||
@@ -547,7 +547,7 @@ pilot:
|
|||||||
rollingMaxUnavailable: 25%
|
rollingMaxUnavailable: 25%
|
||||||
|
|
||||||
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
|
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
|
||||||
tag: 1.0.0-rc
|
tag: 1.0.0
|
||||||
|
|
||||||
# Can be a full hub/image:tag
|
# Can be a full hub/image:tag
|
||||||
image: pilot
|
image: pilot
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: file://../core
|
repository: file://../core
|
||||||
version: 1.0.0-rc
|
version: 1.0.0
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: https://higress.io/helm-charts/
|
repository: https://higress.io/helm-charts/
|
||||||
version: 1.0.0-rc.2
|
version: 1.0.0
|
||||||
digest: sha256:6cd5c09946a6d365b03fe9bd5e8cf266bc8bdc94017fae8703920a2cb700e4f7
|
digest: sha256:fb0f1b6816df5f5ac6888a93fb148b55b669affc9ac99336dd1ac818b8f84ace
|
||||||
generated: "2023-05-09T17:16:27.7257491+08:00"
|
generated: "2023-05-22T17:42:02.506864+08:00"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.0-rc.2
|
appVersion: 1.0.0
|
||||||
description: Helm chart for deploying Higress gateways
|
description: Helm chart for deploying Higress gateways
|
||||||
icon: https://higress.io/img/higress_logo_small.png
|
icon: https://higress.io/img/higress_logo_small.png
|
||||||
home: http://higress.io/
|
home: http://higress.io/
|
||||||
@@ -12,9 +12,9 @@ sources:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: higress-core
|
- name: higress-core
|
||||||
repository: "file://../core"
|
repository: "file://../core"
|
||||||
version: 1.0.0-rc
|
version: 1.0.0
|
||||||
- name: higress-console
|
- name: higress-console
|
||||||
repository: "https://higress.io/helm-charts/"
|
repository: "https://higress.io/helm-charts/"
|
||||||
version: 1.0.0-rc.2
|
version: 1.0.0
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.0-rc.2
|
version: 1.0.0
|
||||||
|
|||||||
@@ -70,8 +70,8 @@ func TestHigressConformanceTests(t *testing.T) {
|
|||||||
tests.HTTPRouteWhitelistSourceRange,
|
tests.HTTPRouteWhitelistSourceRange,
|
||||||
tests.HTTPRouteCanaryWeight,
|
tests.HTTPRouteCanaryWeight,
|
||||||
tests.HTTPRouteMatchPath,
|
tests.HTTPRouteMatchPath,
|
||||||
tests.HTTPFORCEREDIRCTHTTPS,
|
tests.HttpForceRedirectHttps,
|
||||||
tests.HTTPREDIRCTASHTTPS,
|
tests.HttpRedirectAsHttps,
|
||||||
}
|
}
|
||||||
|
|
||||||
cSuite.Run(t, higressTests)
|
cSuite.Run(t, higressTests)
|
||||||
|
|||||||
Reference in New Issue
Block a user