Skip to content

Commit

Permalink
release 0.6.1 (alibaba#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Feb 3, 2023
1 parent 19570ea commit a771f59
Show file tree
Hide file tree
Showing 13 changed files with 103 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ kind: Ingress
metadata:
name: simple-example
spec:
ingressClassName: higress
rules:
- host: foo.bar.com
http:
Expand Down
1 change: 1 addition & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ kind: Ingress
metadata:
name: simple-example
spec:
ingressClassName: higress
rules:
- host: foo.bar.com
http:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.0
v0.6.1
4 changes: 2 additions & 2 deletions helm/higress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.6.0
appVersion: 0.6.1
description: Helm chart for deploying higress gateways
icon: https://higress.io/img/higress_logo_small.png
keywords:
Expand All @@ -9,4 +9,4 @@ name: higress
sources:
- http://github.com/alibaba/higress
type: application
version: 0.6.0
version: 0.6.1
8 changes: 4 additions & 4 deletions helm/higress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ global:
# Dev builds from prow are on gcr.io
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
# Default tag for Istio images.
tag: 0.6.0
tag: 0.6.1

# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.
Expand Down Expand Up @@ -364,7 +364,7 @@ gateway:
name: "higress-gateway"
replicas: 2
image: gateway
tag: "0.6.0"
tag: "0.6.1"
# revision declares which revision this gateway is a part of
revision: ""

Expand Down Expand Up @@ -456,7 +456,7 @@ controller:
name: "higress-controller"
replicas: 1
image: higress
tag: "0.6.0"
tag: "0.6.1"
env: {}

labels: {}
Expand Down Expand Up @@ -546,7 +546,7 @@ pilot:
rollingMaxUnavailable: 25%

hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
tag: 0.6.0
tag: 0.6.1

# Can be a full hub/image:tag
image: pilot
Expand Down
4 changes: 2 additions & 2 deletions helm/istiod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pilot:
rollingMaxUnavailable: 25%

hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
tag: 0.6.0
tag: 0.6.1

# Can be a full hub/image:tag
image: pilot
Expand Down Expand Up @@ -256,7 +256,7 @@ global:
# Dev builds from prow are on gcr.io
hub: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
# Default tag for Istio images.
tag: 0.6.0
tag: 0.6.1

# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.
Expand Down
6 changes: 3 additions & 3 deletions helm/kind/higress/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: higress
repository: file://../../higress
version: 0.6.0
digest: sha256:d5a9a1a3ee640635a1251ac1535a95db79975b39f6ab6b7c742c3e0d11f33533
generated: "2023-01-19T10:31:59.206741+08:00"
version: 0.6.1
digest: sha256:35e6287d96a2268039a5b2a2fee5413424616275211bc46aec3f7ff0256c00e5
generated: "2023-02-03T16:36:04.629269+08:00"
6 changes: 3 additions & 3 deletions helm/kind/higress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.6.0
appVersion: 0.6.1
description: Helm chart for deploying higress gateways
icon: https://higress.io/img/higress_logo_small.png
keywords:
Expand All @@ -11,6 +11,6 @@ sources:
dependencies:
- name: higress
repository: "file://../../higress"
version: 0.6.0
version: 0.6.1
type: application
version: 0.6.0
version: 0.6.1
1 change: 1 addition & 0 deletions samples/hello-world/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ kind: Ingress
metadata:
name: hello-world
spec:
ingressClassName: higress
rules:
- http:
paths:
Expand Down
1 change: 1 addition & 0 deletions samples/nacos-discovery/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
name: echo-gray
namespace: default
spec:
ingressClassName: higress
rules:
- http:
paths:
Expand Down
1 change: 1 addition & 0 deletions samples/nacos-discovery/multi-destination.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
name: echo
namespace: default
spec:
ingressClassName: higress
rules:
- http:
paths:
Expand Down
1 change: 1 addition & 0 deletions samples/nacos-discovery/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ metadata:
name: echo
namespace: default
spec:
ingressClassName: higress
rules:
- http:
paths:
Expand Down
82 changes: 82 additions & 0 deletions samples/quickstart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
kind: Pod
apiVersion: v1
metadata:
name: foo-app
labels:
app: foo
spec:
containers:
- name: foo-app
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/http-echo:0.2.4-alpine
args:
- "-text=foo"
---
kind: Service
apiVersion: v1
metadata:
name: foo-service
spec:
selector:
app: foo
ports:
# Default port used by the image
- port: 5678
---
kind: Pod
apiVersion: v1
metadata:
name: bar-app
labels:
app: bar
spec:
containers:
- name: bar-app
image: higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/http-echo:0.2.4-alpine
args:
- "-text=bar"
---
kind: Service
apiVersion: v1
metadata:
name: bar-service
spec:
selector:
app: bar
ports:
# Default port used by the image
- port: 5678
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: foo
spec:
ingressClassName: higress
rules:
- http:
paths:
- pathType: Prefix
path: "/foo"
backend:
service:
name: foo-service
port:
number: 5678
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: bar
spec:
ingressClassName: higress
rules:
- http:
paths:
- pathType: Prefix
path: "/bar"
backend:
service:
name: bar-service
port:
number: 5678
---

0 comments on commit a771f59

Please sign in to comment.