Skip to content

Commit

Permalink
release v0.8.2 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
MouceL authored Oct 20, 2023
1 parent 5086a73 commit 0fdd3e5
Show file tree
Hide file tree
Showing 17 changed files with 49 additions and 52 deletions.
29 changes: 13 additions & 16 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,16 @@

- [Plugin] Support for service level plugin distribution

## Slime v0.8.1(Processing)
## Slime v0.8.1(Released)

- Optimized many of the problems encountered in practice


## Slime v0.8.2(Processing)

- Optimized many of the problems encountered in practice


# 路线图

## Slime v0.4.0 (已发布)
Expand Down Expand Up @@ -190,27 +196,18 @@
- 特征流量分发
详见RELEASE NOTE [V0.8.0](https://github.com/slime-io/slime/releases/tag/v0.8.0)

# Slime v0.8.1(发布中
# Slime v0.8.1(已发布
- 优化处理了很多实践过程中遇到的问题
详见RELEASE NOTE [V0.8.1](https://github.com/slime-io/slime/releases/tag/v0.8.1)

## Slime v0.9.0(规划中)

**流量管理**

- 【智能降级】发布服务网格降级标准 API
- 【智能降级】发布智能降级新模块

**运维管理**
# Slime v0.8.2(发布中)
- 优化处理了很多实践过程中遇到的问题
详见RELEASE NOTE [V0.8.2](https://github.com/slime-io/slime/releases/tag/v0.8.2)

- 【配置懒加载】发布服务网格配置精准推送标准 API
## Slime v0.9.0(规划中)

**扩展管理**

- 【插件管理】支持服务级别插件下发


## Slime v0.9.0(规划中)
- 支持服务级别插件下发

**运维管理**
- 前端控制台
10 changes: 5 additions & 5 deletions doc/en/slime-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -258,7 +258,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-limiter
tag: v0.8.1
tag: v0.8.2
module:
- name: limiter
kind: limiter
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-plugin
tag: v0.8.1
tag: v0.8.2
module:
- name: plugin
kind: plugin
Expand All @@ -313,7 +313,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-bundle-all
tag: v0.8.1
tag: v0.8.2
module:
- name: bundle
enable: true
Expand Down Expand Up @@ -377,7 +377,7 @@ spec:
memory: 1024Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000 # health probe port
port: 80 # global-sidecar default svc port
legacyFilterName: true
Expand Down
2 changes: 1 addition & 1 deletion doc/zh/feature-introduce/lazyload/grpc懒加载.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.0 # 1
tag: v0.8.2 # 1
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down
4 changes: 2 additions & 2 deletions doc/zh/feature-introduce/lazyload/特征流量分派.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -80,6 +80,6 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000
```
18 changes: 9 additions & 9 deletions doc/zh/slime-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-bundle-all
tag: v0.8.1
tag: v0.8.2
module:
- name: bundle
enable: true
Expand Down Expand Up @@ -175,7 +175,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -218,7 +218,7 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000
```

Expand Down Expand Up @@ -247,7 +247,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-limiter
tag: v0.8.1
tag: v0.8.2
module:
- name: limiter
kind: limiter
Expand Down Expand Up @@ -279,7 +279,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-plugin
tag: v0.8.1
tag: v0.8.2
module:
- name: plugin
kind: plugin
Expand Down Expand Up @@ -308,7 +308,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-meshregistry
tag: v0.8.1
tag: v0.8.2
module:
- name: meshregistry
kind: meshregistry
Expand Down Expand Up @@ -349,7 +349,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-bundle-all
tag: v0.8.1
tag: v0.8.2
module:
- name: bundle
enable: true
Expand Down Expand Up @@ -421,7 +421,7 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000 # health probe port
port: 80 # global-sidecar default svc port
legacyFilterName: true
Expand All @@ -444,7 +444,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-limiter
tag: v0.8.1
tag: v0.8.2
module:
- name: limiter
kind: limiter
Expand Down
2 changes: 1 addition & 1 deletion install/init/deployment_slime-boot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
containers:
- name: slime-boot
# Replace this with the built image name
image: docker.io/slimeio/slime-boot:v0.8.1
image: docker.io/slimeio/slime-boot:v0.8.2
imagePullPolicy: Always
env:
- name: WATCH_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -51,5 +51,5 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -60,5 +60,5 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000
volumes:
- name: lazyload-storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -53,5 +53,5 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
module:
- name: lazyload # custom value
kind: lazyload # should be "lazyload"
Expand Down Expand Up @@ -51,4 +51,4 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -184,7 +184,7 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000
' > /tmp/lazyload-slimeboot.yaml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-lazyload
tag: v0.8.1
tag: v0.8.2
namespace: mesh-operator
istioNamespace: istio-system
module:
Expand Down Expand Up @@ -192,7 +192,7 @@ spec:
memory: 400Mi
image:
repository: docker.io/slimeio/slime-global-sidecar
tag: v0.8.1
tag: v0.8.2
probePort: 20000
' > /tmp/lazyload-slimeboot.yaml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-limiter
tag: v0.8.1
tag: v0.8.2
module:
- name: limiter
kind: limiter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-limiter
tag: v0.8.1
tag: v0.8.2
module:
- name: limiter
kind: limiter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-meshregistry
tag: v0.8.1
tag: v0.8.2
module:
- name: meshregistry
kind: meshregistry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
image:
pullPolicy: Always
repository: docker.io/slimeio/slime-plugin
tag: v0.8.1
tag: v0.8.2
module:
- name: plugin
kind: plugin
Expand Down

0 comments on commit 0fdd3e5

Please sign in to comment.